frr/tests/topotests/zebra_opaque/r2/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

15 lines
331 B
Text

!
bgp send-extra-data zebra
!
router bgp 65002
no bgp ebgp-requires-policy
neighbor 192.168.1.1 remote-as external
address-family ipv4 unicast
redistribute connected
neighbor 192.168.1.1 route-map r1 out
exit-address-family
!
route-map r1 permit 10
set community 65002:1 65002:2
set large-community 65002:1:1 65002:2:1
!