Feedback

  • Contents
 

UDP objects

udpInDatagrams

Type Access Description

Counter

read-only

The total number of UDP datagrams delivered to UDP users.

udpNoPorts

Type Access Description

Counter

read-only

The total number of received UDP datagrams for which there was no application at the destination port.

udpInErrors

Type Access Description

Counter

read-only

The number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.

udpOutDatagrams

Type Access Description

Counter

read-only

The total number of UDP datagrams sent from this entity.

udpTable

Type Access Description

N/A

not-accessible

A table containing UDP listener information.

udpEntry

Type Access Description

N/A

not-accessible

Information about a particular current UDP listener.

Each entry contains data for the following objects:

udpLocalAddress

udpLocalPort

udpLocalAddress

Type Access Description

IpAddress

read-only

The local IP address for this UDP listener. In the case of a UDP listener which is willing to accept datagrams for any IP interface associated with the node, the value 0.0.0.0 is used.

udpLocalPort

Type Access Description

Integer

read-only

The local port number for this UDP listener.