frr/tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/ce6/frr.conf
Philippe Guibert 57a03cfc54 topotests: bgp_srv6l3vpn_to_bgp_vrf, change AS values
Use experimental AS values to play the test.
Add BGP peering on CEs, and use the default-originate functionality on
each PE facing CPEs.

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

17 lines
265 B
Plaintext

frr defaults traditional
!
interface eth0
ipv6 address 2001:6::2/64
!
ip forwarding
ipv6 forwarding
!
router bgp 65501
bgp router-id 1.1.6.1
neighbor 2001:6::1 remote-as 65501
address-family ipv6 unicast
neighbor 2001:6::1 activate
exit-address-family
exit