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#