Routing

 View Only
last person joined: 4 days ago 

Ask questions and share experiences about ACX Series, CTP Series, MX Series, PTX Series, SSR Series, JRR Series, and all things routing, including portfolios and protocols.
  • 1.  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 check-o

    Posted 01-10-2017 19:53
    [edit routing-instances OAM protocols]
    'bgp'
    Error in neighbor 2.2.2.2 of group EBGP:
    VPN NLRIs cannot be configured or inherited in non-default instance: OAM
    error: configuration check-out failed
    [1/11, 00:04] Sourabh Nokia: set routing-instances OAM protocols bgp group IBGP type internal
    set routing-instances OAM protocols bgp group IBGP family inet-vpn unicast
    set routing-instances OAM protocols bgp group IBGP neighbor 2.2.2.2 peer-as 64813
    [1/11, 00:23] Sourabh Nokia: set policy-options policy-statement OAM-Export term export from protocol direct
    set policy-options policy-statement OAM-Export term export from route-filter 2.2.2.2/32 exact community add RT-OAM-Export
    set policy-options policy-statement OAM-Export term export then accept
    set policy-options policy-statement OAM-Export term reject then reject
    set policy-options policy-statement OAM-Import term import from protocol bgp
    set policy-options policy-statement OAM-Import term import from community RT-OAM-Export
    set policy-options policy-statement OAM-Import term import from community RT-OAM-Import
    set policy-options policy-statement OAM-Import term import then accept
    set policy-options policy-statement OAM-Import term reject then reject
    set policy-options community RT-OAM-Export members target:64813:50011
    set policy-options community RT-OAM-Import members target:64813:50011
    set routing-instances OAM description "Between Agg and CS Core"
    set routing-instances OAM instance-type vrf
    set routing-instances OAM interface em0.0
    set routing-instances OAM interface lo0.0
    set routing-instances OAM route-distinguisher 64813:50011
    set routing-instances OAM vrf-import OAM-Import
    set routing-instances OAM vrf-export OAM-Export
    set routing-instances OAM vrf-table-label
    set routing-instances OAM protocols ospf area 0.0.0.0 interface em0.0 interface-type p2p
    set routing-instances OAM protocols ospf area 0.0.0.0 interface lo0.0 interface-type p2p
    set routing-instances OAM protocols ldp interface em0.0
    set routing-instances OAM protocols ldp interface lo0.0
    set routing-instances OAM protocols bgp group IBGP type internal
    set routing-instances OAM protocols bgp group IBGP family inet-vpn unicast
    set routing-instances OAM protocols bgp group IBGP neighbor 2.2.2.2 peer-as 64813
    #MXSeries


  • 2.  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 check-o

     
    Posted 01-10-2017 20:42

    Hi Folks,

    I doubt you have a group named EBGP in the same box. Can you please share the Candidate Configuration of the box.

     

    edit -> show | display set | no-more

     



  • 3.  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 check-o

    Posted 01-10-2017 22:47

    Seams like OAM is not supported in routing instances. 

    edit protocols oam should work

     

    .....edit - moral, read carefully before responding!:)



  • 4.  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 check-o

    Posted 01-10-2017 23:55

    It looks like another group called EBGP in the global instance has same neighbor 2.2.2.2 configured. We will have to look complete configuration to figure out why this configuration check is failed.

     

    Thanks

    Sarathi



  • 5.  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 check-o

    Posted 01-12-2017 23:57

    Darn. I did not read that well. My bad.



  • 6.  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 check-o

    Posted 01-11-2017 19:34

    Hello,

     

    This combination is not supported:

     

    set routing-instances OAM protocols bgp group IBGP family inet-vpn unicast
    

    If You describe what You are trying to achieve, we'd be able to suggest an alternative config.

    HTH

    Thx

    Alex



  • 7.  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 check-o
    Best Answer

     
    Posted 01-11-2017 21:43

    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#