summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_duplicate_nexthop/r3/bgpd.conf
blob: 7312dba4076916221d9c7c7e985535d61cfc9b11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
router bgp 64500 view one
 timers bgp 3 9
 bgp router-id 192.0.2.3
 neighbor rr peer-group
 neighbor rr remote-as 64500
 neighbor rr update-source lo
 neighbor 192.0.2.1 peer-group rr
 neighbor 192.0.2.5 peer-group rr
 neighbor 192.0.2.6 peer-group rr
 neighbor 192.0.2.8 peer-group rr
 !
 address-family ipv4 unicast
  neighbor rr activate
  neighbor rr route-reflector-client
  neighbor rr addpath-tx-all-paths
 exit-address-family
!