Implementing MPLS VPNs over IP Tunnels on Cisco IOS XR Software
Additional References
Configuring a Static Route: Example
The following example shows how to configure a static route:
configure router static
maximum path ipv4
!
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 ipv6 address 100::1:10:2/64
dot1q vlan 101
!
Additional References
For additional information related to this feature, refer to the following references:
Related Documents
Related Topic | Document Title |
|
|
Cisco IOS XR L2VPN command reference document | MPLS Virtual Private Network Commands on Cisco IOS XR |
| Software |
|
|
Layer 2 Tunnel Protocol Version 3 | Layer 2 Tunnel Protocol Version 3 on Cisco IOS XR Software |
|
|
Routing (BGP, EIGRP, OSPF, and RIP) commands: | Cisco IOS XR Routing Command Reference |
complete command syntax, command modes, |
|
command history, defaults, usage guidelines, and |
|
examples |
|
|
|
Routing (BGP, EIGRP, OSPF, and RIP) configuration | Cisco IOS XR Routing Configuration Guide |
|
|
| Cisco IOS XR MPLS Configuration Guide |
|