Configuring the Global VRF Definition: Example
Configuring the Global VRF Definition: Example
The following example shows how to configure an L2TPv3 tunnel:
vrf v1
address-family ipv4 unicast
import route-target
1:1
!
export route-target
1:1
!
Configuring a Route-Policy Definition: Example
The following example shows how to configure a route-policy definition:
configure
route-policy pass-all
pass
end-policy
!
Configuring a Static Route: Example
The following example shows how to configure a static route:
configure
router static
maximum path ipv4 <1-140000>
maximum path ipv6 <1-140000>
end-policy
!
Configuring an IPv4 Loopback Interface: Example
The following example shows how to configure an IPv4 Loopback Interface:
configure
interface Loopback0
ipv4 address 1.1.1.1 255.255.255.255
!
Configuring a CFI VRF Interface: Example
The following example shows how to configure an L2TPv3 tunnel:
configure
interface GigabitEthernet0/0/0/1.1
vrf v1
ipv4 address 100.1.10.2 255.255.255.0
encapsulation
!
Cisco IOS XR Virtual Private Network Configuration Guide for the Cisco CRS Router, Release 6.1.x
54
dot1q 101
Implementing MPLS VPNs over IP Tunnels