Allied Telesis AT-9000/12POE Switch User Manual


  Open as PDF
of 1480
 
AT-9000 Switch Command Line User’s Guide
883
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.16
awplus(config-if)# auth-mac enable
If, after configuring an authenticator port for MAC address authentication,
you decide to change it back to 802.1x username and password
authentication, use the NO AUTH-MAC ENABLE command. This example
of the command restores 802.1x username and password authentication
to port 12:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.12
awplus(config-if)# no auth-mac enable
Configuring the
Operating Modes
As explained in “Operating Modes for Authenticator Ports” on page 869,
authenticator ports have three operating modes:
Single host mode - For authenticator ports that are connected to a
single node.
Multi host mode- For authenticator ports that are connected to
multiple nodes. The ports forward all traffic after just one supplicant
successfully logs on.
Multi supplicant mode - For authenticator ports that are connected
to multiple nodes. The supplicants must log on individually before
the ports forward their traffic.
The command for setting the operating mode is the AUTH HOST-MODE
command in the Port Interface mode. The format of the command is
shown here:
auth host-mode single-host| multi-host| multi-supplicant
This example configures port 1 as an authenticator port that uses the
single host mode:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# auth host-mode single-host