frr/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/ce1/frr.conf
Philippe Guibert 92ba38bde2 topotests: bgp_srv6l3vpn_to_bgp_vrf, add redistribute BGP update in l3vpn
Add a BGP update in CE1 for redistribution. The expectation is that this
BGP update will be leaked to the L3VPN. Reversely, if the locator is
unset, the L3VPN prefix will be invalidated.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
2025-03-24 09:17:01 +01:00

19 lines
318 B
Plaintext

frr defaults traditional
!
interface eth0
ipv6 address 2001:1::2/64
!
ip forwarding
ipv6 forwarding
!
router bgp 65500
bgp router-id 1.1.2.1
no bgp network import-check
neighbor 2001:1::1 remote-as 65500
address-family ipv6 unicast
network 2011:1::1/64
neighbor 2001:1::1 activate
exit-address-family
exit