C613-50100-01 REV C Command Reference for x930 Series 2112
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
AUTHENTICATION COMMANDS
AUTH
PROFILE (INTERFACE CONFIGURATION)
auth profile (Interface Configuration)
Overview Use this command to attach a port authentication profile to the current interface.
Use the no variant of this command to detach a port authentication profile from
the current interface.
Syntax
auth profile <profile-name>
no auth profile <profile-name>
Default No profile is attached by default.
Mode Interface Configuration for a static channel, a dynamic (LACP) channel group, or a
switch port.
Usage This command attaches a authentication profile, created using the auth profile
(Global Configuration) command, to a static channel, a dynamic (LACP) channel
group, or a switch port.
You can only attach one profile to an interface at a time, use the no variant of the
command to detach a profile before attempting to attach another one.
Example To attach the authentication profile ‘student’ to port1.0.1, use the following
commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# auth profile student
To detach the authentication profile ‘student’ from port1.0.1, use the following
commands:
awplus# configure terminal
awplus(config)# interface port1.0.1
awplus(config-if)# no auth profile student
Related
Commands
auth profile (Global Configuration)
Parameter Description
<profile-name> The name of the profile to attach to the current interface.