085 NTP Study Notes
085 NTP Study Notes
com
The network service is enabled with Network Time Protocol (NTP) that is
supported on Cisco IOS. The primary purpose of NTP is to synchronize
clocks within a private administrative domain for system messages and
time stamps. It is important to accurately record when an event occurred
for reporting, auditing and troubleshooting purposes. It extends to
applications such as video surveillance, security logs and financial
transactions for example.
Stratum Levels
NTP is based on a hierarchy of public and/or private time servers that
start from a top-level authoritative time source. The authoritative time
source is typically an internet-based public NTP server. The public time
servers are connected directly to an atomic clock (stratum 0) and are
designated as stratum 1 servers. NTP stratum describes how many hops
device is from the authoritative time source. Higher level stratum devices
receive updates from same or lower stratum devices. For example, an
internet router with a public interface configured to synchronize with an
authoritative time server is stratum 2.
Client Mode
This is the most common mode enabled with ntp server command. It
specifies the IP address of a time source with a lower stratum level.
Typically most Cisco network devices point to an internal network device
with lower stratum level. At least one internal router is configured with the
same command that references a public authoritative time source by
hostname (pool.ntp.org).
Client/Server Mode
Cisco support client mode and server mode on the same network device.
The local device receives time updates from a lower stratum server and
advertises to a higher stratum level device.
Master Mode
This mode is used commonly as a failover when internet connectivity is
not available. It becomes the top-level authoritative time server on a
private domain that replaces external public server. There is the option to
configure ntp master command along with a stratum level.
www.cisconetsolutions.com
Internal network devices would derive time synchronization from the clock
of that device. Alternatively, you can configure a public hostname on a
different internet connection. The default for master mode is stratum level
Answer
The following are all characteristics of NTP network protocol.
Answer
The following statement correctly describe NTP operation:
The following IOS command is used to show the NTP association status
with neighbors and NTP mode of the local client network device
(client/server).