Specifications
22-8
Cisco MWR 2941 Mobile Wireless Edge Router Release 3.5 Software Configuration Guide, Cisco IOS Release 15.1(3)MR
OL-26895-01
Chapter 22 Configuring Bidirectional Forwarding Detection
Configuring BFD
Configuring BFD for IS-IS
This section describes how to configure BFD for IS-IS routing.
Step 24
redistribute connected
Example:
Router(config-router-af)#
redistribute connected
Redistributes routes from one routing domain into another routing
domain. The connected keyword refers to routes that are established
automatically by virtue of having enabled IP on an interface.
Step 25
neighbor ipv6-address activate
Example:
Router(config-router-af)# neighbor
2001:10::2 activate
Enables the exchange of information with a Border Gateway Protocol
(BGP) neighbor.
Step 26
exit-address-family
Example:
Router(config-router-af)#
exit-address-family
Exits address family configuration mode.
Step 27
end
Example:
Router(config)# end
Router#
Exits configuration mode and enters privileged EXEC mode.
Step 28
show bfd neighbors ipv6
show bgp ipv6 summary
show bgp ipv6 unicast
Use the following commands to verify the IPv6 BFD support for IPv6
BGP configuration:
show bfd neighbors ipv6 —Display a line-by-line listing of existing
IPv6 BFD adjacencies.
show bgp ipv6 summary—Displays the status of all IPv6 BGP
connections.
show bgp ipv6 unicast—Displays entries in the IPv6 BGPBGP routing
table by IPv6 unicast address prefixes.
Command Purpose