frr/tests/topotests/bgp_blackhole_community/r1/bgpd.conf
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

14 lines
287 B
Text

!
router bgp 65001
timers bgp 3 9
no bgp ebgp-requires-policy
neighbor r1-eth0 interface remote-as external
address-family ipv4 unicast
redistribute connected
neighbor r1-eth0 route-map r2 out
exit-address-family
!
!
route-map r2 permit 10
set community blackhole
!