Cisco Systems 10000 Network Router User Manual


 
18-11
Cisco 10000 Series Router Software Configuration Guide
OL-2226-23
Chapter 18 SSO-BFD
Configuration Examples of SSO-BFD
neighbor 20.1.4.1 remote-as 71
neighbor 20.1.4.1 ha-mode sso
neighbor 20.1.4.1 fall-over bfd
neighbor 20.1.4.1 activate
exit-address-family
!
!
mpls ldp router-id Loopback0 force
!
SSO-BFD with EIGRP: Example
Example 18-5 and Example 18-6 show the configuration example of the SSO-BFD feature with an
Enhanced Interior Gateway Routing Protocol (EIGRP) client in a VPN scenario:
Example 18-5 SSO-BFD with an EIGRP Client on the CE1 Router
CE1
interface GigabitEthernet1/1/0.1
no ip redirect
encapsulation dot1q 101 second-dot1q 500
ip address 20.1.1.1 255.255.255.0
bfd interval 999 min_rx 999 multiplier 5
no bfd echo
!
interface GigabitEthernet1/1/0.5
no ip redirect
encapsulation dot1q 105
ip address 20.1.5.1 255.255.255.0
bfd interval 999 min_rx 999 multiplier 5
no bfd echo
!
interface ATM4/0/0.1 point
no ip redirect
pvc 1/101
encapsulation aal5snap
ip address 20.1.2.1 255.255.255.0
bfd interval 999 min_rx 999 multiplier 5
no bfd echo
!
interface serial5/0/0/1:1
ip address 20.1.4.1 255.255.255.0
bfd interval 999 min_rx 999 multiplier 5
no bfd echo
!
router eigrp 1
nsf
network 20.1.1.0 0.0.0.255
bfd all-interfaces
!
router eigrp 2
nsf
bfd all-interfaces
network 20.1.2.0 0.0.0.255
!
router eigrp 4
nsf
bfd all-interfaces
network 20.1.4.0 0.0.0.255
!