Examples
This example shows how to display the configured authentication parameters:
switch# show aaa authentication
default: local
console: local
dot1x: not configured
eou: not configured
This example shows how to display the authentication-login error-enable configuration:
switch# show aaa authentication login error-enable
disabled
This example shows how to display the authentication-login CHAP configuration:
switch# show aaa authentication login chap
disabled
This example shows how to display the authentication-login MSCHAP configuration:
switch# show aaa authentication login mschap
disabled
This example shows how to display the authentication-login MSCHAP V2 configuration:
switch# show aaa authentication login mschapv2
enabled
This example shows how to display the status of the ASCII authentication for passwords feature :
switch(config)# show aaa authentication login ascii-authentication
disabled
Related Commands
DescriptionCommand
Enables ASCII authentication for passwords on a
TACACS+ server.
aaa authentication login ascii-authentication
Enables CHAP authentication.aaa authentication login chap enable
Configures the AAA authentication failure message
to display on the console.
aaa authentication login error-enable
Enables MSCHAP authentication.aaa authentication login mschap enable
Enables MSCHAP V2 authentication.aaa authentication login mschapv2 enable
Cisco Nexus 7000 Series Security Command Reference    
697
Show Commands
show aaa authentication