The display authentication-scheme command displays the configuration of authentication schemes.
Parameter |
Description |
Value |
---|---|---|
authentication-scheme-name |
Specifies the name of an authentication scheme. |
The authentication scheme must already exist. |
Usage Scenario
After the authentication scheme configuration is complete, run the display authentication-scheme command to view the configuration of authentication schemes.
Precautions
The display authentication-scheme command displays the detailed configuration if the command is executed in the authentication scheme view or the name of an authentication scheme is specified. Otherwise, this command displays only the summary of authentication schemes.
# Display the summary of all authentication schemes.
<HUAWEI> display authentication-scheme
-------------------------------------------------------------------
Authentication-scheme-name Authentication-method
-------------------------------------------------------------------
default Local
radius RADIUS
-------------------------------------------------------------------
Total of authentication scheme: 2
# Display the detailed configuration of the default authentication scheme.
<HUAWEI> display authentication-scheme default Authentication-scheme-name : default Authentication-method : Local Radius authentication-type of admin : PAP(all) server no-response accounting : NO Location after radius reject : None
Item |
Description |
---|---|
Authentication-scheme-name |
Name of an authentication scheme. To create an authentication scheme, run the authentication-scheme command. |
Authentication-method |
Authentication mode in an authentication scheme. To configure an authentication mode in an authentication scheme, run the authentication-mode command. |
Radius authentication-type of admin |
Access type of administrators on whom CHAP authentication is performed. The value can be:
To configure the access type, run the authentication-type radius chap access-type admin command. |
server no-response accounting |
Whether the device continues sending accounting packets after the server does not respond to a user's authentication request and the user then is authenticated using the local authentication mode. The value can be:
To configure this item, run the server no-response accounting command. |
Location after radius reject |
Whether a user is authenticated using another authentication mode after the user's RADIUS authentication request is rejected. The value can be:
To configure this item, run the radius-reject local command. |