frr/tests/topotests/bgp_vrf_different_asn/r1/frr.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

18 lines
287 B
Text

!
vrf vrf100
vni 10100
exit-vrf
!
interface r1-eth0 vrf vrf100
ip address 192.168.1.1/24
!
router bgp 65000
address-family ipv4 unicast
import vrf vrf100
exit-address-family
!
router bgp 65100 vrf vrf100
address-family ipv4 unicast
redistribute connected
exit-address-family
!