
C613-50186-01 Rev B
Command Reference for AR2050V
1824
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 an Ethernet port, or Authentication Profile mode.
Usage
This command attaches a authentication profile, created using the
command, to an Ethernet 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 eth1, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface eth1
awplus(config-if)#
auth profile student
To detach the authentication profile ‘student’ from eth1, use the following
commands:
awplus#
configure terminal
awplus(config)#
interface eth1
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.