Home/Catalog/UDP-PROC-MIB

UDP-PROC-MIB

Test branch for proposed UDP listener information tables
Main OID:
udpProcMIB.1.3.6.1.4.1.3727.20.20.3.1.994
19
Objects
Active
Status
4
Dependencies

Imported Objects

Objects

19 total
Object Name
udpProcMIBTest branch for proposed UDP listener information tables
MODULE-IDENTITY
.1.3.6.1.4.1.3727.20.20.3.1.994
udpProcMIBConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.3727.20.20.3.1.994.1
udpProcMIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.3727.20.20.3.1.994.1.1
udpProcMIBGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.3727.20.20.3.1.994.1.2
udpProc
OBJECT IDENTIFIER
.1.3.6.1.4.1.3727.20.20.3.1.996
udpEndpointInfoTableA table containing additional information about existing UDP endpoints. This table augments the existing udpEndpointTable by providing information for the process that created the endpoint on the listed address/port, not just the process currently associated with the endpoint. This aids identifying processes sharing connections on the same port.
SEQUENCE OF UdpEndpointInfoEntry
.1.3.6.1.4.1.3727.20.20.3.1.996.1
udpEndpointInfoEntryThe additional time field allows an operator to identify when a partcular UDP endpoint came into existance.
UdpEndpointInfoEntry
.1.3.6.1.4.1.3727.20.20.3.1.996.1.1
udpEndpointInfoCreatorPIDThe system's process ID for the process that created this endpoint, even if this process no longer exists or is no longer associated with this connection.ro
Unsigned32
.1.3.6.1.4.1.3727.20.20.3.1.996.1.1.1
udpEndpointInfoProcessCreateTimeThis field provides the time the process created the endpoint on this port.ro
TimeTicks (SNMPv2-SMI)
.1.3.6.1.4.1.3727.20.20.3.1.996.1.1.2
udpEndpointProcTableA table containing information about this entity's UDP endpoints on which a local application is currently accepting or sending datagrams. This table delivers functionality beyond the existing udpEndpointTable by providing an entry for each process that creates a shared endpoint on the same port for operating systems that support this functionality. An entry in the udpEndpointTable implies the existance of one or more entries in this table for the connection, and vice-versa.
SEQUENCE OF UdpEndpointProcEntry
.1.3.6.1.4.1.3727.20.20.3.1.996.2
udpEndpointProcEntryInformation about a particular current UDP endpoint. Implementers need to be aware that if the total number of elements (octets or sub-identifiers) in udpEndpointProcLocalAddress and udpEndpointProcRemoteAddress exceeds 111, then OIDs of column instances in this table will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
UdpEndpointProcEntry
.1.3.6.1.4.1.3727.20.20.3.1.996.2.1
udpEndpointProcLocalAddressTypeThe address type of udpEndpointProcLocalAddress. Only IPv4, IPv4z, IPv6, and IPv6z addresses are expected, or unknown(0) if datagrams for all local IP addresses are accepted.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.3727.20.20.3.1.996.2.1.1
udpEndpointProcLocalAddressThe 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: 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 udpEndpointLocalAddressType 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 udpEndpointLocalAddressType 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 udpEndpointLocalAddressType object representing the appropriate address type. As this object is used in the index for the udpEndpointProcTable, implementors of this table should be careful not to create entries that would result in OIDs with more than 128 subidentifiers; else the information cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.3727.20.20.3.1.996.2.1.2
udpEndpointProcLocalPortThe local port number for this UDP endpoint.
InetPortNumber (INET-ADDRESS-MIB)
.1.3.6.1.4.1.3727.20.20.3.1.996.2.1.3
udpEndpointProcRemoteAddressTypeThe address type of udpEndpointProcRemoteAddress. 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 udpEndpointProcLocalAddressType and udpEndpointProcRemoteAddressType 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 udpEndpointProcLocalAddressType.
InetAddressType (INET-ADDRESS-MIB)
.1.3.6.1.4.1.3727.20.20.3.1.996.2.1.4
udpEndpointProcRemoteAddressThe 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 udpEndpointProcRemoteAddressType 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 udpEndpointProcTable, implementors of this table should be careful not to create entries that would result in OIDs with more than 128 subidentifiers; else the information cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
InetAddress (INET-ADDRESS-MIB)
.1.3.6.1.4.1.3727.20.20.3.1.996.2.1.5
udpEndpointProcRemotePortThe remote port number for this UDP endpoint. If datagrams from any remote system are to be accepted, this value is zero.
InetPortNumber (INET-ADDRESS-MIB)
.1.3.6.1.4.1.3727.20.20.3.1.996.2.1.6
udpEndpointProcInstanceThe 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 support the SO_REUSEADDR and SO_REUSEPORT socket options.
Unsigned32 (1..'ffffffff'h)
.1.3.6.1.4.1.3727.20.20.3.1.996.2.1.7
udpEndpointProcPIDThe system's process ID for the process associated with this endpoint. This value corresponds to a row in HOST-RESOURCES-MIB::hrSWRunIndex and SYSAPPL-MIB:: sysApplElmtRunIndex for operating systems that support this functionality and the corresponding MIBs.ro
Unsigned32
.1.3.6.1.4.1.3727.20.20.3.1.996.2.1.8
UDP-PROC-MIB - SNMP MIB Reference | MIBs Explorer