Celestica Documentation Portal

Find your product documents here

RADIUS authtype

Configures global authentication type for RADIUS.

Syntaxradius-server authtype {pap | chap | mschapv2}
Command modeCONFIG
Parameters
  • pap – Password Authentication Protocol authentication type (default) string

  • chap – Challenge-Handshake Authentication Protocol

  • mschapv2 – Microsoft Challenge-Handshake Authentication Protocol, version 2

UsageUse no radius-server authtype to remove the configured global authentication type.
Supported Releases 1.0.0 or later
Click commandconfig radius authtype [OPTIONS] <[chap | pap | mschapv2]>
Example
sonic# configure terminal
sonic(config)# radius-server authtype pap
sonic(config)# no radius-server authtype
sonic(config)#