|
The udp group has the OID 1.3.6.1.2.1.7(mib.udp).
It has only 4 variables and a table called udpTable.
All these variables are ordered below by OID.
OID Name Datatype Writable Description
1 udpInDatagrams Counter no Total number of UDP datagrams delivered to user processes
2 udpNoPorts Counter no Number of UDP datagrams for which no application was in the
destination port
3 udpInErrors Counter no Total number of UDP datagrams that cannot be delivered for another
reasons than no application at destination port
4 udpOutDatagrams Counter no Total number of UDP datagrams sent
The table bellow lists the variables in the udpTable. This table has the OID 5.
OID Name Datatype Writable Description
1 udpLocalAddress IpAddress no Local IP address for the current listener. The value 0.0.0.0 indicates
thath the listener is willing to receive datagrams on any interface
2 udpLocalPort INTEGER no Local port number for the current listener
|