Specifications

4-63
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
Step 7 If you want to enable BFD on a per-interface basis for one or more interfaces associated with the IS-IS
routing process, complete the following steps:
a. Use the interface command to enter interface configuration mode.
Router(config)# interface vlan1
Router(config-if)#
b. Use the ip router isis command to enables support for IPv4 routing on the interface.
Router(config-if) ip router isis [tag]
c. Use the isis bfd command to enable BFD on the interface.
Router(config-if)# isis bfd
Step 8 Enter the end command to exit configuration mode
Router(config-if)# end
Router#
Note You can use the show bfd neighbors and show clns interface commands to verify your configuration.
Configuring BFD for Static Routes
Follow these steps to configure BFD for static routes.
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 interface command to specify an interface and enter interface configuration mode.
Router(config)# interface vlan1
Step 5 Configure an IP address for the interface.
Router(config-if)# ip address 10.201.201.1 255.255.255.0
Step 6 Enable BFD on the interface.
Router(config-if)# bfd interval 500 min_rx 500 multiplier 5
Step 7 Exit interface configuration mode.
Router(config-if)# exit
Router(config)#
Step 8 Specify a static route BFD neighbor.
Router(config)# ip route static bfd vlan1 10.201.201.2