aixUsrStatus
IBM-AIX-MIB ·
.1.3.6.1.4.1.2.6.191.4.1.1.1.8
Object
column r/w
Enumeration
The user status. Determines the status of the user. Changing this variable will affect the user. 'locked(2)' is synonymous with 'disabled(3)', and unlocked(1) is the same as enabled(4). Default value is unlocked(1).
Context
- MIB
- IBM-AIX-MIB
- OID
.1.3.6.1.4.1.2.6.191.4.1.1.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- aixUsrEntry
- 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 'IBM-AIX-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-AIX-MIB::aixUsrStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IBM-AIX-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IBM-AIX-MIB::aixUsrStatus.<aixUsrIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IBM-AIX-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IBM-AIX-MIB::aixUsrStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unlocked |
2 | locked |
3 | disabled |
4 | enabled |
5 | error |
Conformance
Member of