sockActive
PEPXIM-IPT-NETFLOW-MIB ·
.1.3.6.1.4.1.52467.200.1.15.2.3.1.3
Object
column
Enumeration
Connection state of socket.
Context
- MIB
- PEPXIM-IPT-NETFLOW-MIB
- OID
.1.3.6.1.4.1.52467.200.1.15.2.3.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- iptNetflowSockEntry
- Table
- iptNetflowSockTable
- Siblings
- 9
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | inactive |
1 | active |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| sockIndex Exporting socket index. | column | Integer32 | .1.3.6.1.4.1.52467.200.1.15.2.3.1.1 |
| sockSndbufPeak Historical peak amount of data in socket buffers.
Useful to evaluate sndbuf size, due to sockSndbufFill is transient. | column | bytes SNMPv2-SMIGauge32 | .1.3.6.1.4.1.52467.200.1.15.2.3.1.10 |
| sockDestination Exporting connection destination of socket. | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.52467.200.1.15.2.3.1.2 |
| sockErrConnect Connections attempt count.
High value usually mean that network is not set up properly,
or module is loaded before network is up. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.52467.200.1.15.2.3.1.4 |
| sockErrFull Socket full errors on this socket. Usually mean sndbuf
value is too small. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.52467.200.1.15.2.3.1.5 |
| sockErrCberr Asynchronous callback errors on this socket. Usually mean
that there is 'connection refused' errors on UDP socket
reported via ICMP messages. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.52467.200.1.15.2.3.1.6 |
| sockErrOther All other possible errors on this socket. | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.52467.200.1.15.2.3.1.7 |
| sockSndbuf Sndbuf value for this socket.
Higher value allows accommodate (exporting) traffic bursts. | column | bytes SNMPv2-SMIGauge32 | .1.3.6.1.4.1.52467.200.1.15.2.3.1.8 |
| sockSndbufFill Amount of data currently in socket buffers.
When this value will reach size sndbuf, packet loss will occur. | column | bytes SNMPv2-SMIGauge32 | .1.3.6.1.4.1.52467.200.1.15.2.3.1.9 |