[c-nsp] [IOS XR] export to default-vrf

Oliver Boehmer (oboehmer) oboehmer at cisco.com
Thu Nov 14 04:07:36 EST 2013


 
>Hi all,
>
>Did anyone get this to work on XR 4.3.2.
>
>vrf TEST
> address-family ipv4 unicast
>  export to default-vrf route-policy default_policy_pass_all
>
>route-policy default_policy_pass_all
>  pass
>end-policy
>
>[...]
>RP/0/RSP1/CPU0:#sh route vrf TEST
>....
>B    99.99.99.1/32 [200/10] via 11.11.11.11 (nexthop in vrf default),
>17:54:43

is this an iBGP or an eBGP vrf route you are trying to export? Only
external or locally originated routes are candidates to be exported from a
VRF (anywhere, wether in global or into a different VRF), you need to do
this on the originating PE. This rule is there to avoid loops, similar to
standard BGP advertisement rule of only sending iBGP paths to external or
RR-client peers.

	oli




More information about the cisco-nsp mailing list