C613-50055-01 REV A Command Reference for x230 Series Edge Switches 1301
AlliedWare Plusâ„¢ Operating System - Version 5.4.5-0.x
NTP COMMANDS
NTP
AUTHENTICATION-KEY
ntp authentication-key
Overview This command defines each of the authentication keys. Each key has a key number,
a type, and a value. Currently, the only key type supported is MD5.
The no variant of this disables the authentication key assigned previously using
ntp authentication-key.
Syntax
ntp authentication-key <keynumber> md5 <key>
no ntp authentication-key <keynumber> md5 <key>
Mode Global Configuration
Examples To define an authentication key number 134343 and a key value mystring, use
the commands:
awplus# configure terminal
awplus(config)# ntp authentication-key 134343 md5 mystring
To disable the authentication key number 134343 with the key value mystring,
use the commands:
awplus# configure terminal
awplus(config)# no ntp authentication-key 134343 md5 mystring
Parameter Description
<keynumber> <1-4294967295> The key number.
<key> The authentication key.