Use the UDP attribute group to monitor UDP datagrams. The Management Information Base (MIB-II) detailed in RFC1213, for use with network management protocols in TCP/IP-based internets, establishes and defines the attributes of this group.
The UDP attributes are available for the SNMP Data Provider.
Agent Name Identifies the SNMP host name relating to a particular sample of data. A valid entry is an alphanumeric text string, with a maximum length of 64 characters.
udpInDatagrams The total number of UDP datagrams delivered to UDP users. A valid entry is an integer of up to four digits.
udpInErrors The number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port. A valid entry is an integer of up to four digits.
udpNoPorts The total number of received UDP datagrams for which there was no application at the destination port. A valid entry is an integer of up to four digits.
udpOutDatagrams The total number of UDP datagrams sent from this entity. A valid entry is an integer of up to four digits.