UDPLITE-MIB

        The MIB module for managing UDP-Lite implementations.
Copyright (C) The IETF Trust (2008).  This version of
this MIB module is part of RFC 5097; see the RFC
itself for full legal notices.
    
Source file
UDPLITE-MIB
Last revised
Identity
udpliteMIB
Base OID
1.3.6.1.2.1.170
Imported Objects
INET-ADDRESS-MIB InetAddress InetAddressType InetPortNumber
SNMPv2-CONF MODULE-COMPLIANCE (no object page) OBJECT-GROUP (no object page)
SNMPv2-SMI Counter32 Counter64 mib-2 MODULE-IDENTITY (no object page) OBJECT-TYPE (no object page) Unsigned32
SNMPv2-TC TimeStamp
Net-SNMP examples using the rfc MIB directory Show commands

These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.

Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'UDPLITE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'UDPLITE-MIB::udpliteMIB'
Walk the MIB subtree
/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::udpliteMIB'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (24)
.1.3.6.1.2.1.170
.1.3.6.1.2.1.170.1
.1.3.6.1.2.1.170.1.1
.1.3.6.1.2.1.170.1.2
.1.3.6.1.2.1.170.1.3
.1.3.6.1.2.1.170.1.4
.1.3.6.1.2.1.170.1.5
.1.3.6.1.2.1.170.1.6
.1.3.6.1.2.1.170.1.7
.1.3.6.1.2.1.170.1.8
.1.3.6.1.2.1.170.1.8.1
.1.3.6.1.2.1.170.1.8.1.1
.1.3.6.1.2.1.170.1.8.1.10
.1.3.6.1.2.1.170.1.8.1.2
.1.3.6.1.2.1.170.1.8.1.3
.1.3.6.1.2.1.170.1.8.1.4
.1.3.6.1.2.1.170.1.8.1.5
.1.3.6.1.2.1.170.1.8.1.6
Unsigned32
.1.3.6.1.2.1.170.1.8.1.7
.1.3.6.1.2.1.170.1.8.1.8
.1.3.6.1.2.1.170.1.8.1.9
.1.3.6.1.2.1.170.1.9
.1.3.6.1.2.1.170.2
.1.3.6.1.2.1.170.2.2
Dependencies (4) 4 direct Show tree and compile order Hide dependency details

Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.

Dependency tree
Dependency-first compile order
  1. SNMPv2-SMIrfc
  2. SNMPv2-TCrfc
  3. INET-ADDRESS-MIBrfc
  4. SNMPv2-CONFrfc
  5. UDPLITE-MIBrfcselected
Conformance Groups (4)
The group of objects providing for counters of
basic UDP-like statistics.
.1.3.6.1.2.1.170.2.2.1
The group of objects providing for counters of
transport layer statistics exclusive to UDP-Lite.
.1.3.6.1.2.1.170.2.2.2
The group of objects providing for the IP version
independent management of UDP-Lite 'endpoints'.
.1.3.6.1.2.1.170.2.2.3
The group of objects that provide application-level
information for the configuration management of
UDP-Lite 'endpoints'.
.1.3.6.1.2.1.170.2.2.4
Compliance Statements (1)

OID .1.3.6.1.2.1.170.2.1
The compliance statement for systems that implement
UDP-Lite.

There are a number of INDEX objects that cannot be
represented in the form of OBJECT clauses in SMIv2,
but for which we have the following compliance
requirements, expressed in OBJECT clause form in this
description clause:

-- OBJECT udpliteEndpointLocalAddressType
-- SYNTAX InetAddressType { unknown(0), ipv4(1),
-- ipv6(2), ipv4z(3),
-- ipv6z(4) }
-- DESCRIPTION
-- Support for dns(16) is not required.
-- OBJECT udpliteEndpointLocalAddress
-- SYNTAX InetAddress (SIZE(0|4|8|16|20))
-- DESCRIPTION
-- Support is only required for zero-length
-- octet-strings, and for scoped and unscoped
-- IPv4 and IPv6 addresses.
-- OBJECT udpliteEndpointRemoteAddressType
-- SYNTAX InetAddressType { unknown(0), ipv4(1),
-- ipv6(2), ipv4z(3),
-- ipv6z(4) }
-- DESCRIPTION
-- Support for dns(16) is not required.
-- OBJECT udpliteEndpointRemoteAddress

-- SYNTAX InetAddress (SIZE(0|4|8|16|20))
-- DESCRIPTION
-- Support is only required for zero-length
-- octet-strings, and for scoped and unscoped
-- IPv4 and IPv6 addresses.
Required groups
mandatory udpliteBaseGroup
mandatory udplitePartialCsumGroup
mandatory udpliteEndpointGroup
optional udpliteAppGroup This group is optional and provides supplementary
information about the effectiveness of using minimum
checksum coverage thresholds on endpoints.