Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual
Page 123
![background image](/manuals/427254/123/background.png)
User Access Commands
Software Reference for x310 Series Switches
C613-50046-01 REV A
AlliedWare Plus
TM
Operating System - Version 5.4.4C
5.37
Mode
Global Configuration
Default
The privilege level is 1 by default. Note the default is not shown in running-config output.
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.
A privilege level of 0 can be set for port authentication purposes from a RADIUS server.
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:
To create a user junior_admin with a privilege level of 7, for intermediate CLI security
level access for most show commands, and the password show_only, use the
commands:
Related Commands
enable password
security-password minimum-categories
security-password minimum-length
awplus#
configure terminal
awplus(config)#
username bob privilege 15 password bobs_secret
awplus#
configure terminal
awplus(config)#
username junior_admin privilege 7 password
show_only