C613-50170-01 Rev B
Command Reference for x510 Series
177
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
U
SER
A
CCESS
C
OMMANDS
PRIVILEGE
LEVEL
privilege level
Overview
This command sets a privilege level for VTY or console connections. The
configured privilege level from this command overrides a specific user’s initial
privilege level at the console login.
Syntax
privilege level
<1-15
>
Mode
Line Configuration
Usage
You can set an intermediate CLI security level for a console user with this command
by applying privilege level 7 to access all show commands in Privileged Exec and
all User Exec commands. However, intermediate CLI security will not show
configuration commands in Privileged Exec.
Examples
To set the console connection to have the maximum privilege level, use the
following commands:
awplus#
configure terminal
awplus(config)#
line console 0
awplus(config-line)#
privilege level 15
To set all VTY connections to have the minimum privilege level, use the following
commands:
awplus#
configure terminal
awplus(config)#
line vty 0 5
awplus(config-line)#
privilege level 1
To set all VTY connections to have an intermediate CLI security level, to access all
show commands, use the following commands:
awplus#
configure terminal
awplus(config)#
line vty 0 5
awplus(config-line)#
privilege level 7
Related
Commands