Installation manual

4-140
SIGNAMAX LLC • www.signamax.eu
Example
dot1x timeout tx-period
This command sets the time that an interface on the switch waits during an authentication
session before re-transmitting an EAP packet. Use the no form to reset to the default
value.
Syntax
dot1x timeout tx-period seconds
no dot1x timeout tx-period
seconds - The number of seconds. (Range: 1-65535)
Default
30 seconds
Command Mode
Interface Configuration
Example
dot1x intrusion-action
This command sets the port’s response to a failed authentication, either to block all traffic,
or to assign all traffic for the port to a guest VLAN. Use the no form to reset the default.
Syntax
dot1x intrusion-action {block-traffic | guest-vlan}
no dot1x intrusion-action
Default
block-traffic
Command Mode
Interface Configuration
Command Usage
For guest VLAN assignment to be successful, the VLAN must be configured and
set as active (“vlan database” on page 4-241) and assigned as the guest VLAN for
the port (“network-access guest-vlan” on page 4-152).
Console(config)#interface eth 1/2
Console(config-if)#dot1x timeout re-authperiod 300
Console(config-if)#
Console(config)#interface eth 1/2
Console(config-if)#dot1x timeout tx-period 300
Console(config-if)#