hzQtmUserSessionUserState
DRAGONWAVE-HORIZON-QUANTUM-MIB ·
.1.3.6.1.4.1.7262.2.4.10.1.1.4
Object
column Enumeration
The state of the session. The session is inProgress if the user is currently logged into the system. The session is terminated if the user has logged out of the system.
Context
- MIB
- DRAGONWAVE-HORIZON-QUANTUM-MIB
- OID
.1.3.6.1.4.1.7262.2.4.10.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hzQtmUserSessionUserEntry
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 'DRAGONWAVE-HORIZON-QUANTUM-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DRAGONWAVE-HORIZON-QUANTUM-MIB::hzQtmUserSessionUserState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DRAGONWAVE-HORIZON-QUANTUM-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DRAGONWAVE-HORIZON-QUANTUM-MIB::hzQtmUserSessionUserState.<hzQtmUserSessionUserIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DRAGONWAVE-HORIZON-QUANTUM-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DRAGONWAVE-HORIZON-QUANTUM-MIB::hzQtmUserSessionUserState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | informationNotAvailable |
2 | sessionTerminated |
3 | sessionInProgress |