sonusGlobalTcpConnectionStatisticsConnState
SONUS-GLOBAL-OBJECTS ·
.1.3.6.1.4.1.2879.2.10.3.5.1.7
Object
The state of this TCP connection.
Context
- MIB
- SONUS-GLOBAL-OBJECTS
- OID
.1.3.6.1.4.1.2879.2.10.3.5.1.7- Type
- column
- Access
- readonly
- Status
- obsolete
- Parent
- sonusGlobalTcpConnectionStatisticsEntry
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 'SONUS-GLOBAL-OBJECTS' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SONUS-GLOBAL-OBJECTS::sonusGlobalTcpConnectionStatisticsConnState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SONUS-GLOBAL-OBJECTS' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SONUS-GLOBAL-OBJECTS::sonusGlobalTcpConnectionStatisticsConnState.<sonusGlobalTcpConnectionStatisticsCeName>.<sonusGlobalTcpConnectionStatisticsInstance>.<sonusGlobalTcpConnectionStatisticsLocalIpAddress>.<sonusGlobalTcpConnectionStatisticsLocalPort>.<sonusGlobalTcpConnectionStatisticsRemoteIpAddress>.<sonusGlobalTcpConnectionStatisticsRemotePort>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SONUS-GLOBAL-OBJECTS' -M '/opt/observium/mibs/ribbon:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SONUS-GLOBAL-OBJECTS::sonusGlobalTcpConnectionStatisticsConnState'
Syntax
- Source
- SonusTcpConnStateType
- Base type
Enumeration
Values & Constraints
Type Values
1 | established |
2 | synSent |
3 | synReceived |
4 | finWait1 |
5 | finWait2 |
6 | timeWait |
7 | close |
8 | closeWait |
9 | lastAck |
10 | listen |
11 | closing |