797
restores the default setting.
Parameters:
<count>
is the times to re-transfer EAP request/ MD5 frames, the valid
range is 1 to 10.
Command mode:
Global Mode
Default:
The default maximum for retransmission is 2.
Usage Guide:
The default value is recommended in setting the EAP request/ MD5
retransmission times.
Example:
Changing the maximum retransmission times for EAP request/ MD5 frames to
5 times.
Switch(Config)#dot1x max-req 5
20.2.2.8 dot1x max-user
Command:dot1x max-user macbased <number>
no dot1x max-user macbased
Function:
Sets the maximum users allowed to connect to the port; the “
no dot1x
max-user macbased
” command restores the default setting.
Parameters:
<number>
is the maximum users allowed, the valid range is 1 to 254.
Command mode:
Port configuration Mode.
Default:
The default maximum user allowed is 1.
Usage Guide:
This command is available for ports using MAC-based access
management, if MAC address authenticated exceeds the number of allowed user,
additional users will not be able to access the network.
Example:
Setting port 1/3 to allow 5 users.
Switch(Config-Ethernet1/3)#dot1x max-user macbased 5
20.2.2.9 dot1x port-control
Command:dot1x port-control {auto|force-authorized|force-unauthorized }
no dot1x port-control
Function:
Sets the 802.1x authentication status; the “
no dot1x port-control
” command
restores the default setting.
Parameters:auto
enable 802.1x authentication, the port authorization status is
determined by the authentication information between the switch and the supplicant;
force-authorized
sets port to authorized status, unauthenticated data is allowed to pass
through the port;
force-unauthorized
will set the port to non-authorized mode, the switch
will not provide authentication for the supplicant and prohibit data from passing through
the port.
Command mode:
Port configuration Mode
Default:
When 802.1x is enabled for the port,
auto
is set by default.