set dot1x

Use this command to enable or disable 802.1X authentication, to reauthenticate one or more access entities, or to reinitialize one or more supplicants.

Syntax

set dot1x {[enable | disable] | [{init | reauth} [port-string] [index index-list]]}

Parameters

enable | disable Enables or disables 802.1X authentication. 802.1X authentication is globally disabled by default and enabled on all ports by default.
init | reauth Reinitializes one or more access entities or reauthenticates one or more supplicants.
port-string (Optional) Specifies the port(s) to reinitialize or reauthenticate.
index index-list (Optional) Specifies one or more access entities on which to enable initialization or reauthentication control. Valid values are 0 - 2047.

Defaults

If port-string not specified, the reinitialization or reauthentication setting will be applied to all ports.

If index is not specified, all access entities will be affected.

Mode

All command modes.

Examples

This example shows how to enable 802.1X globally:

System(rw)->set dot1x enable

This example shows how to disable 802.1X on VLAN 1:

System(rw)->configure terminal
System(rw)->configure terminal
System(rw-config)->interface vlan 1
System(rw-config-intf-vlan.0.1)->set dot1x disable

This example shows how to reinitialize ge.2.24:

System(rw)->set dot1x init ge.2.24