frr/tests/topotests/bgp_vpnv6_per_nexthop_label/rr/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

24 lines
721 B
Text

router bgp 65500
bgp router-id 100.100.100.100
no bgp network import-check
neighbor 192:2::1 remote-as 65500
neighbor 192:2::11 remote-as 65500
neighbor 192:2::12 remote-as 65500
address-family ipv4 unicast
no neighbor 192:2::1 activate
no neighbor 192:2::11 activate
no neighbor 192:2::12 activate
!
address-family ipv6 unicast
neighbor 192:2::1 activate
neighbor 192:2::1 route-reflector-client
neighbor 192:2::1 nexthop-local unchanged
neighbor 192:2::11 activate
neighbor 192:2::11 route-reflector-client
neighbor 192:2::11 nexthop-local unchanged
neighbor 192:2::12 activate
neighbor 192:2::12 route-reflector-client
neighbor 192:2::12 nexthop-local unchanged
exit-address-family
!