Connectivity Guide

Table Of Contents
Enable NTP
NTP is disabled by default. To enable NTP, congure an NTP server where the system synchronizes. To congure multiple servers, enter
the command multiple times. Multiple servers may impact CPU resources.
Enter the IP address of the NTP server where the system synchronizes in CONFIGURATION mode.
ntp server ip-address
View system clock state
OS10(config)# do show ntp status
system peer: 0.0.0.0
system peer mode: unspec
leap indicator: 11
stratum: 16
precision: -22
root distance: 0.00000 s
root dispersion: 1.28647 s
reference ID: [73.78.73.84]
reference time: 00000000.00000000 Mon, Jan 1 1900 0:00:00.000
system flags: monitor ntp kernel stats
jitter: 0.000000 s
stability: 0.000 ppm
broadcastdelay: 0.000000 s
authdelay: 0.000000 s
View calculated NTP synchronization variables
OS10(config)# do show ntp associations
remote local st poll reach delay offset disp
=======================================================================
10.16.150.185 10.16.151.123 16 1024 0 0.00000 0.000000 3.99217
OS10# show ntp associations
remote local st poll reach delay offset disp
=======================================================================
10.16.150.185 10.16.151.123 16 1024 0 0.00000 0.000000 3.99217
Broadcasts
Receive broadcasts of time information and set interfaces within the system to receive NTP information through broadcast. NTP is enabled
on all active interfaces by default. If you disable NTP on an interface, the system drops any NTP packets sent to that interface.
1 Set the interface to receive NTP packets in INTERFACE mode.
ntp broadcast client
2 Disable NTP on the interface in INTERFACE mode.
ntp disable
Congure NTP broadcasts
OS10(config)# interface ethernet 1/1/10
OS10(conf-if-eth1/1/10)# ntp broadcast client
Disable NTP broadcasts
OS10(config)# interface ethernet 1/1/10
OS10(conf-if-eth1/1/10)# ntp disable
System management
599