1528
Command Reference for AT-IX5-28GPX High Availability, High Power Video Surveillance PoE Switch
C613-50057-01 REV A
AlliedWare Plus™ Operating System - Version 5.4.5-0.x
NTP C
OMMANDS
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.