Specifications
19-5
Cisco Unity Express Voice-Mail and Auto-Attendant CLI Administrator Guide for 3.0 and Later Versions
OL-14010-09
Chapter 19 Advanced Configuration
Configuring NTP Servers
DETAILED STEPS
Examples
The following commands configure the NTP server:
se-10-0-0-0# config t
se-10-0-0-0(config)# ntp server 10.100.6.9
se-10-0-0-0(config)# exit
se-10-0-0-0#
The following shows sample output from the show ntp status command:
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
ntp server {hostname | ip-address} [prefer]
Example:
se-10-0-0-0(config)# ntp server 10.0.3.4
se-10-0-0-0(config)# ntp server 10.0.10.20 prefer
Specifies the name or IP address of the NTP server.
If more than one server is configured, the server with
the prefer attribute is used first.
Step 3
exit
Example:
se-10-0-0-0(config)# exit
Exits configuration mode.
Step 4
show ntp status
Example:
se-10-0-0-0# show ntp status
Displays the NTP subsystem status.
Step 5
show ntp servers
Example:
se-10-0-0-0# show ntp servers
Displays a list of Network Time Protocol (NTP)
servers and their current states.
Step 6
show ntp source
Example:
se-10-0-0-0# show ntp source
Displays the time source for a Network Time Protocol
(NTP) server.
Step 7
show ntp association
Example:
se-10-0-0-0# show ntp association
Displays the association identifier and status for all
Network Time Protocol (NTP) servers.
Step 8
copy running-config startup-config
Example:
se-10-0-0-0# copy running-config startup-config
Copies the configuration changes to the startup
configuration.