Specifications
4-62
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 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 enter interface configuration mode.
Router(config)# interface vlan1
Router(config-if)#
Step 5 Use the ip router isis command to enables support for IPv4 routing on the interface.
Router(config-if) ip router isis [tag]
Step 6 Use the isis bfd command to enable BFD on the interface.
Router(config-if)# isis bfd
Note You can use the show bfd neighbors and show clns interface commands to verify your configuration.
Configuring BFD for IS-IS for 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 isis command to specify an IS-IS process and enter router configuration mode.
Router(config)# router isis [area-tag]
Router(config-router)#
Step 5 Use the bfd all-interfaces command to enable BFD globally on all interfaces associated with the IS-IS
routing process.
Router(config-router)# bfd all-interfaces
Step 6 Enter the exit command to exit the interface.
Router(config-router)# exit
Router(config)#