Implementing MPLS VPNs over IP Tunnels on Cisco IOS XR Software
How to Configure MPLS VPNs over IP Tunnels
DETAILED STEPS
| Command or Action | Purpose |
Step 1 |
|
|
configure | Enters global configuration mode. | |
| Example: |
|
| RP/0/RP0/CPU0:router# configure |
|
Step 2 |
|
|
Defines and passes a route policy. | ||
| Example: |
|
| RP/0/RP0/CPU0:router(config)# |
|
| ottawa_admin pass |
|
Step 3 |
|
|
end policy | End of | |
| Example: |
|
|
| |
|
|
|
Configuring a Static Route
Perform this task to add more than 4K static routes (Global/VRF).
SUMMARY STEPS
1.configure
2.router static
3.maximum path ipv4
4.maximum path ipv6
5.end or commit
DETAILED STEPS
| Command or Action | Purpose |
Step 1 |
|
|
configure | Enters global configuration mode. | |
| Example: |
|
| RP/0/RP0/CPU0:router# configure |
|
Step 2 |
|
|
router static | Enters static route configuration subcommands. | |
| Example: |
|
| RP/0/RP0/CPU0:router(config)# router static |
|
|
|
|
| Cisco IOS XR MPLS Configuration Guide |
|