BelAir20E User Guide
User and Session Administration
April 2, 2012
Confidential
Document Number BDTM02201-A01 Standard
User Accounts
/mgmt/adduser <user-name> -p <passwd> [-d <mode>] [-g <group>]
/mgmt/deluser <user-name>
/mgmt/moduser <user-name> [-p <passwd>] [-d <mode>] [-g <group>]
/mgmt/show user
The
adduser
command creates a new user account.
The
deluser
command deletes a user account. The default login, “root”, cannot
be deleted.
The
moduser
command modifies the parameters of a user account. For this
command, the
group
parameter does not apply to changes to the
root
account.
The
show user
command lists all valid user accounts, the mode in which they
start their session and their maximum privilege level. For example, under
Groups,
normal users display
NORMAL OBSERVER
while the
root
account
displays
root NORMAL OBSERVER
.
The
mode
parameter sets the command mode that a user accesses when they
log in. If unspecified, it defaults to a slash (/) so the user begins their session in
root mode. Users with observer privileges must start their sessions in root
mode.
The
group
parameter specifies the user account’s privilege level. It can be
OBSERVER
or
NORMAL
. If unspecified, the user account has observer
privileges.
To use this command, you must be in
mgmt
mode.
Note 1: The specified password is case sensitive, must consist of alphanumeric
characters, must be at least six characters long, and cannot exceed 20
characters. Changes the super-user account require that you provide
the super-user password.
Note 2: The specified group is case sensitive.
If you use a RADIUS server to authenticate users as they login, you must
specify the user’s privilege level in the RADIUS
Reply-Message
field. Specifically,
set notify <NotifyName> type {Trap | Inform}
ipaddr <IP_addr> [timeout <1-1500>]
[retries <1-3>] [auth {md5 | sha}
<password> [priv-DES <passwd>]]
delete notify <NotifyName>
set authentication-trap {enable | disable}
Table 5: Super-user commands (Continued)