19-5
Cisco ASR 901 Series Aggregation Services Router Software Configuration Guide
OL-23826-09
Chapter 19 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 IS-IS for All Interfaces

Complete these steps to configure BFD for IS-IS on all interfaces.
Step 3 Router(config)# interface vlan1
Router(config-if)#
Enters interface configuration mode.
Step 4 Router(config-if) ip router isis
[tag]
Enables support for IPv4 routing on the interface.
Step 5 Router(config-if) isis bfd Enables BFD on the interfaces.
Step 6 exit
Example:
Router(config)# exit
Router#
Exits 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 vlan1
Router(config-if)#
Enters interface configuration mode.
Step 4 Router(config-if) ip router isis
[tag]
Enables support for IPv4 routing on the interface.
Step 5 Router(config-router)# bfd
all-interfaces
Enables BFD globally on all interfaces associated with the IS-IS routing
process.
Step 6 Router(config-router)# exit
Router(config)#
Exits the interface.