Specifications

22-10
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
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 6
Router(config-router)# exit
Router(config)#
Exits the interface.
Step 7
Router(config)# interface vlan1
Router(config-if) ip router isis
[tag]
Router(config-if)# isis bfd
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.
b. Use the ip router isis command to enables support for IPv4 routing
on the interface.
c. Use the isis bfd command to enable BFD on the interface.
Step 8
exit
Example:
Router(config)# exit
Router#
Exit configuration mode.
Command Purpose
Command 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
Router(config)# interface serial
2/0
Specifies an interface and enters interface configuration mode.
Step 4
Router(config-if)# ip address
10.201.201.1 255.255.255.0
Configures an IP address for the interface.
Step 5
Router(config-if)# bfd interval 500
min_rx 500 multiplier 5
Enables BFD on the interface.