zhoneUserAccessLevel
ZHONE-SYSTEM-MIB ·
.1.3.6.1.4.1.5504.3.1.4.4.3.1.5
Object
column
r/w
Bits
Array of access levels that a user may have. This is an OR
field where a user may have access to different subsystems.
Only exception is Admin access level which allows access to
all functions in the system.
userAccessAdmin - allows access to all entities of the system.
userAccessVoice - allows access to voice specific configuration
and information.
userAccessData - allows access to the data (i.e. IP)
configuration and information.
userAccessManuf - allows access to the manufacturing components
of the system.
userAccessDatabase - allows access to the database allowing
write access. For any access except admin,
this value must be set to allow any changes
to be saved by this user.
userAccessSystems - allows access to the system information.
userAccessTool - allows access to system tools which help
administer the system.
userAccessDebug - allows access to Zhone Debug commands. This
access should rarely be specified.
There is No default value and a value must be specified for the
user entry to be created.
Context
- MIB
- ZHONE-SYSTEM-MIB
- OID
.1.3.6.1.4.1.5504.3.1.4.4.3.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zhoneUserEntry
- Table
- zhoneUserTable
- Siblings
- 8
Syntax
Bits
Values & Constraints
Enumerated Values
0 | userAccessAdmin |
1 | userAccessVoice |
2 | userAccessData |
3 | userAccessManuf |
4 | userAccessDatabase |
5 | userAccessSystems |
6 | userAccessTool |
7 | userAccessDebug |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| zhoneUserId The id used to identify this particular user. This value
is only used for access to this table and is not externally
shown. | column | Integer32 | .1.3.6.1.4.1.5504.3.1.4.4.3.1.1 |
| zhoneUserName The user name allowed to login to this system. | column | Zhone-TCZhoneAdminString | .1.3.6.1.4.1.5504.3.1.4.4.3.1.2 |
| zhoneUserPassword The password to be used for logging in to the system.
This field is returned as an encrypted field. | column | Zhone-TCZhoneAdminString | .1.3.6.1.4.1.5504.3.1.4.4.3.1.3 |
| zhoneUserPrompt The prompt to be used after this user has logged in to
the system. | column | Zhone-TCZhoneAdminString | .1.3.6.1.4.1.5504.3.1.4.4.3.1.4 |
| zhoneUserAdmin Whether this user is enabled (i.e. can login). Disabling
the user will automatically cause an internal logout if the
user is currently logged in. | column | Enumeration | .1.3.6.1.4.1.5504.3.1.4.4.3.1.6 |
| zhoneUserLogins The number of successful logins performed by this user. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.5504.3.1.4.4.3.1.7 |
| zhoneUserFailedLogins The number of failed logins performed by this user.
A user would have had entered a this user name but entered
an invalid password. Invalid user names are not track… | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.5504.3.1.4.4.3.1.8 |
| zhoneUserRowStatus Row status in order to create the entry for this
user.
In order to successfully create a user record, the following
variables are required:
zh… | column | Zhone-TCZhoneRowStatus | .1.3.6.1.4.1.5504.3.1.4.4.3.1.9 |