Network Time Protocol Commands
OmniSwitch 6250 CLI Reference Guide November 2009 page 5-9
ntp key
Labels the specified authentication key identification as trusted or untrusted.
ntp key key [trusted | untrusted]
Syntax Definitions
key The key number matching an NTP server.
trusted Signifies that the specified key is trusted and can be used for authentica-
tion.
untrusted Signifies that the specified key is not trusted and cannot be used for
authentication. Synchronization will not occur with an untrusted authen-
tication key.
Defaults
N/A
Platforms Supported
OmniSwitch 6250
Usage Guidelines
• Authentication keys are stored in a key file and loaded into memory when the switch boots. The keys
loaded into memory are not trusted until this command is used.
• Once the keys are loaded into software (on boot up of the switch), they must be activated by being
labeled as trusted. A trusted key will authenticate with a server that requires authentication as long as
the key matches the server key.
• New keys must be added manually to the key file. A newly added key will not be loaded into the
switch software until the ntp key load command is issued, or the switch is rebooted.
Examples
-> ntp key 5 trusted
-> ntp key 2 untrusted
Release History
Release 6.6.1; command was introduced.