37-13
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 37 IPv6 over MPLS: 6PE and 6VPE
How to Configure IPv6 over MPLS: 6PE and 6VPE

Creating IPv6 VRFs on PE Routers

To configure IPv6 VRFs on the PE routers, complete the following tasks:
Configuring IPv6-only VRF
Configuring Dual-stack VRF

Configuring IPv6-only VRF

To configure IPv6-only VRF, complete the following steps:
SUMMARY STEPS
1. enable
2. configure terminal
3. vrf definition vrf-name
4. address-family ipv6
5. exit-address-family
DETAILED STEPS
Command Purpose
Step 1 enable
Example:
Router> enable
Enables privileged EXEC mode.
Enter your password if prompted.
Step 2 configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 3 vrf definition
vrf-name
Example:
Router(config)# vrf definition red
Configures a VRF routing table instance and enters VRF
configuration mode.
vrf-name—Name assigned to a VRF.
Step 4 address-family ipv6
Example:
Router(config-vrf)# address-family ipv6
Enters address family configuration mode for configuring routing
sessions that use standard IPv6 address prefixes.
Step 5 exit-address-family
Example:
Router(config-vrf-af)#
exit-address-family
Exits address-family submode.