adminUserAccess
BLUESERVER-MIB ·
.1.3.6.1.4.1.9967.1.1.2.1.1.4
Object
column r/w
Enumeration
Admin user access level
full - have all complete access
intermediate - the adUsrAccessTable decides the access
level of this admin user.
readonly - Readonly access
Context
- MIB
- BLUESERVER-MIB
- OID
.1.3.6.1.4.1.9967.1.1.2.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- adminUserEntry
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 'BLUESERVER-MIB' -M '/opt/observium/mibs/bluesocket:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLUESERVER-MIB::adminUserAccess'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLUESERVER-MIB' -M '/opt/observium/mibs/bluesocket:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLUESERVER-MIB::adminUserAccess.<adminUserId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLUESERVER-MIB' -M '/opt/observium/mibs/bluesocket:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLUESERVER-MIB::adminUserAccess'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | full |
2 | intermediate |
3 | readOnly |