Cisco Systems 10000 Network Router User Manual


 
18-7
Cisco 10000 Series Router Software Configuration Guide
OL-2226-23
Chapter 18 SSO-BFD
Configuration Examples of SSO-BFD
!
ip route static bfd GigabitEthernet1/0/0.1 20.1.1.1
ip route static bfd ATM4/0/0.1 20.1.2.1
ip route static bfd serial5/0/0/1:1 20.1.4.1
ip route static bfd GigabitEthernet1/0/0.5 20.1.5.1
!
ip route vrf vpn1001 20.1.1.0 255.255.255.0 GigabitEthernet1/0/0.1 20.1.1.1
ip route vrf vpn1002 20.1.2.0 255.255.255.0 ATM4/0/0.1 20.1.2.1
ip route vrf vpn1004 20.1.4.0 255.255.255.0 serial5/0/0/1:1 20.1.4.1
ip route vrf vpn1005 20.1.5.0 255.255.255.0 GigabitEthernet1/0/0.5 20.1.5.1
!
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 static
redistribute connected
exit-address-family
!
address-family ipv4 vrf vpn1002
redistribute static
redistribute connected
exit-address-family
!
address-family ipv4 vrf vpn1004
redistribute static
redistribute connected
!
address-family ipv4 vrf vpn1005
redistribute static
redistribute connected
!
end
SSO-BFD with BGP: Example
Example 18-3 and Example 18-4 show the configuration example of the SSO-BFD feature with the
Border Gateway Protocol (BGP) client in a VPN scenario: