Specifications
19-7
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
Removing an NTP Server
Remove an NTP server using its IP address or hostname.
SUMMARY STEPS
1. config t
2. no ntp server {hostname | ip-address}
3. exit
4. show ntp status
5. show ntp configuration
6. copy running-config startup-config
DETAILED STEPS
Command or Action Purpose
Step 1
config t
Example:
se-10-0-0-0# config t
Enters configuration mode.
Step 2
no ntp server {hostname | ip-address}
Example:
se-10-0-0-0(config)# no ntp server 10.0.3.4
se-10-0-0-0(config)# no ntp server myhost
Specifies the hostname or IP address of the NTP
server to remove.
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 configuration
Example:
se-10-0-0-0# show ntp configuration
Displays the configured NTP servers.
Step 6
copy running-config startup-config
Example:
se-10-0-0-0# copy running-config startup-config
Copies the configuration changes to the startup
configuration.