UDP Group
Table 1 lists the objects in the UDP group. The UDP objects are the datagram statistics of the UDP layer.
| Object | Syntax | Definition | Access |
|---|---|---|---|
| udpInDatagrams { udp 1 }
|
Counter | The number of UDP datagrams delivered to UDP users. | read-only |
| udpNoPorts { udp 2 }
|
Counter | The number of UDP datagrams received where there was no application at the destination port. | read-only |
| udpInErrors { udp 3 }
|
Counter | The number of UDP datagrams received that could not be delivered for reasons other than the lack of an application at the destination port. | read-only |
| udpOutDatagrams { udp 4 }
|
Counter | The number of UDP datagrams sent from this entry. | read-only |
| udpTable { udp 5 }
|
SEQUENCE of UDPEntry | Information about this ENTITY’s UDP end-points on which a local application is currently accepting datagrams. | read-only |
| udpEntry { udpTable 1 }
|
UdpEntry ::= SEQUENCE
udpLocalAddress
IpAddress, udpLocalPort INTEGER |
Information about a certain current UDP listener. | read-only |
| udpLocalAddress { udp Entry 1 }
|
IpAddress | The local IP address for this UDP listener. 0.0.0.0 is a listener which is willing to accept datagrams for any IP interface associated with the node. | read-only |
| udpLocalPort { udpEntry 2 }
|
INTEGER | The local port number for this UDP listener. | read-only |