accessControlUserLoginStatus
SIAE-USER-MIB ·
.1.3.6.1.4.1.3373.1103.5.9.1.1
Object
column Bits
This indicates the current status of user versus login: -bit 7: = 1 user login is currently locked out -bit 6: = 1 user password is expired -bit 5: = 1 user is currently logged in through SNMP -bit 4: = 1 user is currently logged in through WEB -bit 3: = 1 user is currently logged in through CLI
Context
- MIB
- SIAE-USER-MIB
- OID
.1.3.6.1.4.1.3373.1103.5.9.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- accessControlExtUserRecord
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 'SIAE-USER-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-USER-MIB::accessControlUserLoginStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIAE-USER-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-USER-MIB::accessControlUserLoginStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-USER-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-USER-MIB::accessControlUserLoginStatus'
Syntax
Bits
Values & Constraints
Enumerated Values
0 | accessControlUserLockedOut |
1 | accessControlUserPasswordExpired |
2 | accessControlUserSnmpLogin |
3 | accessControlUserWebLogin |
4 | accessControlUserCliLogin |