|
Description:
|
hwCliSysOldUserLevel OBJECT-TYPE
SYNTAX INTEGER {common(1), operator(2), administrator(3), super(4), guest(5), custom(6)}
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The levels of CLI users.
Options:
1. common(1) -indicates the common user.
2. operator(2) -indicates the operator.
3. administrator(3) -indicates the administrator.
4. super(4) -indicates the super administrator.
5. guest(5) -indicates the guest user
6. custom(6) -indicates the custom user
The higher the user level is, the more rights the user has.
The user level must be bound to the user when the user is added.
The super administrator cannot be added."
|
|
|