User's Manual

Table Of Contents
Fortress ES-Series CLI Guide: Networking and Radio Configuration
85
NOTE:
The
-ip
flag
with empty double
quotation marks deletes
a configured server.
A Mesh Point enabled to authenticate NTP packets must
additionally be configured, using
add ntp-key, with the key(s)
(and indices) that will be used to authenticate configured NTP
server(s).
# add ntp-key
AuthKeyIndex (specifies which key the server expects the client to
authenticate with (valid indices: 1-65534)): 1-65534
AuthKey (SHA1 authentication key with length 40/hex, 1..39/ascii):
<40-digitHexadecimalKey>
|
<1-40-digitASCIIkey>
You must specify a valid index value for the key you are
configuring, which should match the value specified (with
set ntp, above) for the relevant server(s).
The key length requirement is dictated by the type of the key
you are configuring:
A hexadecimal key must be 40 characters long.
An ascii key length can be 1–40 characters long.
Any number of NTP authentication keys can be present in the
Mesh Point configuration.
You can also use
add ntp-key non-interactively:
# add ntp-key -keyindex 0|1-65534 -key 40/
<hexadecimalKey>
|1...40/
<asciiKey>
You can use the same switches with update ntp-key to
change the key associated with the specified key index.
# update ntp-key -keyindex <
N
> -key 40/
<hexadecimalKey>
|1...40/
<asciiKey>
You can delete a single NTP key, identified by its associated
key index value, or all NTP keys currently configured on the
Mesh Point:
# del ntp-key -keyindex
<AuthKeyIndex>
|-all
Set the timeout interval for multiple NTP servers, in minutes
between
5
and
1440
, with set ntptimeout:
# set ntptimeout 5..1440
View the current NTP timeout setting with show ntptimeout:
# show ntptimeout
Timeout: 240
You must be logged on to an
administrator
-level account to
change configuration settings (refer to Section 2.2).