# esxcli system ntp get
Enabled: true
Loglevel: info
PID: #######
Runtime Seconds: #######
Servers: ntp.example.com
Service Providing Kernel Time: Network Time Protocol
Time Service Enabled: true
Time Synchronized: false
remote refid st t when poll reach delay offset jitter
==============================================================================
##.###.#.# .INIT. 16 u - 1024 0 0.000 +0.000 0.000
# nc -v -u -z -w 3 ntp.example.com 123
Connection to ntp.example.com 123 port [udp/ntp] succeeded!
pktcap-uw --ip <NTP_SERVER_IP> --port 123esxcfg-vswitch -l .The issue is caused by a VLAN mismatch between the incoming NTP response packets and the VMkernel interface configuration. While the host can send requests, the returning traffic is tagged with a VLAN ID that does not match the Management VMkernel's VLAN. Consequently, the ESXi TCP/IP stack drops the responses, preventing synchronization.
Unless the ESXi host's Management Network has been configured with an incorrect VLAN ID, the fix will need to be done on the customer's physical network.
/etc/init.d/ntpd restartwatch -n 10 "ntpq -p"
Refer also to: