profile dnn authentication algorithm

Configures the authentication algorithm.

Command Mode

Exec > Global Configuration (config) DNN Profile Configuration (config-dnn-dnn_profile_name )

Syntax

authentication algorithm{ chap chap_preference | convert-to-mschap | mschap mschap_preference | pap pap_preference | password-use-pco } 

chap chap_preference

Specify the Challenge Handshake Authentication Protocol (CHAP) and preference. Lower value means higher preference. To disable, set it to 0.

Must be an integer in the range of 0-3.

Default Value: 0.

convert-to-mschap

Specify conversion of CHAP to MSCHAP when CHAP response length is 49 bytes.

mschap mschap_preference

Specify the Microsoft Challenge Handshake Authentication Protocol (MS-CHAP) and preference. Lower value means higher preference. To disable, set it to 0.

Must be an integer in the range of 0-3.

Default Value: 0.

pap pap_preference

Specify the Password Authentication Protocol (PAP) and preference. Lower value means higher preference. To disable, set it to 0.

Must be an integer in the range of 0-3.

Default Value: 0.

password-use-pco

Specify to override password with PCO password.

Usage Guidelines

Use this command to configure the authentication algorithm.