summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_distance_change/r2/bgpd.conf
blob: 9cd86dc284cca284022774ab7ed4a024d1c2fc63 (plain)
1
2
3
4
5
6
7
8
router bgp 65001
  no bgp ebgp-requires-policy
  neighbor 192.168.255.1 remote-as 65000
  neighbor 192.168.255.1 timers 3 10
  address-family ipv4
    redistribute connected
  exit-address-family
!