aaa authentication port-access dot1x authenticator auth-method

Syntax

aaa authentication port-access dot1x authenticator auth-method eap-radius

no aaa authentication port-access dot1x authenticator auth-method eap-radius

Description

Configures the authentication mechanism used to control access to the network. The configured authentication method will be used to authenticate 802.1X clients.

The no form of the command resets the authentication mechanism to the default, eap-radius.

Command context

config

Parameters

eap-radius

Specifies the EAP RADIUS as the 802.1X authentication method.

Authority

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

Examples

Enabling the EAP RADIUS 802.1X authentication method on the switch:

switch(config)# aaa authentication port-access dot1x authenticator auth-method eap-radius

Resetting the EAP RADIUS 802.1X authentication method on the switch:

switch(config)# no aaa authentication port-access dot1x authenticator auth-method eap-radius