2-85
Catalyst 6500 Series Switch Command Reference—Release8.4
OL-6244-01
Chapter2 Catalyst 6500 Series Switch and ROM Monitor Commands clear ntp server
clear ntp serverTo remove one or more servers from the NTP server table, use the c lea r ntp s erver command.
clear ntp server {ip_addr | all}
Syntax Description
Defaults The default configuration has no NTP servers configured.
Command Types Switch command.
Command Modes Privileged.
Examples This example shows how to remove a specific NTP server from the server table:
Console> (enable) clear ntp server 172.20.22.191
NTP server 172.20.22.191 removed.
Console> (enable)
This example shows how to remove all NTP servers from the server table:
Console> (enable) clear ntp server all
All NTP servers cleared.
Console> (enable)
Related Commands set ntp server
show ntp
ip_addr IP address of the server to remove from the server table.
all Specifies all server addresses in the server table to be removed.