Command Reference 802.1X Commands
Usage Guide
If the AAA security server is enabled, this command is used for the login authentication with the
specified method list.
Configuration
Examples
The following command demonstrates how to associate a method list on the interface and use group
radius for authentication.
Ruijie# configure terminal
Ruijie(config)# aaa new-model
Ruijie(config)# aaa authentication dot1x default group radius
Ruijie(config)# interface fastEthernet0/1
Ruijie(config-if)# dot1x authentication default
Ruijie(config-if)# end
Ruijie#
Related
Commands
Command Description
aaa new-model Enables the AAA security service.
aaa authentication dot1x
Configures the logon authentication method
list.
Platform
Description
N/A
dot1x auth-mode
Use this command to specify the 802.1x authentication mode.
dot1x auth-mode {eap-md5 | chap | pap}
no dot1x auth-mode
Parameter
Description
Parameter Description
eap-md5 Uses EAP-MD5 for authentication.
chap Uses CHAP for authentication.
pap Uses PAP for authentication.
Defaults
EAP-MD5 mode.
Command
Mode
Global configuration mode.
Usage Guide
Use the show dot1x command to show the 802.1X configurations.