C613-50631-01 Rev A Command Reference for IE340 Series 2263
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AUTHENTICATION COMMANDS
AUTH
TWO-STEP ORDER
Examples To set the two-step authentication order on port1.0.1 for 802.1X authentication
and then MAC authentication, use the commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# switchport mode access
awplus(config-if)# auth-mac enable
awplus(config-if)# dot1x port-control auto
awplus(config-if)# auth two-step enable
awplus(config-if)# auth two-step order dot1x auth-mac
To reset the two-step authentication order back to the default, which would be
MAC authentication then 802.1X authentication if configured as above, use the
commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# no auth two-step order
Related
commands
auth two-step enable
auth-mac enable
auth-web enable
dot1x port-control
show auth interface
show auth supplicant
Command
changes
Version 5.5.0-0.3: command added