protocol

Use the protocol command to configure the authentication protocol to be used with the RADIUS server being configured. The protocol command is accessible from the wlans:<WLAN-service-name>:auth context of the CLI.

After you run the protocol command, run the apply command to implement the changes.

protocol CHAP | PAP | MS-CHAP | MS-CHAP2

Parameters

CHAP Configures the Challenge Handshake Authentication Protocol as the authentication protocol
PAP Configures the Password Authentication Protocol as the authentication protocol
MS-CHAP Configures the Windows specific version of CHAP as the authentication protocol
MS-CHAP2 Configures the Windows specific version (Version 2) of CHAP as the authentication protocol

Usage

You must be in RADIUS server configuration mode for the protocol command to be available. Use the config command to enter RADIUS server configuration mode. For more information, see config.

Example

The following example configures the CHAP protocol as the authentication protocol for this RADIUS server:

EWC.extremenetworks.com:wlans:cnl-AAA:auth# protocol CHAP
EWC.extremenetworks.com:wlans:cnl-AAA:auth# apply