summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_accept_own/ce2/bgpd.conf
blob: d60fdcf7cbaf57c3e15c105df59647c24d57d1d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
!
!debug bgp updates
!
router bgp 65020
 no bgp ebgp-requires-policy
 neighbor 192.168.2.2 remote-as external
 neighbor 192.168.2.2 timers 1 3
 neighbor 192.168.2.2 timers connect 1
 address-family ipv4 unicast
  redistribute connected
 exit-address-family
!