summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bfd_profiles_topo1/r2/bfdd.conf
blob: b68eecb34c197f4d10594b5139a2903428adcbda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
! debug bfd peer
! debug bfd network
! debug bfd zebra
!
bfd
 profile slowtx
  receive-interval 800
  transmit-interval 800
 !
 profile fasttx
  receive-interval 250
  transmit-interval 250
  echo receive-interval disabled
 !
 peer 172.16.0.2 interface r2-eth0
  profile slowtx
  no shutdown
 !
!