Verifying The Mpls Layer 3 Vpn Configuration - Cisco CRS Configuration Manual

Ios xr virtual private network
Hide thumbs Also See for CRS:
Table of Contents

Advertisement

Verifying the MPLS Layer 3 VPN Configuration

DETAILED STEPS
Step 1
configure
Example:
RP/0/RP0/CPU0:router# configure
Enters the Global Configuration mode.
Step 2
router static
Example:
RP/0/RP0/CPU0:router(config)# router static
Enters router static configuration mode.
Step 3
address-family ipv4 unicast
Example:
RP/0/RP0/CPU0:router(config-static)# address-family ipv4 unicast
Enables an IPv4 address family.
To configure a static route on a CSC-PE, you must first configure the VRF using the vrf command before
Note
address-family.
Step 4
A.B.C.D/length next-hop
Example:
RP/0/RP0/CPU0:router(config-static-afi)# 10.10.10.10/32 10.9.9.9
Enters the address of the destination router (including IPv4 subnet mask).
Step 5
Use the commit or end command.
commit - Saves the configuration changes and remains within the configuration session.
end - Prompts user to take one of these actions:
• Yes - Saves configuration changes and exits the configuration session.
• No - Exits the configuration session without committing the configuration changes.
• Cancel - Remains in the configuration mode, without committing the configuration changes.
Verifying the MPLS Layer 3 VPN Configuration
Perform this task to verify the MPLS Layer 3 VPN configuration.
Cisco IOS XR Virtual Private Network Configuration Guide for the Cisco CRS Router, Release 6.1.x
246
Implementing MPLS Layer 3 VPNs

Advertisement

Table of Contents
loading

Table of Contents