TCP-PROC-MIB
Test branch for proposed TCP connection process information tables
Main OID:
tcpProcMIB.1.3.6.1.4.1.3727.20.20.3.1.990
28
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
28 total| Object Name |
|---|
tcpProcMIBTest branch for proposed TCP connection process information
tables MODULE-IDENTITY .1.3.6.1.4.1.3727.20.20.3.1.990 |
tcpProcMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.990.1 |
tcpProcMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.990.1.1 |
tcpProcMIBGroup OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.990.1.2 |
tcpProc OBJECT IDENTIFIER .1.3.6.1.4.1.3727.20.20.3.1.992 |
tcpConnectionInfoTableA table containing additional information about existing TCP
connections. This table augments the existing
tcpConnectionTable by providing information for the process
that created the connection on the listed address/port,
not just the process currently associated with the
connection. This aids identifying processes sharing
connections on the same port. SEQUENCE OF TcpConnectionInfoEntry .1.3.6.1.4.1.3727.20.20.3.1.992.1 |
tcpConnectionInfoEntryA conceptual row of the tcpConnectionInfoTable containing
information about a particular current TCP connection.
The addition of the tcpConnectionInfoCreatorPID and
tcpConnectionInfoProcessCreateTime data provides an operator
an explicit way to relate network connections with
running processes. TcpConnectionInfoEntry .1.3.6.1.4.1.3727.20.20.3.1.992.1.1 |
tcpConnectionInfoCreatorPIDThe system's process ID for the process that created
this connection, 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.992.1.1.1 |
tcpConnectionInfoProcessCreateTimeThis field provides the time the process created the
connection on this port.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.3727.20.20.3.1.992.1.1.2 |
tcpConnectionProcTableA table containing additional information about existing TCP
connections. This table delivers functionality
beyond the existing tcpConnectionTable
by providing an entry for each process that is associated
with the connection for operating systems that support this
functionality. An entry in the tcpConnectionTable implies
the existance of one or more entries in this table for the
connection, and vice-versa. SEQUENCE OF TcpConnectionProcEntry .1.3.6.1.4.1.3727.20.20.3.1.992.2 |
tcpConnectionProcEntryA conceptual row of the tcpConnectionProcTable containing
information about a particular current TCP connection.
Each row of this table is transient in that it ceases to
exist when (or soon after) the parent connection that
created the connection exits. TcpConnectionProcEntry .1.3.6.1.4.1.3727.20.20.3.1.992.2.1 |
tcpConnectionProcLocalAddressTypeThe address type of tcpConnectionProcLocalAddress. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.992.2.1.1 |
tcpConnectionProcLocalAddressThe local IP address for this TCP connection. The type
of this address is determined by the value of
tcpConnectionProcLocalAddressType.
As this object is used in the index for the
tcpConnectionProcTable, implementors should be
careful not to create entries that would result in OIDs
with more than 128 subidentifiers; otherwise the information
cannot be accessed by using SNMPv1, SNMPv2c, or SNMPv3. InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.992.2.1.2 |
tcpConnectionProcLocalPortThe local port number for this TCP connection. InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.992.2.1.3 |
tcpConnectionProcRemAddressTypeThe address type of tcpConnectionProcRemAddress. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.992.2.1.4 |
tcpConnectionProcRemAddressThe remote IP address for this TCP connection. The type
of this address is determined by the value of
tcpConnectionInfoRemAddressType.
As this object is used in the index for the
tcpConnectionProcTable, implementors should be
careful not to create entries that would result in OIDs
with more than 128 subidentifiers; otherwise the information
cannot be accessed by using SNMPv1, SNMPv2c, or SNMPv3. InetAddress (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.992.2.1.5 |
tcpConnectionProcRemPortThe remote port number for this TCP connection. InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.992.2.1.6 |
tcpConnectionProcPIDThe system's process ID for the process sharing
this connection. This process corresponds to a row
in HOST-RESOURCES-MIB::hrSWRunIndex and
SYSAPPL-MIB::sysApplElmRunIndex for operating systems
that support this functionality and the corresponding MIBs.ro Unsigned32 .1.3.6.1.4.1.3727.20.20.3.1.992.2.1.8 |
tcpListenerInfoTableA table containing additional information about existing TCP
listeners. This table augments the existing tcpListenerTable
by providing information for the process that created the
listener on the listed address/port, not just the
process currently associated with the listener. This
aids identifying multiple processes listening on the
same port. SEQUENCE OF TcpListenerInfoEntry .1.3.6.1.4.1.3727.20.20.3.1.992.3 |
tcpListenerInfoEntryA conceptual row of the tcpListenerProcTable containing
information about a particular TCP listener. TcpListenerInfoEntry .1.3.6.1.4.1.3727.20.20.3.1.992.3.1 |
tcpListenerInfoCreatorPIDThe system's process ID for the process that created
this listener, 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.992.3.1.1 |
tcpListenerInfoProcessCreateTimeThis field provides the time the process started
listening on this port.ro TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.3727.20.20.3.1.992.3.1.2 |
tcpListenerProcTableA table containing additional information about existing
TCP listeners. This table delivers functionality beyond
the existing tcpListenerTable by providing an entry
for each process that is associated with the listener
for operating systems that support this functionality.
An entry in the tcpListenerTable implies the existance of
one or more entries in this table for the listener, and
vice-versa. A listening application can be represented
in three possible ways:
1. An application that is willing to accept both IPv4 and
IPv6 datagrams is represented by
a tcpListenerProcLocalAddressType of unknown (0) and
a tcpListenerProcLocalAddress of ''h (a zero-length
octet-string).
2. An application that is willing to accept only IPv4 or
IPv6 datagrams is represented by a
tcpListenerProcLocalAddressType of the appropriate
address type and a tcpListenerProcLocalAddress of
'0.0.0.0' or '::' respectively.
3. An application that is listening for data destined
only to a specific IP address, but from any remote
system, is represented by a
tcpListenerProcLocalAddressType of an appropriate
address type, with tcpListenerProcLocalAddress
as the specific local address.
NOTE: 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)). SEQUENCE OF TcpListenerProcEntry .1.3.6.1.4.1.3727.20.20.3.1.992.4 |
tcpListenerProcEntryA conceptual row of the tcpListenerProcTable containing
information about a particular TCP listener. TcpListenerProcEntry .1.3.6.1.4.1.3727.20.20.3.1.992.4.1 |
tcpListenerProcLocalAddressTypeThe address type of tcpListenerProcLocalAddress. The value
should be unknown (0) if connection initiations to all
local IP addresses are accepted. InetAddressType (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.992.4.1.1 |
tcpListenerProcLocalAddressThe local IP address for this TCP connection.
The value of this object can be represented in three
possible ways, depending on the characteristics of the
listening application:
1. For an application 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 tcpListenerProcLocalAddressType
object being unknown (0).
2. For an application willing to accept only IPv4 or
IPv6 datagrams, the value of this object must be
'0.0.0.0' or '::' respectively, with
tcpListenerProcLocalAddressType representing the
appropriate address type.
3. For an application which is listening for data
destined only to a specific IP address, the value
of this object is the specific local address, with
tcpListenerProcLocalAddressType representing the
appropriate address type.
As this object is used in the index for the
tcpListenerProcTable, implementors should be
careful not to create entries that would result in OIDs
with more than 128 subidentifiers; otherwise 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.992.4.1.2 |
tcpListenerProcLocalPortThe local port number for this TCP connection. InetPortNumber (INET-ADDRESS-MIB) .1.3.6.1.4.1.3727.20.20.3.1.992.4.1.3 |
tcpListenerProcPIDThe system's process ID for the process associated with
this listener.ro Unsigned32 .1.3.6.1.4.1.3727.20.20.3.1.992.4.1.4 |