Specifications

22-11
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
Configuration Examples for BFD
Note You can use the show ip static route command to verify your configuration.
Configuration Examples for BFD
The following section contains sample configurations for each routing protocol using BFD.
OSPF with BFD, page 22-11
BGP with BFD, page 22-14
IS-IS with BFD, page 22-17
For more information about how to configure routing on the Cisco MWR 2941, see Chapter 21,
“Configuring Routing Protocols.
OSPF with BFD
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname BFD2941
!
boot-start-marker
boot-end-marker
!
card type t1 0 0
logging buffered 1000000
no logging console
!
no aaa new-model
ip source-route
!
!
ip cef
no ip domain lookup
ip host tftp 64.102.116.25
ptp mode ordinary
ptp priority1 128
ptp priority2 128
ptp domain 0
multilink bundle-name authenticated
!
Step 6
Router(config-if)# ip route static
bfd Serial 2/0 10.201.201.2
Specifies a static route BFD neighbor.
Step 7
exit
Example:
Router(config)# exit
Router#
Exits configuration mode.
Command Purpose