C613-50170-01 Rev B
Command Reference for x510 Series
1743
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
SUPPLICANT
-
IP
Default
No supplicant IP address for port authentication exists by default until first created
with the
auth supplicant-ip
command. The defaults for parameters applied are as
shown in the table above.
Mode
Interface Configuration for a static channel, a dynamic (LACP) channel group, a
switch port, or Authentication Profile.
Examples
To add the supplicant IP address 192.168.10.0/24 to force authorized port control
for interface port1.0.2, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
auth supplicant-ip 192.168.10.0/24
port-control force-authorized
To delete the supplicant IP address 192.168.10.0/24 for interface port1.0.2, use the
commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no auth supplicant-ip 192.168.10.0/24
To disable reauthentication for the supplicant(s) IP address 192.168.10.0/24 for
interface port1.0.2, use the commands:
awplus#
configure terminal
awplus(config)#
interface port1.0.2
awplus(config-if)#
no auth supplicant-ip 192.168.10.0/24
reauthentication
To add the supplicant IP address 192.168.10.0/24 to force authorized port control
for auth profile 'student', use the commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-auth-profile)#
auth supplicant-ip
192.168.10.0/24 port-control force-authorized
To disable reauthentication for the supplicant IP address 192.168.10.0/24, for auth
profile 'student', use the commands:
awplus#
configure terminal
awplus(config)#
auth profile student
awplus(config-if)#
no auth supplicant-ip 192.168.10.0/24
reauthentication
Related
Commands