PDN-SOCKET-MIB: View SNMP OID List / Download MIB
VENDOR: PARADYNE
Home | MIB: PDN-SOCKET-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
devSocketStatsMIBObjects | 1.3.6.1.4.1.1795.2.24.2.19.1 | |||
devSocketStatsTable | 1.3.6.1.4.1.1795.2.24.2.19.1.1 | no-access |
This table gives statistics on the sockets currently being used by the device |
|
1.3.6.1.4.1.1795.2.24.2.19.1.1.1 | no-access |
This table gives statistics on the sockets currently being used by the device |
||
devSocketNumber | 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.1 | integer | read-only |
a unique number associated with a socket |
devSocketName | 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.2 | displaystring | read-only |
the Name given to this socket by the device |
devSocketFamily | 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.3 | socketfamily | read-only |
The Family associated with this socket |
devSocketType | 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.4 | sockettype | read-only |
the |
devSocketLocalAddress | 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.5 | taddress | read-only |
the local address (ipaddress + port) for this socket |
devSocketRemoteAddress | 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.6 | taddress | read-only |
the remote address (ipaddress + port) for this socket |
devSocketState | 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.7 | socketstate | read-only |
The State the socket is in. This is valid for stream sockets only |
devSocketInputBytes | 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.8 | integer | read-only |
The number of bytes received on this socket |
devSocketOutputBytes | 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.9 | integer | read-only |
The number of bytes transmitted on this socket |
devSocketPDUDrops | 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.10 | integer | read-only |
The number of incoming packets that were dropped due to the socket receive queue being full |
devSocketByteDrops | 1.3.6.1.4.1.1795.2.24.2.19.1.1.1.11 | integer | read-only |
The number of imcoming bytes that were dropped due to the socket receive queue being full |
devSocketStatsMIBTraps | 1.3.6.1.4.1.1795.2.24.2.19.2 |