ostUserCfgType

OMNITRON-USER-MIB · .1.3.6.1.4.1.7342.22.2.1.3

Object

column r/w Enumeration
This object indicates the specific user type.
              
admin(1)       Administration user type. User can read or write
               any configuration item
                             
readWrite(2)   Read-write user type. User can read or write all 
               configuration items except user names, passwords,
               user types of other users. A read-write user can
               modify its own password.
                             
readOnly(3)    Read-only user type. User can read any configurion
               items except user names, passwords, user types. A
               read-only user can modify its own password.
                             
deny(4)        Deny user type. User cannot read or write any 
               configuration items. A deny user is not allowed
               to log in.

Context

MIB
OMNITRON-USER-MIB
OID
.1.3.6.1.4.1.7342.22.2.1.3
Type
column
Access
readwrite
Status
current
Parent
ostUserCfgEntry
Groups
1

Walk 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 'OMNITRON-USER-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OMNITRON-USER-MIB::ostUserCfgType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'OMNITRON-USER-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OMNITRON-USER-MIB::ostUserCfgType.<ostUserCfgIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'OMNITRON-USER-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'OMNITRON-USER-MIB::ostUserCfgType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1admin
2readWrite
3readOnly
4deny

Conformance

Member of