Import Routes from non-default-VRF to default-VRF
vrf vrf_1
address-family ipv6 unicast
export to default-vrf route-policy rpl_dynamic_route_export
!
end
Resilient Per-CE Label Allocation Mode Configuration: Example
Configuring Resilient Per-CE Label Allocation Mode Under VRF Address Family: Example
This example shows how to configure resilient per-ce label allocation mode under VRF address family:
RP/0/RSP0/CPU0:router# configure
RP/0/RSP0/CPU0:router(config)# router bgp 666
RP/0/RSP0/CPU0:router(config-bgp)# vrf vrf-pe
RP/0/RSP0/CPU0:router(config-bgp-vrf)# address-family ipv4 unicast
RP/0/RSP0/CPU0:router(config-bgp-vrf-af)# label mode per-ce
RP/0/RSP0/CPU0:router(config-bgp-vrf-af)# end
Configuring Resilient Per-CE Label Allocation Mode Using a Route-Policy: Example
This example shows how to configure resilient per-ce label allocation mode using a route-policy:
RP/0/RSP0/CPU0:router# configure
RP/0/RSP0/CPU0:router(config)# route-policy route1
RP/0/RSP0/CPU0:router(config-rpl)# set label mode per-ce
RP/0/RSP0/CPU0:router(config-rpl)# end
Where to Go Next
For detailed information about BGP commands, see Cisco ASR 9000 Series Aggregation Services Router
Routing Command Reference
Additional References
The following sections provide references related to implementing BGP.
Related Documents
Document TitleRelated Topic
Cisco ASR 9000 Series Aggregation Services Router
Routing Command Reference
BGP commands: complete command syntax,
command modes, command history, defaults, usage
guidelines, and examples
Cisco ASR 9000 Series Aggregation Services Router Routing Configuration Guide, Release 5.1.x
168 OL-30423-03
Implementing BGP
Resilient Per-CE Label Allocation Mode Configuration: Example