summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_addpath_paths_limit/r3/frr.conf
blob: 4d834d3113bfcf2e1d62fb013b89f86be85f135f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!
int lo
 ip address 172.16.16.254/32
!
int r3-eth0
 ip address 192.168.2.3/24
!
router bgp 65003
 timers bgp 3 10
 no bgp ebgp-requires-policy
 neighbor 192.168.2.2 remote-as external
 neighbor 192.168.2.2 timers connect 5
 address-family ipv4 unicast
  redistribute connected
 exit-address-family
!