C613-50631-01 Rev A Command Reference for IE340 Series 2239
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
AUTHENTICATION COMMANDS
AUTH
PROFILE (INTERFACE)
auth profile (interface)
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; or Authentication Profile mode.
Usage This command attaches an authentication profile, that was created using the auth
profile (global) 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.2, use the following
commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# auth profile student
To detach the authentication profile ‘student’ from port1.0.2, use the following
commands:
awplus# configure terminal
awplus(config)# interface port1.0.2
awplus(config-if)# no auth profile student
Related
commands
auth profile (global)
Parameter Description
<profile-name> The name of the profile to attach to the current interface.