1
0
Fork 0
frr/tests/topotests/bgp_accept_own/rr1/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

25 lines
674 B
Text

!
!debug bgp updates
!
router bgp 65001
bgp router-id 10.10.10.101
bgp route-reflector allow-outbound-policy
no bgp ebgp-requires-policy
no bgp default ipv4-unicast
neighbor 10.10.10.10 remote-as internal
neighbor 10.10.10.10 update-source 10.10.10.101
neighbor 10.10.10.10 timers 1 3
neighbor 10.10.10.10 timers connect 1
address-family ipv4 vpn
neighbor 10.10.10.10 activate
neighbor 10.10.10.10 route-reflector-client
neighbor 10.10.10.10 route-map pe1 out
exit-address-family
!
route-map pe1 permit 10
set extcommunity rt 192.168.1.2:2 192.168.2.2:2
set community 65001:111 accept-own additive
set ip next-hop unchanged
route-map pe1 permit 20
exit
!