eqlMemberPerTCPConnectionStatsState
EQLMEMBER-MIB ·
.1.3.6.1.4.1.12740.2.1.33.1.9
Object
column Enumeration
The TCP state of the connection.
Context
- MIB
- EQLMEMBER-MIB
- OID
.1.3.6.1.4.1.12740.2.1.33.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- eqlMemberPerTCPConnectionStatsEntry
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 'EQLMEMBER-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLMEMBER-MIB::eqlMemberPerTCPConnectionStatsState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EQLMEMBER-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EQLMEMBER-MIB::eqlMemberPerTCPConnectionStatsState.<eqlGroupId>.<eqlMemberIndex>.<eqlMemberPerTCPConnectionStatsIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EQLMEMBER-MIB' -M '/opt/observium/mibs/equallogic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EQLMEMBER-MIB::eqlMemberPerTCPConnectionStatsState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | tcps-closed |
1 | tcps-listen |
2 | tcps-syn-sent |
3 | tcps-syn-received |
4 | tcps-established |
5 | tcps-close-wait |
6 | tcps-fin-wait1 |
7 | tcps-closing |
8 | tcps-last-ack |
9 | tcps-fin-wait2 |
10 | tcps-time-wait |