C613-50631-01 Rev A Command Reference for IE340 Series 2237
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AUTHENTICATION COMMANDS
AUTH
PRIORITY
Example To configure 802.1X authentication to have a higher priority than MAC
authentication on interface port1.0.2, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# switchport mode access
awplus(config-if)# auth-mac enable
awplus(config-if)# dot1x port-control auto
awplus(config-if)# auth priority dot1x auth-mac
To disable authentication priority on interface port1.0.2, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# no auth priority
To configure 802.1X authentication to have a higher priority than MAC
authentication on authentication profile ‘student’, use the commands:
awplus# configure terminal
awplus(config)# auth profile student
awplus(config-if)# switchport mode access
awplus(config-if)# auth-mac enable
awplus(config-if)# dot1x port-control auto
awplus(config-if)# auth priority dot1x auth-mac
Related
commands
auth profile (interface)
auth-mac enable
auth-web enable
dot1x port-control
Command
changes
Version 5.5.0-2.1: command added