frr/tests/topotests/zebra_fec_nexthop_resolution/r5/bgpd.conf
Daniel Baumann a2d156806a
Merging upstream version 10.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:17:20 +01:00

23 lines
628 B
Text

router bgp 65500
bgp router-id 192.0.2.5
neighbor 192.0.2.3 remote-as 65500
neighbor 192.0.2.3 update-source lo
neighbor 192.0.2.7 remote-as 65500
neighbor 192.0.2.7 update-source lo
!
address-family ipv4 unicast
network 192.0.2.5/32
no neighbor 192.0.2.3 activate
no neighbor 192.0.2.7 activate
exit-address-family
!
address-family ipv4 labeled-unicast
neighbor 192.0.2.3 activate
neighbor 192.0.2.3 route-reflector-client
neighbor 192.0.2.3 next-hop-self force
neighbor 192.0.2.7 activate
neighbor 192.0.2.7 route-reflector-client
neighbor 192.0.2.7 next-hop-self force
exit-address-family
exit
!