radius-server auth-type

Syntax

radius-server auth-type {pap | chap} no radius-server auth-type

描述

Enables the CHAP or PAP authentication protocol, which is used for communication with the RADIUS servers, at the global level. You can override this command with a fine-grained per serverauth-type配置。

The没有form of this command resets the global authentication mechanism for RADIUS to PAP, which is the default authentication mechanism for RADIUS.

Command context

config

Parameters

auth-type {pap | chap}

选择either the PAP or CHAP authentication protocol.

权威

Administrators or local user group members with execution rights for this command.

Examples

Authenticating CHAP:

switch(config)#radius-server auth-type chap

Authenticating PAP:

switch(config)#radius-server auth-type pap