C613-50170-01 Rev B
Command Reference for x510 Series
1736
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
A
UTHENTICATION
C
OMMANDS
AUTH
PROFILE
(I
NTERFACE
C
ONFIGURATION
)
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
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.