UDPLITE-MIB Table View

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

Tables
1
Rows
1
Columns
10
.1.3.6.1.2.1.170.1.8 · 1 row entry · 10 columns
Uses the rfc variant from /opt/observium/mibs/rfc.
Command help
Walk udpliteEndpointTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'UDPLITE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UDPLITE-MIB::udpliteEndpointTable'
A table containing information about this entity's
UDP-Lite 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).
          
Like the udpTable in RFC 4113, 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
   udpliteEndpointLocalAddressType of unknown(0) and a
   udpliteEndpointLocalAddress 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
   udpliteEndpointLocalAddressType of the appropriate
   address type and a udpliteEndpointLocalAddress 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
   udpliteEndpointLocalAddressType of the appropriate
   address type, with udpliteEndpointLocalAddress
   specifying the local address.
          
In all cases where the remote address is a wildcard,
the udpliteEndpointRemoteAddressType is unknown(0),
the udpliteEndpointRemoteAddress is ''h (a zero-length
octet-string), and the udpliteEndpointRemotePort is 0.
          
If the operating system is demultiplexing UDP-Lite
packets by remote address/port, or if the application
has 'connected' the socket specifying a default remote
address/port, the udpliteEndpointRemote* values should
be used to reflect this.
udpliteEndpointEntry row .1.3.6.1.2.1.170.1.8.1
Information about a particular current UDP-Lite endpoint.
Implementers need to pay attention to the sizes of
udpliteEndpointLocalAddress/RemoteAddress, as Object
Identifiers (OIDs) of column instances in this table must…
Column Syntax OID
The address type of udpliteEndpointLocalAddress. 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.170.1.8.1.1
The local IP address for this UDP-Lite endpoint.

The value of this object can be represented in three
possible ways, depending on the characteristics of the
listening application:

1. For an…
INET-ADDRESS-MIBInetAddress
Type Constraints:
range: 0..255
.1.3.6.1.2.1.170.1.8.1.2
The local port number for this UDP-Lite endpoint.
INET-ADDRESS-MIBInetPortNumber
Type Constraints:
range: 0..65535
.1.3.6.1.2.1.170.1.8.1.3
The address type of udpliteEndpointRemoteAddress. 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
udp…
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.170.1.8.1.4
The remote IP address for this UDP-Lite 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
udpliteEndpointRemoteAdd…
INET-ADDRESS-MIBInetAddress
Type Constraints:
range: 0..255
.1.3.6.1.2.1.170.1.8.1.5
The remote port number for this UDP-Lite 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.170.1.8.1.6
The instance of this tuple. This object is used to
distinguish among multiple processes 'connected' to
the same UDP-Lite endpoint. For example, on a system
implementing the BSD sockets interface, this would be
used to…
Unsigned32
Constraints:
range: 1-4294967295
.1.3.6.1.2.1.170.1.8.1.7
A unique value corresponding to a piece of software
running on this endpoint.

If this endpoint is associated with more than one piece
of software, the agent should choose one of these. As
long as the rep…
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.170.1.8.1.8
The minimum checksum coverage expected by this endpoint.
A value of 0 indicates that only fully covered datagrams
are accepted.
SNMPv2-SMIUnsigned32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.170.1.8.1.9
The number of datagrams received by this endpoint whose
checksum coverage violated the minimum coverage threshold
set for this connection (i.e., all valid datagrams whose
checksum coverage was strictly smaller than the …
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.2.1.170.1.8.1.10