18-86
Cisco 10000 Series Router Software Configuration Guide
OL-2226-23
Chapter 18      SSO-BFD
Configuration Examples of SSO-BFD
 !
 ip vrf vpn1005
  rd 75:1005
  route-target export 75:1005
  route-target import 75:1005
 !
! Qinq interface
 !
 interface GigabitEthernet1/0/0.1
 no ip redirect
 encapsulation dot1q 101 second-dot1q 500
 ip vrf forwarding vpn1001
 ip address 20.1.1.2 255.255.255.0
 bfd interval 999 min_rx 999 multiplier 5
  no bfd echo
 !
! dot1q interface
!
interface GigabitEthernet1/0/0.5
 no ip redirect
 encapsulation dot1q 105
 ip vrf forwarding vpn1005
 ip address 20.1.5.2 255.255.255.0
 bfd interval 999 min_rx 999 multiplier 5
 no bfd echo
 !
! ATM interface
!
 interface ATM8/0/0.1 point
 no ip redirect
 pvc 1/101
 encapsulation aal5snap
 ip vrf forwarding vpn1002
 ip address 20.1.2.2 255.255.255.0
 bfd interval 999 min_rx 999 multiplier 5
 no bfd echo
 !
!Serial interface
 !
interface serial5/0/0/1:1
 no ip redirect
 ip vrf forwarding vpn1004
 ip address 20.1.4.2 255.255.255.0
 bfd interval 999 min_rx 999 multiplier 5
 no bfd echo
 !
router ospf 1 vrf vpn1001
nsf ietf
redistribute bgp 75 metric 20 subnets
network 20.1.1.0 0.0.0.255 area 0
bfd all-interfaces
!
router ospf 2 vrf vpn1002
nsf ietf
redistribute bgp 75 metric 20 subnets
network 20.1.2.0 0.0.0.255 area 0
bfd all-interfaces
!
router ospf 4 vrf vpn1004
nsf ietf
redistribute bgp 75 metric 20 subnets
network 20.1.4.0 0.0.0.255 area 0
bfd all-interfaces
!