18 lines
287 B
Text
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
|
|
!
|