Specifications
4-60
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
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 the interface you wish to configure.
Router(config)# interface vlan1
Router(config-if)#
Step 5 Use the ip ospf bfd command to enable BFD for OSPF.
Router(config-if)# ip ospf bfd
Step 6 Use the bfd interval command to specify the BFD session parameters.
Router(config-if)# bfd interval 50 min_rx 50 multiplier 3
Step 7 Enter the end command to exit configuration mode
Router(config)# end
Router#
Note You can also use the show bfd neighbors and show ip ospf commands to display troubleshooting
information about BFD and OSPF.
Configuring BFD for OSPF on All Interfaces
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 ospf process-id command to create a configuration for an OSPF process.
Router(config)# router ospf 100
Step 5 Use the bfd all-interfaces command to enable BFD globally on all interfaces associated with the OSPF
routing process.
Router(config)# bfd all-interfaces
Step 6 Enter the end command to exit configuration mode
Router(config)# end