Hi All,
I have setup lab of NSX-T 2.4 where Im trying to communicate East-West communication but after multiple attempt Im unable to establish the communication amount 2 diffrent subnet VM's
My lab environment
vmware workstation 15.5.0
NSX-T 2.4
ESXi 6.7
vCenter 6.7
Created 3 network on Workstaton 15.5.0
vmnet-8 ( For management Network) 192.168.0.x
vmnet-0 (vmnetwork) 192.168.1.x)
vmnet-1 (vmnetwork) 192.168.2.x)
I have created T-1 Gateway and 2 segments
Advertise Route (All Static Routes & All Connected Segments & Service Ports) on T-1 Gateway.
Seg-1 subnet 192.168.1.1
Seg-2 subnet 192.168.2.1
Created 2 VMs on vCenter and allocated IP
vm1 192.168.1.2
vm2 192.168.2.2
Added the segment on the VM network as per the IP address.
Now when I try to ping vm2 ip from vm1 VM, I'm unable to ping but only able to ping the default gateways of both the segments.
Please let me know if I missed somewhere.
-Sachin
@daphnissov Im not playing here quiz quiz show.
I really have the issue then only I have raised the issue in community.
If you have the solution thats well and good. otherwise its ok no issue at all.
-Sachin
bhards4
You keep asking for a "solution" yet the problem is not clear. That's why we're trying to determine what doesn't work. When you say "no, I cannot ping between TEPs" and then you later say "yes, I can ping between TEPs" you are the one playing "quiz quiz show" with us. Without systematically testing what can cause your failure (such as no TEP-TEP communication), we cannot offer a solution for you.
ok,
let me brief you again for your convinience
Im using VMware workstation 15.5 as the underlay infrasructure.
1) I have 2 ESXi host with IP 192.168.0.111 and 192.168.0.112
2) 2 segments created web (192.68.1.1/24 and 192.168.2.1/24)
3) TEP pool is in 192.168.0.131.-140
TEP IP assigned on ESXi are 192.168.0.131 and 192.168.0.132
Now as you have asked whether you were able to ping TEP on both the ESXi or not, then the ans is yes
Host 1
[root@esxi2021in:~] vmkping -S vxlan 192.168.0.132 -d -s 1465 -c 10
PING 192.168.0.132 (192.168.0.132): 1465 data bytes
1473 bytes from 192.168.0.132: icmp_seq=0 ttl=64 time=0.032 ms
1473 bytes from 192.168.0.132: icmp_seq=1 ttl=64 time=0.362 ms
1473 bytes from 192.168.0.132: icmp_seq=2 ttl=64 time=0.054 ms
1473 bytes from 192.168.0.132: icmp_seq=3 ttl=64 time=0.267 ms
1473 bytes from 192.168.0.132: icmp_seq=4 ttl=64 time=0.156 ms
1473 bytes from 192.168.0.132: icmp_seq=5 ttl=64 time=0.033 ms
1473 bytes from 192.168.0.132: icmp_seq=6 ttl=64 time=0.230 ms
1473 bytes from 192.168.0.132: icmp_seq=7 ttl=64 time=0.052 ms
1473 bytes from 192.168.0.132: icmp_seq=8 ttl=64 time=0.065 ms
1473 bytes from 192.168.0.132: icmp_seq=9 ttl=64 time=0.085 ms
Host 2
[root@esxi2021in:~] vmkping -S vxlan 192.168.0.131 -d -s 1465 -c 10
PING 192.168.0.132 (192.168.0.132): 1465 data bytes
1473 bytes from 192.168.0.131: icmp_seq=0 ttl=64 time=0.230 ms
1473 bytes from 192.168.0.131: icmp_seq=1 ttl=64 time=0.478 ms
1473 bytes from 192.168.0.131: icmp_seq=2 ttl=64 time=0.491 ms
1473 bytes from 192.168.0.131: icmp_seq=3 ttl=64 time=0.328 ms
1473 bytes from 192.168.0.131: icmp_seq=4 ttl=64 time=0.099 ms
1473 bytes from 192.168.0.131: icmp_seq=5 ttl=64 time=0.462 ms
1473 bytes from 192.168.0.131: icmp_seq=6 ttl=64 time=0.157 ms
1473 bytes from 192.168.0.131: icmp_seq=7 ttl=64 time=0.445 ms
1473 bytes from 192.168.0.131: icmp_seq=8 ttl=64 time=0.133 ms
1473 bytes from 192.168.0.131: icmp_seq=9 ttl=64 time=0.255 ms
- Sachin
Thank you, this is now helpful information. Please repeat the command as I have provided in this post and show the output.