Cisco Systems A9014CFD Router User Manual


 
32-18
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter32 IPv6 Support on the Cisco ASR 901 Router
How to Configure IPv6 Support on the Cisco ASR 901 Router
DETAILED STEPS
Configuring OSPFv3 for IPv6
SUMMARY STEPS
1. enable
2. configure terminal
Command or Action 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
interface
type number
Example:
Router(config)# interface fastEthernet 0/0
Specifies an interface type and number, and places the
router in interface configuration mode.
Step 4
ip address
ip-address mask
Example:
Router(config)# ip address 192.168.99.1
255.255.255.0
Configures an IPv4 address on the interface.
Step 5
ipv6 address {
ipv6-address/prefix-length
|
prefix-name sub-bits/prefix-length
}
Example:
Router(config)# ipv6 address 2000::1/64
Configures IPv6 address on the interface.
ipv6-address—The IPv6 address to be used.
prefix-length—The length of the IPv6 prefix. A decimal
value that indicates how many of the high-order
contiguous bits of the address comprise the prefix (the
network portion of the address). A slash mark must
precede the decimal value.
prefix-name—A general prefix, which specifies the
leading bits of the network to be configured on the
interface.
sub-bits—The subprefix bits and host bits of the address
to be concatenated with the prefixes provided by the
general prefix specified with the prefix-name argument.
Step 6
ipv6 enable
Example:
Router(config)# ipv6 enable
Enables IPv6 address on the interface.