Dear Spirit,
I'm setting up a 2 nodes test environment, with one VM on each node (IP: 10.41.10.170, 10.41.10.171), the two VM cannot ping each other.
Is there something wrong with my config?
Node 1:
Node 2:
-------------------------------------Vtysh on Node 2, same result on Node1-------------------------------------
I'm setting up a 2 nodes test environment, with one VM on each node (IP: 10.41.10.170, 10.41.10.171), the two VM cannot ping each other.
Is there something wrong with my config?
Node 1:
root@pve5h1:~# cat /etc/pve/sdn/*.cfg
evpn: c01
asn 65170
peers 192.168.223.170
bgp: bgppve5h1
asn 65172
node pve5h1
peers 192.168.223.171
bgp-multipath-as-path-relax 0
ebgp 1
ebgp-multihop 10
loopback dummy0
subnet: zone1-10.41.10.1-24
vnet vnet1
gateway 10.41.10.1
vnet: vnet1
zone zone1
tag 1170
evpn: zone1
controller c01
vrf-vxlan 10170
advertise-subnets 1
disable-arp-nd-suppression 1
ipam pve
mac 0E:DA:6F:D4:02:48
Node 2:
Code:
root@pve5h2:~# cat /etc/pve/sdn/*.cfg
evpn: c01
asn 65170
peers 192.168.223.171
bgp: bgppve5h2
asn 65173
node pve5h2
peers 192.168.223.170
bgp-multipath-as-path-relax 0
ebgp 1
ebgp-multihop 10
loopback dummy0
subnet: zone1-10.41.10.1-24
vnet vnet1
gateway 10.41.10.1
vnet: vnet1
zone zone1
tag 1170
evpn: zone1
controller c01
vrf-vxlan 10170
advertise-subnets 1
disable-arp-nd-suppression 1
ipam pve
mac E6:A1:3E:49:F3:AC
pve5h2# sh bgp sum
IPv4 Unicast Summary (VRF default):
BGP router identifier 192.168.223.171, local AS number 65173 vrf-id 0
BGP table version 2
RIB entries 1, using 192 bytes of memory
Peers 1, using 725 KiB of memory
Peer groups 2, using 128 bytes of memory
Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd PfxSnt Desc
pve5h1(192.168.223.170) 4 65172 543 543 0 0 0 00:15:21 0 0 N/A
Total number of neighbors 1
pve5h2# sh bgp l2vpn evpn
BGP table version is 9, local router ID is 192.168.223.171
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
EVPN type-1 prefix: [1]:[EthTag]:[ESI]:[IPlen]:[VTEP-IP]:[Frag-id]
EVPN type-2 prefix: [2]:[EthTag]:[MAClen]:[MAC]:[IPlen]:[IP]
EVPN type-3 prefix: [3]:[EthTag]:[IPlen]:[OrigIP]
EVPN type-4 prefix: [4]:[ESI]:[IPlen]:[OrigIP]
EVPN type-5 prefix: [5]:[EthTag]:[IPlen]:[IP]
Network Next Hop Metric LocPrf Weight Path
Route Distinguisher: 192.168.223.171:2
*> [5]:[0]:[24]:[10.41.10.0]
192.168.223.171(pve5h2)
0 32768 ?
ET:8 RT:65170:10170 Rmac:16:4e:12:51:73:f5
Route Distinguisher: 192.168.223.171:3
*> [2]:[0]:[48]:[52:b1:27:4a:ab:6b]
192.168.223.171(pve5h2)
32768 i
ET:8 RT:65170:1170
*> [2]:[0]:[48]:[52:b1:27:4a:ab:6b]:[32]:[10.40.10.171]
192.168.223.171(pve5h2)
32768 i
ET:8 RT:65170:1170 RT:65170:10170 Rmac:16:4e:12:51:73:f5
*> [2]:[0]:[48]:[52:b1:27:4a:ab:6b]:[32]:[10.41.10.171]
192.168.223.171(pve5h2)
32768 i
ET:8 RT:65170:1170 RT:65170:10170 Rmac:16:4e:12:51:73:f5
*> [3]:[0]:[32]:[192.168.223.171]
192.168.223.171(pve5h2)
32768 i
ET:8 RT:65170:1170
Displayed 5 out of 5 total prefixes
Last edited: