C613-50170-01 Rev B
Command Reference for x510 Series
200
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
U
SER
A
CCESS
C
OMMANDS
USERNAME
Usage
An intermediate CLI security level (privilege level 7 to privilege level 14) allows a
CLI user access to the majority of show commands, including the platform show
commands that are available at privilege level 1 to privilege level 6. Note that some
show commands, such as
show running-configuration
and
show
startup-configuration
, are only available at privilege level 15.
Examples
To create the user “bob” with a privilege level of 15, for all show commands
including show running-configuration and show startup-configuration and to
access configuration commands in Privileged Exec command mode, and the
password “bobs_secret”, use the commands:
awplus#
configure terminal
awplus(config)#
username bob privilege 15 password bobs_secret
To create a user “junior_admin” with a privilege level of 7, which will have
intermediate CLI security level access for most show commands, and the password
“show_only”, use the commands:
awplus#
configure terminal
awplus(config)#
username junior_admin privilege 7 password
show_only
Related
Commands