Cisco Systems MPC-273 Network Router User Manual


 
Implementing MPLS VPNs over IP Tunnels on Cisco IOS XR Software
How to Configure MPLS VPNs over IP Tunnels
MPC-291
Cisco IOS XR MPLS Configuration Guide
OL-12284-01
Step 13
allocate-label all
Example:
RP/0/RP0/CPU0:router(config-bgp-vrf-af)#
allocate-label all
Allocate labels for all local prefixes and prefixes received
with labels.
Step 14
neighbor A.B.C.D
Example:
RP/0/RP0/CPU0:router(config-bgp-vrf-af)#
neighbor 10.10.10.0
RP/0/RP0/CPU0:router(config-bgp-vrf-nbr)#
Configures the IP address for the BGP neighbor.
Step 15
remote-as as-number
Example:
RP/0/RP0/CPU0:router(config-bgp-vrf-nbr)#
remote-as 888
Enables the exchange of information with a neighboring
BGP router.
Step 16
address-family {ipv4 labeled-unicast}
Example:
RP/0/RP0/CPU0:router(config-bgp-vrf-nbr)#
address-family ipv4 labeled-unicast
RP/0/RP0/CPU0:router(config-bgp-vrf-nbr-af)#
Configures IPv4 labeled-unicast address family.
Step 17
route-policy route-policy-name in
Example:
RP/0/RP0/CPU0:router(config-bgp-vrf-nbr-af)#
route-policy pass-all in
Applies the pass-all policy to all inbound routes.
Command or Action Purpose