UDP-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
10

udpTable

table deprecated
.1.3.6.1.2.1.7.5 · 1 row entry · 2 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk udpTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'UDP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UDP-MIB::udpTable'
A table containing IPv4-specific UDP listener
information.  It contains information about all local
IPv4 UDP end-points on which an application is
currently accepting datagrams.  This table has been
deprecated in favor of the version neutral
udpEndpointTable.
udpEntry row .1.3.6.1.2.1.7.5.1
Information about a particular current UDP listener.
Column Syntax OID
udpLocalAddressdeprecated
The local IP address for this UDP listener. In the
case of a UDP listener that is willing to accept
datagrams for any IP interface associated with the
node, the value 0.0.0.0 is used.
SNMPv2-SMIIpAddress
Type Constraints:
range: 4
.1.3.6.1.2.1.7.5.1.1
udpLocalPortdeprecated
The local port number for this UDP listener.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.2.1.7.5.1.2
.1.3.6.1.2.1.7.7 · 1 row entry · 8 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk udpEndpointTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'UDP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UDP-MIB::udpEndpointTable'
A table containing information about this entity's UDP
endpoints on which a local application is currently
accepting or sending datagrams.
          
The address type in this table represents the address
type used for the communication, irrespective of the
higher-layer abstraction.  For example, an application
using IPv6 'sockets' to communicate via IPv4 between
::ffff:10.0.0.1 and ::ffff:10.0.0.2 would use
InetAddressType ipv4(1).
          
Unlike the udpTable in RFC 2013, this table also allows
the representation of an application that completely
specifies both local and remote addresses and ports.  A
listening application is represented in three possible
ways:
          
1) An application that is willing to accept both IPv4
   and IPv6 datagrams is represented by a
   udpEndpointLocalAddressType of unknown(0) and a
   udpEndpointLocalAddress of ''h (a zero-length
   octet-string).
          
2) An application that is willing to accept only IPv4
   or only IPv6 datagrams is represented by a
   udpEndpointLocalAddressType of the appropriate
   address type and a udpEndpointLocalAddress of
   '0.0.0.0' or '::' respectively.
          
3) An application that is listening for datagrams only
   for a specific IP address but from any remote
   system is represented by a
   udpEndpointLocalAddressType of the appropriate
   address type, with udpEndpointLocalAddress
   specifying the local address.
          
In all cases where the remote is a wildcard, the
udpEndpointRemoteAddressType is unknown(0), the
udpEndpointRemoteAddress is ''h (a zero-length
octet-string), and the udpEndpointRemotePort is 0.
          
If the operating system is demultiplexing UDP packets
by remote address and port, or if the application has
'connected' the socket specifying a default remote
address and port, the udpEndpointRemote* values should
be used to reflect this.
udpEndpointEntry row .1.3.6.1.2.1.7.7.1
Information about a particular current UDP endpoint.

Implementers need to be aware that if the total number
of elements (octets or sub-identifiers) in
udpEndpointLocalAddress and udpEndpointRemoteAddress
ex…
Column Syntax OID
The address type of udpEndpointLocalAddress. Only
IPv4, IPv4z, IPv6, and IPv6z addresses are expected, or
unknown(0) if datagrams for all local IP addresses are
accepted.
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.7.7.1.1
The local IP address for this UDP endpoint.

The value of this object can be represented in three

possible ways, depending on the characteristics of the
listening application:
INET-ADDRESS-MIBInetAddress
Type Constraints:
range: 0..255
.1.3.6.1.2.1.7.7.1.2
The local port number for this UDP endpoint.
INET-ADDRESS-MIBInetPortNumber
Type Constraints:
range: 0..65535
.1.3.6.1.2.1.7.7.1.3
The address type of udpEndpointRemoteAddress. Only
IPv4, IPv4z, IPv6, and IPv6z addresses are expected, or
unknown(0) if datagrams for all remote IP addresses are
accepted. Also, note that some combinations of
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.7.7.1.4
The remote IP address for this UDP endpoint. If
datagrams from any remote system are to be accepted,
this value is ''h (a zero-length octet-string).
Otherwise, it has the type described by
udpEndpointRemoteAddressType …
INET-ADDRESS-MIBInetAddress
Type Constraints:
range: 0..255
.1.3.6.1.2.1.7.7.1.5
The remote port number for this UDP endpoint. If
datagrams from any remote system are to be accepted,
this value is zero.
INET-ADDRESS-MIBInetPortNumber
Type Constraints:
range: 0..65535
.1.3.6.1.2.1.7.7.1.6
The instance of this tuple. This object is used to
distinguish among multiple processes 'connected' to
the same UDP endpoint. For example, on a system
implementing the BSD sockets interface, this would be
used to supp…
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.2.1.7.7.1.7
The system's process ID for the process associated with
this endpoint, or zero if there is no such process.
This value is expected to be the same as
HOST-RESOURCES-MIB::hrSWRunIndex or SYSAPPL-MIB::
sysApplElmtRunIndex …
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.7.7.1.8