C613-50170-01 Rev B
Command Reference for x510 Series
1862
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
AAA C
OMMANDS
AUTHORIZATION
COMMANDS
authorization commands
Overview
This command applies a command authorization method list, defined using the
command, to console and VTY lines.
Use the
no
variant of this command to reset the command authorization
configuration on the console and VTY lines.
Syntax
authorization commands <
privilege-level
> {default|<
list-name
>}
no authorization commands <
privilege-level
>
Default
The
default
method list is applied to each console and VTY line by default.
Mode
Line Configuration
Usage
If the specified method list does not exist users will not be enable to execute any
commands in the specified method list on the specified VTY lines.
Example
To apply the TAC15 command authorization method list with privilege level 15 to
VTY lines 0 to 5, use the following commands:
awplus#
configure terminal
awplus(config)#
line vty 0 5
awplus(config-line)#
authorization commands 15 TAC15
To reset the command authorization configuration with privilege level 15 on VTY
lines 0 to 5, use the following commands:
awplus#
configure terminal
awplus(config)#
line vty 0 5
awplus(config-line)#
no authorization commands 15
Related
Commands
Parameter
Description
<privilege-level>
The privilege level of the set of commands the method list
will be applied to.
AlliedWare Plus defines three sets of commands, that are
indexed by a level value:
Level = 1
: All commands that can be accessed by a user with
privilege level between 1 and 6 inclusive
Level = 7:
All commands that can be accessed by a user with
privilege level between 7 and 14 inclusive
Level = 15
: All commands that can be accessed by a user
with privilege level 15
default
Configure the default authorization commands method list.
<
list-name
>
Configure a named authorization commands method list