Celestica Documentation Portal

Find your product documents here

TACACS passkey

Configures global passkey for TACACS.

Syntaxtacacs-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 tacacs-server passkey to remove the configured global passkey.
Supported Releases 1.0.0 or later
Click command config tacacs passkey [OPTIONS] <secret_string>
Example
sonic# configure terminal
sonic(config)# tacacs-server passkey testing32
sonic(config)# tacacs-server encrypted-passkey U2FsdGVkX18cfkNuRGFefzU6KLbl1nfCtdS/pepGnRU=
sonic(config)# no tacacs-server passkey
sonic(config)#