Cisco Systems A9014CFD Router User Manual


 
32-23
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 32 IPv6 Support on the Cisco ASR 901 Router
How to Configure IPv6 Support on the Cisco ASR 901 Router
Associating an IPv6 Static Route with a BFDv6 Neighbor
IPv6 static routes are automatically associated with a static BFDv6 neighbor. A static neighbor is
associated with a BFDv6 neighbor if the static next-hop explicitly matches the BFDv6 neighbor.
SUMMARY STEPS
1. enable
2. configure terminal
3. ipv6 route static bfd [vrf vrf-name] interface-ype interface-number ipv6-address [unassociated]
4. ipv6 route [vrf vrf-name] ipv6-prefix/prefix-length {ipv6-address | interface-type
[interface-number ipv6-address]} [nexthop-vrf [vrf-name1 | default]] [administrative-distance]
[administrative-multicast-distance | unicast | multicast] [next-hop-address] [tag tag]
DETAILED STEPS
Step 3
ipv6 route static bfd [vrf
vrf-name
]
interface-type interface-number ipv6-address
[unassociated]
Example:
Router(config)# ipv6 route static bfd vlan 4000
2001::1
Specifies static route IPv6 BFDv6 neighbors.
vrf-name—(Optional) Name of the virtual routing and
forwarding (VRF) instance by which static routes are
specified.
interface-type—Interface type.
interface-number—SVI name.
ipv6-address—IPv6 address of the neighbor.
unassociated—(Optional) Moves a static BFD
neighbor from associated mode to unassociated mode.
Command or Action Purpose
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.