CLI Reference 802.1X Configuration Commands
The command is used to set the number of authentication request messages sent
actively. Use the show dot1x auto-req command to show the setting of this
function.
The following example shows how to enable a device to initiate 802.1x
authentication actively and continuously:
Ruijie# configure terminal
Ruijie(config)# dot1x auto-req packet-num 0
Ruijie(config)# end
Ruijie# show dot1x auto-req
Auto-Req: Enabled
User-Detect : Enabled
Packet-Num : 0
Req-Interval: 30 Second
The command is used to show the setting of the active
authentication function.
dot1x auto-req req-interval
Use this command to set the interval of sending authentication request messages. Use the no form
of this command to apply the default value.
dot1x auto-req req-interval interval
no dot1x auto-req req-interval
The parameter specifies the time interval between two
authentication request messages sent actively by the device,
in second.
Global configuration mode
Use the show dot1x auto-req command to show the setting of this function.
The following example shows how to set the time interval to 60s:
Ruijie# configure terminal
Ruijie(config)# dot1x auto-req req-interval 60
Ruijie(config)# end