aaa authentication port-access dot1x authenticator

Syntax

aaa authentication port-access dot1x authenticator {enable | disable}

no aaa authentication port-access dot1x authenticator

Description

Enables or disables 802.1X authentication globally or at the port-level.

The no form of the command deletes global 802.1X configuration details and disables 802.1x authentication.

Command context

config

config-if

Authority

Administrators or local user group members with execution rights for this command.

Examples

Enabling 802.1X authentication globally:

switch(config)# aaa authentication port-access dot1x authenticator enable

Disabling 802.1X authentication globally:

switch(config)# aaa authentication port-access dot1x authenticator disable

Deleting and disabling global 802.1X authentication:

switch(config)# no aaa authentication port-access dot1x authenticator

Enabling 802.1X authentication on a port:

switch(config-if)# aaa authentication port-access dot1x authenticator enable

Disabling 802.1X authentication on a port:

switch(config-if)# aaa authentication port-access dot1x authenticator disable

Deleting and disabling 802.1X authentication configuration on a port:

switch(config-if)# no aaa authentication port-access dot1x authenticator