- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
08-UDP-MIB | 48.00 KB |
Contents
UDP-MIB
About this MIB
This MIB is defined by RFC 4113. Use this MIB to obtain the UDP endpoint information and UDP packet statistics.
MIB file name
rfc4113-udp.mib
Root object
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).udp(7)
Scalar objects
udpInDatagrams
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
udpInDatagrams (1.3.6.1.2.1.7.1) |
read- only |
Counter32 |
Standard MIB values. |
Total number of UDP datagrams delivered to applications. |
As per the MIB. |
udpNoPorts
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
udpNoPorts (1.3.6.1.2.1.7.2) |
read-only |
Counter32 |
Standard MIB values. |
Total number of received UDP datagrams for which no application exist at the destination port. |
As per the MIB. |
udpInErrors
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
udpInErrors (1.3.6.1.2.1.7.3) |
read-only |
Counter32 |
Standard MIB values. |
Number of received UDP datagrams that cannot be delivered for reasons other than the lack of an application at the destination port. |
As per the MIB. |
udpOutDatagrams
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
udpOutDatagrams (1.3.6.1.2.1.7.4) |
read-only |
Counter32 |
Standard MIB values. |
Total number of UDP datagrams sent from this end. |
As per the MIB. |
udpHCInDatagrams
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
udpHCInDatagrams (1.3.6.1.2.1.7.8) |
read-only |
Counter64 |
Standard MIB values. |
Total number of UDP datagrams delivered to applications, for devices that can receive more than 1 million UDP datagrams per second. |
Not supported |
udpHCOutDatagrams
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
udpHCOutDatagrams (1.3.6.1.2.1.7.9) |
read-only |
Counter64 |
Standard MIB values. |
Total number of UDP datagrams sent from this end entity, for devices that can transmit more than 1 million UDP datagrams per second. |
Not supported |
Tabular objects
udpTable
About this table
Use this table to obtain IPv4 UDP listener information.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are udpLocalAddress and udpLocalPort.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
udpLocalAddress (1.3.6.1.2.1.7.5.1.1) |
read-only |
IpAddress |
Standard MIB values. |
Local IP address for the UDP listener. The value 0.0.0.0 indicates that the UDP listener can accept datagrams for any interface. |
As per the MIB. |
udpLocalPort (1.3.6.1.2.1.7.5.1.2) |
read-only |
Integer32 |
Integer32 (0..65535) |
Local port number for the UDP listener. |
As per the MIB. |