devSocketState
PDN-SOCKET-MIB ·
.1.3.6.1.4.1.1795.2.24.2.19.1.1.1.7
Object
The State the socket is in. This is valid for stream sockets only
Context
- MIB
- PDN-SOCKET-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.19.1.1.1.7- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- devSocketStatsEntry
- Table
- devSocketStatsTable
- Siblings
- 10
Values & Constraints
Type Values
1 | closed |
2 | listen |
3 | sYNSent |
4 | sYNRCVD |
5 | established |
6 | closeWait |
7 | fINWait |
8 | closing |
9 | lastAck |
10 | fINWait2 |
11 | timeWait |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| devSocketNumber mandatory a unique number associated with a socket | column | Integer32 | .1.3.6.1.4.1.1795.2.24.2.19.1.1.1.1 |
| devSocketPDUDrops mandatory The number of incoming packets that
were dropped due to the socket receive
queue being full | column | Integer32 | .1.3.6.1.4.1.1795.2.24.2.19.1.1.1.10 |
| devSocketByteDrops mandatory The number of imcoming bytes that were dropped
due to the socket receive queue being full | column | Integer32 | .1.3.6.1.4.1.1795.2.24.2.19.1.1.1.11 |
| devSocketName mandatory the Name given to this socket by the device | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.1795.2.24.2.19.1.1.1.2 |
| devSocketFamily mandatory The Family associated with this socket | column | PDN-TCSocketFamily | .1.3.6.1.4.1.1795.2.24.2.19.1.1.1.3 |
| devSocketType mandatory the | column | PDN-TCSocketType | .1.3.6.1.4.1.1795.2.24.2.19.1.1.1.4 |
| devSocketLocalAddress mandatory the local address (ipaddress + port) for this socket | column | SNMPv2-TCTAddress | .1.3.6.1.4.1.1795.2.24.2.19.1.1.1.5 |
| devSocketRemoteAddress mandatory the remote address (ipaddress + port) for this socket | column | SNMPv2-TCTAddress | .1.3.6.1.4.1.1795.2.24.2.19.1.1.1.6 |
| devSocketInputBytes mandatory The number of bytes received on this socket | column | Integer32 | .1.3.6.1.4.1.1795.2.24.2.19.1.1.1.8 |
| devSocketOutputBytes mandatory The number of bytes transmitted on this socket | column | Integer32 | .1.3.6.1.4.1.1795.2.24.2.19.1.1.1.9 |