summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_duplicate_nexthop/r6/bgpd.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2024-11-17 07:11:26 +0100
committerDaniel Baumann <daniel@debian.org>2024-11-17 07:11:26 +0100
commitd5587ccda8edb748ca8bfd1f0ed92a801ac5bfc6 (patch)
tree705ea89e798053f9c227b85512bc9f5b437b0093 /tests/topotests/bgp_duplicate_nexthop/r6/bgpd.conf
parentReleasing debian version 10.1.1-3. (diff)
downloadfrr-d5587ccda8edb748ca8bfd1f0ed92a801ac5bfc6.tar.xz
frr-d5587ccda8edb748ca8bfd1f0ed92a801ac5bfc6.zip
Merging upstream version 10.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'tests/topotests/bgp_duplicate_nexthop/r6/bgpd.conf')
-rw-r--r--tests/topotests/bgp_duplicate_nexthop/r6/bgpd.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/topotests/bgp_duplicate_nexthop/r6/bgpd.conf b/tests/topotests/bgp_duplicate_nexthop/r6/bgpd.conf
new file mode 100644
index 00000000..3aa9adb1
--- /dev/null
+++ b/tests/topotests/bgp_duplicate_nexthop/r6/bgpd.conf
@@ -0,0 +1,20 @@
+router bgp 64500
+ timers bgp 3 9
+ bgp router-id 192.0.2.6
+ no bgp ebgp-requires-policy
+ no bgp network import-check
+ neighbor rrserver peer-group
+ neighbor rrserver remote-as 64500
+ neighbor rrserver update-source lo
+ neighbor rrserver bfd
+ neighbor 192.0.2.3 peer-group rrserver
+ address-family ipv4 unicast
+ network 192.0.2.9/32
+ network 192.0.2.8/32 route-map rmap
+ neighbor rrserver activate
+ neighbor rrserver addpath-tx-all-paths
+ exit-address-family
+!
+route-map rmap permit 1
+ set ip next-hop 192.0.2.9
+exit