- Table of Contents
-
- 08-Layer 3 - IP Services
- 01-HH3C-ARP-RATELIMIT-MIB
- 02-HH3C-ARP-SUPPRESSION-MIB
- 03-HH3C-ARP-TRAP-MIB
- 04-HH3C-BPA-MIB
- 05-HH3C-DHCP-SNOOP2-MIB
- 06-HH3C-DHCP4-CLIENT-MIB
- 07-HH3C-DHCP4-MIB
- 08-HH3C-DHCP6-MIB
- 09-HH3C-FIB-MIB
- 10-HH3C-IP-ADDRESS-MIB
- 11-HH3C-IPFW-MIB
- 12-HH3C-IPV6-ADDRESS-MIB
- 13-HH3C-NAT-MIB
- 14-HH3C-ND-TRAP-MIB
- 15-HH3C-SESSION-MIB
- 16-HH3C-TCP-MIB
- 17-HH3C-DNS-MIB
- 18-IP-MIB
- 19-IPV6-ICMP-MIB
- 20-IPV6-MIB
- 21-IPV6-TCP-MIB
- 22-IPV6-UDP-MIB
- 23-TCP-MIB
- 24-UDP-MIB
- Related Documents
-
Title | Size | Download |
---|---|---|
24-UDP-MIB | 93.74 KB |
Contents
udpInDatagrams (1.3.6.1.2.1.7.1)
udpOutDatagrams (1.3.6.1.2.1.7.4)
udpHCInDatagrams (1.3.6.1.2.1.7.8)
udpHCOutDatagrams (1.3.6.1.2.1.7.9)
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. |
udpHCInDatagrams (1.3.6.1.2.1.7.8)
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 (1.3.6.1.2.1.7.9)
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:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read: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:Not supported
Edit/Modify:Not supported
Delete:Not supported
Read: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. |