etsysTrackedObjectsSessionState
ENTERASYS-TRACKED-OBJECTS-MIB ·
.1.3.6.1.4.1.5624.1.2.79.1.2.2.1.4
Object
column Enumeration
The current state of the session.
up(1) - The service on the remote session is up. The
session has passed the criteria specified in the
corresponding probe.
down(2) - The service on the remote session is down. The
session has not passed the criteria specified in
the corresponding probe.
pending(3) - The system is in the process of determining the
initial state of the session.
disabled(4) - The corresponding probe has been taken out of
service (etsysTrackedObjectsProbeInservice has
been set to 'false').
collect(5) - The system is actively collecting timestamp data
to pass along to the client applications. Only
the sessions whose corresponding probe type is
'icmpTs' (etsysTrackedObjectsProbeType) may be in
this state.
Context
- MIB
- ENTERASYS-TRACKED-OBJECTS-MIB
- OID
.1.3.6.1.4.1.5624.1.2.79.1.2.2.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- etsysTrackedObjectsSessionEntry
- 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 'ENTERASYS-TRACKED-OBJECTS-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-TRACKED-OBJECTS-MIB::etsysTrackedObjectsSessionState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ENTERASYS-TRACKED-OBJECTS-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ENTERASYS-TRACKED-OBJECTS-MIB::etsysTrackedObjectsSessionState.<etsysTrackedObjectsProbeIndex>.<etsysTrackedObjectsSessionType>.<etsysTrackedObjectsSessionAddr>.<etsysTrackedObjectsSessionPort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ENTERASYS-TRACKED-OBJECTS-MIB' -M '/opt/observium/mibs/enterasys:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ENTERASYS-TRACKED-OBJECTS-MIB::etsysTrackedObjectsSessionState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | pending |
4 | disabled |
5 | collect |
Conformance
Member of
Compliance refinements
etsysTrackedObjectsCompliance2
Enumeration
Values:
up(1), down(2), pending(3), disabled(4)
Support for collect is not required.