Quantcast
Channel: All Routing posts
Viewing all articles
Browse latest Browse all 8688

Re: Getting Error in neighbor 2.2.2.2 of group EBGP: VPN NLRIs cannot be configured or inherited in non-default instance: OAM error: configuration che

$
0
0

Hi Folks,

I did a quick teat and the observations is due to the family inet-vpn called under instance. Since On routers only, to enable MP-BGP to carry Layer 3 virtual private network (VPN) NLRI for the IPv4 address family, include the family inet-vpn statement. Thus calling the same under vrf is not considered as a valid configuration.

 

[edit routing-instances OAM protocols bgp]

lab# show

group OAM {

    neighbor 1.1.1.1 {

        local-address 1.1.1.2;

        peer-as 64512;

        as-override;

    }

}

group IBGP {

    type internal;

    family inet-vpn {

        unicast;

    }

    neighbor 2.2.2.2 {

        peer-as 64813;

    }

}

 

[edit routing-instances OAM protocols bgp]

lab# commit check

[edit logical-systems r1 routing-instances OAM protocols bgp group IBGP family]

  'inet-vpn'

    VPN NLRIs cannot be configured or inherited in non-default instance: OAM

error: configuration check-out failed

 

[edit routing-instances OAM protocols bgp]

lab#


Viewing all articles
Browse latest Browse all 8688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>