summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_profiles_topo1/r3/bgpd.conf
blob: 65647b39e51dd09d2e2b53292329a5c6f20dd502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
router bgp 100
 bgp router-id 10.254.254.3
 neighbor 172.16.1.2 remote-as 100
 neighbor 172.16.1.2 timers 3 10
 neighbor 172.16.1.2 bfd profile DOES_NOT_EXIST
 address-family ipv4 unicast
  redistribute connected
 exit-address-family
 address-family ipv6 unicast
  redistribute connected
  neighbor 172.16.1.2 activate
 exit-address-family
 !
!