frr/tests/topotests/bgp_vrf_different_asn/r1/frr.conf

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
287 B
Text
Raw Normal View History

!
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
!