- Table of Contents
- Related Documents
-
Title | Size | Download |
---|---|---|
14-UDP-MIB | 66.44 KB |
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 (1.3.6.1.2.1.7.1)
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 (1.3.6.1.2.1.7.2)
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 (1.3.6.1.2.1.7.3)
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 (1.3.6.1.2.1.7.4)
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. |
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. |
udpEndpointTable
About this table
Use this table to obtain information about UDP endpoints on which a local application is receiving or sending datagrams.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are udpEndpointLocalAddressType, udpEndpointLocalAddress, udpEndpointLocalPort, udpEndpointRemoteAddressType, udpEndpointRemoteAddress, udpEndpointRemotePort, and udpEndpointInstance.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
udpEndpointLocalAddressType (1.3.6.1.2.1.7.7.1.1) |
not-accessible |
InetAddressType |
Standard MIB values. |
Address type of udpEndpointLocalAddress. Only IPv4, IPv4z, IPv6, and IPv6z addresses are expected. The value unknown(0) indicates that the datagrams for all local IP addresses are received. |
Only support ipv4(1) and ipv6 (2). |
udpEndpointLocalAddress (1.3.6.1.2.1.7.7.1.2) |
not-accessible |
InetAddress |
Standard MIB values. |
Local IP address of the UDP endpoint. |
As per the MIB. |
udpEndpointLocalPort (1.3.6.1.2.1.7.7.1.3) |
not-accessible |
InetPortNumber |
Standard MIB values. |
Local port number of the UDP endpoint. |
As per the MIB. |
udpEndpointRemoteAddressType (1.3.6.1.2.1.7.7.1.4) |
not-accessible |
InetAddressType |
Standard MIB values. |
Address type of udpEndpointRemoteAddress. Only IPv4, IPv4z, IPv6, and IPv6z addresses are expected. The value unknown(0) indicates that the datagrams for all remote IP addresses are received. |
Only support ipv4(1) and ipv6 (2). |
udpEndpointRemoteAddress (1.3.6.1.2.1.7.7.1.5) |
not-accessible |
InetAddress |
Standard MIB values. |
Remote IP address of the UDP endpoint. |
As per the MIB. |
udpEndpointRemotePort (1.3.6.1.2.1.7.7.1.6) |
not-accessible |
InetPortNumber |
Standard MIB values. |
Remote port number of the UDP endpoint. |
As per the MIB. |
udpEndpointInstance (1.3.6.1.2.1.7.7.1.7) |
not-accessible |
Unsigned32 |
Unsigned32 (1..4294967295) |
Instance ID of the UDP connection, used for distinguishing multiple processes connected to the same UDP endpoint. |
As per the MIB. |
udpEndpointProcess (1.3.6.1.2.1.7.7.1.8) |
read-only |
Unsigned32 |
Standard MIB values. |
System's process ID for the process associated with the endpoint. The value is 0 if no such process exists. |
As per the MIB. |