Hello Guys
In my environment run the Logical Switch Test:
The source is node1 and destination is node2
The size of test packet is VXLAN Standard
Now in the GUI show
Packets sent by node1
Not all packets received by node2
Now I run the esxcli network diag ping --netstack=vxlan --host 172.23.0.66 --size=1572
Received Bytes: 1580
Host: 172.23.0.66
ICMP Seq: 0
TTL: 64
Round-trip Time: 300 us
Dup: false
Detail:
Received Bytes: 1580
Host: 172.23.0.66
ICMP Seq: 1
TTL: 64
Round-trip Time: 281 us
Dup: false
Detail:
Received Bytes: 1580
Host: 172.23.0.66
ICMP Seq: 2
TTL: 64
Round-trip Time: 268 us
Dup: false
Detail:
Summary:
Host Addr: 172.23.0.66
Transmitted: 3
Recieved: 3
Duplicated: 0
Packet Lost: 0
Round-trip Min: 268 us
Round-trip Avg: 282 us
Round-trip Max: 299 us
Now my doubts is with the LS Switch is correct because by cli not show lost packets
Regards