31 lines
554 B
Text
31 lines
554 B
Text
|
!
|
||
|
!debug bgp neighbor
|
||
|
!debug route-map detail
|
||
|
!
|
||
|
vni 10
|
||
|
!
|
||
|
int lo
|
||
|
ip address 10.10.10.1/32
|
||
|
!
|
||
|
int r1-eth1
|
||
|
ip address 192.168.1.1/24
|
||
|
!
|
||
|
router bgp 65001
|
||
|
no bgp ebgp-requires-policy
|
||
|
no bgp network import-check
|
||
|
neighbor 192.168.1.2 remote-as external
|
||
|
neighbor 192.168.1.2 timers 1 3
|
||
|
neighbor 192.168.1.2 timers connect 1
|
||
|
!
|
||
|
address-family ipv4 unicast
|
||
|
redistribute connected
|
||
|
network 10.10.10.10/32
|
||
|
exit-address-family
|
||
|
!
|
||
|
address-family l2vpn evpn
|
||
|
neighbor 192.168.1.2 activate
|
||
|
advertise-all-vni
|
||
|
advertise ipv4 unicast
|
||
|
exit-address-family
|
||
|
!
|