18-87
Cisco 10000 Series Router Software Configuration Guide
OL-2226-23
Chapter 18      SSO-BFD
Configuration Examples of SSO-BFD
router ospf 5 vrf vpn1005
nsf ietf
redistribute bgp 75 metric 20 subnets
network 20.1.5.0 0.0.0.255 area 0
bfd all-interfaces
!
!
router bgp 75
 bgp router-id 1.1.1.1
 bgp log-neighbor-changes
 bgp graceful-restart restart-time 120
 bgp graceful-restart stalepath-time 360
 bgp graceful-restart
 neighbor 2.2.2.2 remote-as 75
 neighbor 2.2.2.2 update-source Loopback0
 !
 address-family ipv4
  no synchronization
  redistribute connected
  neighbor 2.2.2.2 activate
  no auto-summary
 exit-address-family
 !
 address-family vpnv4
  neighbor 2.2.2.2 activate
  neighbor 2.2.2.2 send-community both
 exit-address-family
 !
address-family ipv4 vrf vpn1001
redistribute ospf 1 vrf vpn1001
exit-address-family
 !
address-family ipv4 vrf vpn1002
redistribute ospf 2 vrf vpn1002
exit-address-family
 !
address-family ipv4 vrf vpn1004
redistribute ospf 4 vrf vpn1004
exit-address-family
 !
address-family ipv4 vrf vpn1005
redistribute ospf 5 vrf vpn1005
exit-address-family
 !
end