Chapter 15: User Commands
Efficient Networks
®
Router family
Command Line Interface Guide
Page 15-4
Efficient Networks
®
user add class
Configures the managements class with read-only or read-write privileges for the
specified user. Multiple class and privilege pairs may be specified for a user. To view
the current management class(es) for a user, use the command
user list
.
NOTE:
If a user account currently has read-write privilege for a management class, adding
the same user class with a read-only privilege will not revoke the read-write privilege.
To revoke the read-write privilege, use the
user delete class
command, then re-
establish the management class with read-only access.
Mgmt Class
Admin (R/W)
Input Format
user add class <class> read | write <user_name>
Parameters
Response
A typical response is shown below.
<class>
Must be one of the following:
admin
Adds Admin management class for the specified user ac-
count.
voice
Adds voice management class for the specified user account.
network
Adds network management class for the specified user ac-
count.
system
Adds system management class for the specified user ac-
count.
security
Adds security management class to the specified user ac-
count.
debug
Adds debug management class to the specified user account.
read
Class privileges are granted on a read-only access.
write
Class privileges are granted for read and write access.
<user_name>
a
a
ASCII string, 6 - 32 characters. User name is case sensitive.
User account to which the management class is added.
-> user add class security write Admin1
Added "SECURITY-WRITE" management class for user "Admin1"