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
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'ZHONE-SYSTEM-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-SYSTEM-MIB::zhoneUserAccessLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-SYSTEM-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-SYSTEM-MIB::zhoneUserAccessLevel.<zhoneUserId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-SYSTEM-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-SYSTEM-MIB::zhoneUserAccessLevel'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | userAccessAdmin |
1 | userAccessVoice |
2 | userAccessData |
3 | userAccessManuf |
4 | userAccessDatabase |
5 | userAccessSystems |
6 | userAccessTool |
7 | userAccessDebug |
Conformance
Member of