C613-50631-01 Rev A Command Reference for IE340 Series 2226
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AUTHENTICATION COMMANDS
AUTH
HOST-MODE
the authenticating port is an intelligent switch that can act as an authentication
supplicant.
If you trust that malicious users cannot be connected to that switch but you do not
know the identity of those users, then you can simply authenticate the switch and
then allow its attached users to have network access. If the valid switch is
disconnected and an invalid one is connected which is not configured with the
correct authentication credentials, then the devices connected to the invalid
switch will be blocked from accessing the network.
Examples To set the host mode to multi-supplicant on interface port1.0.2, use the following
commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# auth host-mode multi-supplicant
To set the host mode to the default (single host) on interface port1.0.2, use the
following commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# no auth host-mode
To set the host mode to multi-supplicant on authentication profile ‘student’, use
the commands:
awplus# configure terminal
awplus(config)# auth profile student
awplus(config-auth-profile)# auth host-mode multi-supplicant
To set the host mode to the default (single host) on authentication profile
‘student’, use the commands:
awplus# configure terminal
awplus(config)# auth profile student
awplus(config-auth-profile)# no auth host-mode
Related
commands
auth profile (global)
show dot1x
show dot1x interface
show running-config
Command
changes
Version 5.5.2-1.1: host-plus-voice parameter added