From 2c7cac91ed6e7db0f6937923d2b57f97dbdbc337 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:53:30 +0200 Subject: Adding upstream version 8.4.4. Signed-off-by: Daniel Baumann --- tests/topotests/bgp_remove_private_as/r5/bgpd.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/topotests/bgp_remove_private_as/r5/bgpd.conf (limited to 'tests/topotests/bgp_remove_private_as/r5/bgpd.conf') diff --git a/tests/topotests/bgp_remove_private_as/r5/bgpd.conf b/tests/topotests/bgp_remove_private_as/r5/bgpd.conf new file mode 100644 index 0000000..67b4d43 --- /dev/null +++ b/tests/topotests/bgp_remove_private_as/r5/bgpd.conf @@ -0,0 +1,22 @@ +router bgp 5555 + bgp router-id 192.0.2.5 + neighbor 203.0.113.2 remote-as 65001 + neighbor 203.0.113.2 timers 3 10 + neighbor 203.0.113.2 description r1 + neighbor 203.0.113.6 remote-as 65003 + neighbor 203.0.113.6 solo + neighbor 203.0.113.6 timers 3 10 + neighbor 203.0.113.6 description r3 + neighbor 203.0.113.10 remote-as 4444 + neighbor 203.0.113.10 solo + neighbor 203.0.113.10 timers 3 10 + neighbor 203.0.113.10 description r4 +! + address-family ipv4 unicast + neighbor 203.0.113.2 route-map permit-all in + neighbor 203.0.113.6 route-map permit-all out + neighbor 203.0.113.10 route-map permit-all out + exit-address-family +! +route-map permit-all permit 10 +! -- cgit v1.2.3