Celestica Documentation Portal

Find your product documents here

RADIUS passkey

Configures global passkey for RADIUS server.

Syntaxradius-server { passkey <plaintext-value> | encrypted-passkey <encrypted-passkey-value> }
Command modeCONFIG
Parameters
  • plaintext-value – Plaintext passkey string. Valid characters: ASCII printable except SPACE, #, and COMMA. Maximum length: 65

  • encrypted-passkey-value – Encrypted passkey (cipher text)

UsageUse no radius-server passkey to remove the configured global passkey.
Supported Releases 1.0.0 or later
Click commandconfig radius passkey [OPTIONS] <secret_string>
Example
sonic# configure terminal
sonic(config)# radius-server passkey test456
sonic(config)# no radius-server passkey
sonic(config)#