Symptoms:
VMware NSX-T Data Center
Always check the LM -LM sync status ( state should be in 'synched' state)
# get site-replicator remote-sites
Check the status of the port# 1236 on LM ( should be in established state with both GM and LM)
# netstat -nap | grep 1236
# nc -v lm-manager-ip 1236
Connections in SYN-SENT means a SYN was sent but a SYN-ACK was never received. This is commonly caused by blocking TCP port 1236 between local managers in one site from local managers in a different sites.
Check to see if the destination receives the SYN packet by using pcap-uw.
net-stats -l | grep nsx-mgr-name
######## 5 9 vSwitch2 00:50:56:##:##:## nsx-mgr-name
pktcap-uw --switchport ######### --capture vNicx,VnicRx --srcip ##.##.##.## --dstport 1236 -o - | tcpdump-uw -enr -
Impact/Risks:
If the LM-LM syn is failing/ sync fails, DATA entries learned would be removed leading to inter-site traffic disruption after 24 hours.