UDPLITE-MIB

File: UDPLITE-MIB.mib (21496 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE mib-2
Unsigned32 Counter32 Counter64
TimeStamp MODULE-COMPLIANCE OBJECT-GROUP
InetAddress InetAddressType InetPortNumber

Defined Types

UdpLiteEndpointEntry  
SEQUENCE    
  udpliteEndpointLocalAddressType InetAddressType
  udpliteEndpointLocalAddress InetAddress
  udpliteEndpointLocalPort InetPortNumber
  udpliteEndpointRemoteAddressType InetAddressType
  udpliteEndpointRemoteAddress InetAddress
  udpliteEndpointRemotePort InetPortNumber
  udpliteEndpointInstance Unsigned32
  udpliteEndpointProcess Unsigned32
  udpliteEndpointMinCoverage Unsigned32
  udpliteEndpointViolCoverage Counter32

Defined Values

udpliteMIB 1.3.6.1.2.1.170
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.
MODULE-IDENTITY    

udplite 1.3.6.1.2.1.170.1
OBJECT IDENTIFIER    

udpliteInDatagrams 1.3.6.1.2.1.170.1.1
The total number of UDP-Lite datagrams that were delivered to UDP-Lite users. Discontinuities in the value of this counter can occur at re-initialisation of the management system, and at other times as indicated by the value of udpliteStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

udpliteInPartialCov 1.3.6.1.2.1.170.1.2
The total number of UDP-Lite datagrams that were delivered to UDP-Lite users (applications) and whose checksum coverage was strictly less than the datagram length. Discontinuities in the value of this counter can occur at re-initialisation of the management system, and at other times as indicated by the value of udpliteStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

udpliteNoPorts 1.3.6.1.2.1.170.1.3
The total number of received UDP-Lite datagrams for which there was no listener at the destination port. Discontinuities in the value of this counter can occur at re-initialisation of the management system, and at other times as indicated by the value of udpliteStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

udpliteInErrors 1.3.6.1.2.1.170.1.4
The number of received UDP-Lite datagrams that could not be delivered for reasons other than the lack of an application at the destination port. Discontinuities in the value of this counter can occur at re-initialisation of the management system, and at other times as indicated by the value of udpliteStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

udpliteInBadChecksum 1.3.6.1.2.1.170.1.5
The number of received UDP-Lite datagrams whose checksum could not be validated. This includes illegal checksum coverage values, as their use would lead to incorrect checksums. Discontinuities in the value of this counter can occur at re-initialisation of the management system, and at other times as indicated by the value of udpliteStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

udpliteOutDatagrams 1.3.6.1.2.1.170.1.6
The total number of UDP-Lite datagrams sent from this entity. Discontinuities in the value of this counter can occur at re-initialisation of the management system, and at other times as indicated by the value of udpliteStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

udpliteOutPartialCov 1.3.6.1.2.1.170.1.7
The total number of udpliteOutDatagrams whose checksum coverage was strictly less than the datagram length. Discontinuities in the value of this counter can occur at re-initialisation of the management system, and at other times as indicated by the value of udpliteStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

udpliteEndpointTable 1.3.6.1.2.1.170.1.8
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    UdpLiteEndpointEntry

udpliteEndpointEntry 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 have no more than 128 sub-identifiers in order to remain accessible with SNMPv1, SNMPv2c, and SNMPv3.
Status: current Access: not-accessible
OBJECT-TYPE    
  UdpLiteEndpointEntry  

udpliteEndpointLocalAddressType 1.3.6.1.2.1.170.1.8.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

udpliteEndpointLocalAddress 1.3.6.1.2.1.170.1.8.1.2
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 application that is willing to accept both IPv4 and IPv6 datagrams, the value of this object must be ''h (a zero-length octet-string), with the value of the corresponding instance of the EndpointLocalAddressType object being unknown(0). 2. For an application that is willing to accept only IPv4 or only IPv6 datagrams, the value of this object must be '0.0.0.0' or '::', respectively, while the corresponding instance of the EndpointLocalAddressType object represents the appropriate address type. 3. For an application that is listening for data destined only to a specific IP address, the value of this object is the specific IP address for which this node is receiving packets, with the corresponding instance of the EndpointLocalAddressType object representing the appropriate address type. As this object is used in the index for the udpliteEndpointTable, implementors should be careful not to create entries that would result in OIDs with more than 128 sub-identifiers; this is because of SNMP and SMI limitations.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

udpliteEndpointLocalPort 1.3.6.1.2.1.170.1.8.1.3
The local port number for this UDP-Lite endpoint.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber  

udpliteEndpointRemoteAddressType 1.3.6.1.2.1.170.1.8.1.4
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 udpliteEndpointLocalAdressType and udpliteEndpointRemoteAddressType are not supported. In particular, if the value of this object is not unknown(0), it is expected to always refer to the same IP version as udpliteEndpointLocalAddressType.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

udpliteEndpointRemoteAddress 1.3.6.1.2.1.170.1.8.1.5
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 udpliteEndpointRemoteAddressType and is the address of the remote system from which datagrams are to be accepted (or to which all datagrams will be sent). As this object is used in the index for the udpliteEndpointTable, implementors should be careful not to create entries that would result in OIDs with more than 128 sub-identifiers; this is because of SNMP and SMI limitations.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

udpliteEndpointRemotePort 1.3.6.1.2.1.170.1.8.1.6
The remote port number for this UDP-Lite endpoint. If datagrams from any remote system are to be accepted, this value is zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetPortNumber  

udpliteEndpointInstance 1.3.6.1.2.1.170.1.8.1.7
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 support the SO_REUSEADDR and SO_REUSEPORT socket options.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..ffffffff  

udpliteEndpointProcess 1.3.6.1.2.1.170.1.8.1.8
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 representative piece of software is running and still associated with the endpoint, subsequent reads will consistently return the same value. The implementation may use any algorithm satisfying these constraints (e.g., choosing the entity with the oldest start time). This identifier is platform-specific. Wherever possible, it should use the system's native, unique identification number as the value. If the SYSAPPL-MIB module is available, the value should be the same as sysApplElmtRunIndex. If not available, an alternative should be used (e.g., the hrSWRunIndex of the HOST-RESOURCES-MIB module). If it is not possible to uniquely identify the pieces of software associated with this endpoint, then the value zero should be used. (Note that zero is otherwise a valid value for sysApplElmtRunIndex.)
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

udpliteEndpointMinCoverage 1.3.6.1.2.1.170.1.8.1.9
The minimum checksum coverage expected by this endpoint. A value of 0 indicates that only fully covered datagrams are accepted.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

udpliteEndpointViolCoverage 1.3.6.1.2.1.170.1.8.1.10
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 minimum, as defined in RFC 3828). Discontinuities in the value of this counter can occur at re-initialisation of the management system, and at other times as indicated by the value of udpliteStatsDiscontinuityTime.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

