Specifications

22-6
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
Step 7
interface interface
Example:
Router(config)# interface vlan10
Specifies an interface to configure.
Step 8
ipv6 enable
Example:
Router(config-if)# ipv6 enable
Enables IPv6 support on the interface.
Step 9
ipv6 address ipv6-address /
prefix-length
Example:
Router(config-if)# ipv6 address
2001:10::1/64
Configures an IPv6 address on the interface.
Step 10
bfd interval milliseconds min_rx
milliseconds multiplier
multiplier-value
Example:
Router(config-if)# bfd interval 250
min_rx 250 multiplier 3
Sets the baseline BFD session parameters on an interface.
Step 11
end
Example:
Router(config)# end
Exits interface configuration mode and enters privileged EXEC mode.
Step 12
configure terminal
Example:
Router# configure terminal
Enters global configuration mode.
Step 13
interface interface
Example:
Router(config)# interface loopback9
Specifies an interface to configure.
Step 14
ip address
Example:
Router(config)# ip address 9.9.9
255.255.255.255
Specifies an IP address for the interface.
Step 15
end
Example:
Router(config)# end
Exits interface configuration mode and enters privileged EXEC mode.
Command Purpose