CLI Reference 802.1X Configuration Commands
Global configuration mode
Use the show dot1x command to show the setting.
The following example shows how to set the maximum number of failed attempts
before entering VLAN.
Ruijie# configure terminal
Ruijie(config)# dot1x auth-fail max-attempt 5
Ruijie(config)# end
Ruijie#
This command is used to show the 802.1x setting.
dot1x auth-fail vlan
Use this command to set the 802.1X authentication failure VLAN.
dot1x auth-fail vlan vid
no dot1x auth-fail vlan vid
It specifies the ID of the failure VLAN.
No failure VLAN by default
Interface configuration mode
Use the show dot1x interface command to show the setting.
The following example shows how to set the 802.1X authentication failure VLAN.
Ruijie# configure terminal
Ruijie(config)# interface fa 0/1
Ruijie(config-if)# dot1x auth-fail vlan 2
Ruijie(config)# end
Ruijie#write