udpliteStatsDiscontinuityTime 1.3.6.1.2.1.170.1.9
The value of sysUpTime at the most recent occasion at which one or more of the UDP-Lite counters suffered a discontinuity. A value of zero indicates no such discontinuity has occurred since the last re-initialisation of the local management subsystem.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

udpliteMIBConformance 1.3.6.1.2.1.170.2
OBJECT IDENTIFIER    

udpliteMIBCompliance 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.
Status: current Access: read-only
MODULE-COMPLIANCE    

udpliteMIBGroups 1.3.6.1.2.1.170.2.2
OBJECT IDENTIFIER    

udpliteBaseGroup 1.3.6.1.2.1.170.2.2.1
The group of objects providing for counters of basic UDP-like statistics.
Status: current Access: read-only
OBJECT-GROUP    

udplitePartialCsumGroup 1.3.6.1.2.1.170.2.2.2
The group of objects providing for counters of transport layer statistics exclusive to UDP-Lite.
Status: current Access: read-only
OBJECT-GROUP    

udpliteEndpointGroup 1.3.6.1.2.1.170.2.2.3
The group of objects providing for the IP version independent management of UDP-Lite 'endpoints'.
Status: current Access: read-only
OBJECT-GROUP    

udpliteAppGroup 1.3.6.1.2.1.170.2.2.4
The group of objects that provide application-level information for the configuration management of UDP-Lite 'endpoints'.
Status: current Access: read-only
OBJECT-GROUP