userPriv
SMC-MIB ·
.1.3.6.1.4.1.10876.1.3.1.1.8
Object
column r/w
Enumeration
The indication for user IPMI privilege.
Context
- MIB
- SMC-MIB
- OID
.1.3.6.1.4.1.10876.1.3.1.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- userMgmtEntry
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 'SMC-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SMC-MIB::userPriv'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SMC-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SMC-MIB::userPriv.<userIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SMC-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SMC-MIB::userPriv'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | noaccess |
1 | user |
2 | operator |
3 | administrator |
4 | oem |