Specifications

4-61
Cisco MWR 2941 Mobile Wireless Edge Router Software Configuration Guide, Release 12.2(33)MRB
OL-21227-02
Chapter 4 Configuring the Cisco MWR 2941 Router Using the CLI
Configuration Sequence
Router#
Note You can disable BFD on a single interface using the ip ospf bfd disable command when configuring the
relevant interface.
Configuring BFD for BGP
Follow these steps to configure BFD for BGP.
Step 1 Enter enable mode.
Router> enable
Step 2 Enter the password.
Password: password
When the prompt changes to Router, you have entered enable mode.
Step 3 Enter global configuration mode.
Router# configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Step 4 Use the router bgp command to specify a BGP process and enter router configuration mode.
Router(config)# router bgp as-tag
Step 5 Use the neighbor command to enable support for BFD failover.
Router(config)# neighbor ip-address fall-over bfd
Step 6 Enter the end command to exit configuration mode
Router(config)# end
Router#
Step 7 You can use the following commands to verify the BFD configuration.
show bfd neighbors [details] —Verifies that the BFD neighbor is active and displays the routing
protocols that BFD has registered.
show ip bgp neighbor—Displays information about BGP and TCP connections to neighbors.
Configuring BFD for IS-IS
This section describes how to configure BFD for IS-IS routing.
Configuring BFD for IS-IS on a Single Interface
Follow these steps to configure BFD for IS-IS on a single interface.
Step 1 Enter enable mode.
Router> enable