beautypg.com

Ntp authentication-key – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 1674

background image

NTP Commands

Software Reference for x310 Series Switches

62.4

AlliedWare Plus

TM

Operating System - Version 5.4.4C

C613-50046-01 REV A

ntp authentication-key

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:

To disable the authentication key number 134343 with the key value mystring, use the
commands:

Parameter

Description

<keynumber>

<1-4294967295>

The key number.

<key>

The authentication key.

awplus#

configure terminal

awplus(config)#

ntp authentication-key 134343 md5 mystring

awplus#

configure terminal

awplus(config)#

no ntp authentication-key 134343 md5 mystring