Celestica Documentation Portal

Find your product documents here

TACACS authtype

Configures global authentication type for TACACS.

Syntaxtacacs-server authtype {pap | chap | mschap | login}
Command modeCONFIG
Parameters
  • pap – Password Authentication Protocol authentication type (default)
  • chap – Challenge-Handshake Authentication Protocol
  • mschap – Microsoft Challenge-Handshake Authentication Protocol
  • login – Login method
UsageUse no tacacs-server authtype to remove the configured global authentication type.
Supported Releases 1.0.0 or later
Click command config tacacs authtype [OPTIONS] <[chap | pap | mschap | login]>
Example
sonic# configure terminal
sonic(config)# tacacs-server authtype login
sonic(config)# no tacacs-server authtype
sonic(config)#