Authentication keys

The symmetric keys used for NTP authentication.

Authentication Key

The symmetric authentication key.

Properties

Key

The key value.

  • Data type: string
  • Configuration
  • Required

CLI: (cli)> config system time ntp auth-key <index> key

Key format

The format used to interpret the key.

OptionLabelDescription
asciiASCII StringAn ascii string containing the shared secret.
hexHEX StringA HEX encoded value containing the shared secret.
  • Data type: string select
  • Default: ascii
  • Configuration
  • Required

CLI: (cli)> config system time ntp auth-key <index> key-format

Type

The kind of key provided.

OptionLabelDescription
md5MD5MD5 hash (128 bits)
sha1SHA1SHA1 hash (160 bits)
sha256SHA256SHA256 hash (256 bits)
sha384SHA384SHA384 hash (384 bits)
sha512SHA512SHA512 hash (512 bits)
  • Data type: string select
  • Default: sha1
  • Configuration
  • Required

CLI: (cli)> config system time ntp auth-key <index> key-type

Key index

The key index is shared with the NTP server.

The key index and the key provide all the information required for authentications with the NTP server.

  • Data type: integer
  • Minimum: 1
  • Maximum: 65535
  • Configuration
  • Required

CLI: (cli)> config system time ntp auth-key <index> key-idx