A conceptual row of the tcpConnectionTable 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 connection makes the
transition to the CLOSED state.
Parsed from file TCP-MIB.mib
Module: TCP-MIB
A conceptual row of the tcpConnectionTable 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 connection makes the
transition to the CLOSED state.
tcpConnectionEntry OBJECT-TYPE
SYNTAX TcpConnectionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"A conceptual row of the tcpConnectionTable 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 connection makes the
transition to the CLOSED state."
INDEX { tcpConnectionLocalAddressType,
tcpConnectionLocalAddress,
tcpConnectionLocalPort,
tcpConnectionRemAddressType,
tcpConnectionRemAddress,
tcpConnectionRemPort }
View at oid-info.com
A conceptual row of the tcpConnectionTable 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 connection makes the
transition to the CLOSED state.
Parsed from file TCP-MIB.mib.txt
Company: None
Module: TCP-MIB
A conceptual row of the tcpConnectionTable 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 connection makes the
transition to the CLOSED state.
tcpConnectionEntry OBJECT-TYPE SYNTAX TcpConnectionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A conceptual row of the tcpConnectionTable 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 connection makes the transition to the CLOSED state." INDEX { tcpConnectionLocalAddressType, tcpConnectionLocalAddress, tcpConnectionLocalPort, tcpConnectionRemAddressType, tcpConnectionRemAddress, tcpConnectionRemPort } ::= { tcpConnectionTable 1 }
tcpConnectionEntry OBJECT-TYPE SYNTAX TcpConnectionEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A conceptual row of the tcpConnectionTable 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 connection makes the transition to the CLOSED state." INDEX { tcpConnectionLocalAddressType, tcpConnectionLocalAddress, tcpConnectionLocalPort, tcpConnectionRemAddressType, tcpConnectionRemAddress, tcpConnectionRemPort } ::= { tcpConnectionTable 1 }
Automatically extracted from RFC4022
tcpConnectionEntry OBJECT-TYPE SYNTAX TcpConnectionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A conceptual row of the tcpConnectionTable 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 connection makes the transition to the CLOSED state." INDEX { tcpConnectionLocalAddressType, tcpConnectionLocalAddress, tcpConnectionLocalPort, tcpConnectionRemAddressType, tcpConnectionRemAddress, tcpConnectionRemPort } ::= { tcpConnectionTable 1 }
tcpConnectionEntry OBJECT-TYPE SYNTAX TcpConnectionEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A conceptual row of the tcpConnectionTable 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 connection makes the transition to the CLOSED state." INDEX { tcpConnectionLocalAddressType, tcpConnectionLocalAddress, tcpConnectionLocalPort, tcpConnectionRemAddressType, tcpConnectionRemAddress, tcpConnectionRemPort } ::= { tcpConnectionTable 1 }
Internet Assigned Numbers Authority
OID | Name | Sub children | Sub Nodes Total | Description |
---|---|---|---|---|
1.3.6.1.2.1.6.19.1.1 | tcpConnectionLocalAddressType | 0 | 0 | The address type of tcpConnectionLocalAddress. |
1.3.6.1.2.1.6.19.1.2 | tcpConnectionLocalAddress | 0 | 0 | The local IP address for this TCP connection. The type of this address is determined by the value of tcpConnectionLocalAddressTy… |
1.3.6.1.2.1.6.19.1.3 | tcpConnectionLocalPort | 0 | 0 | The local port number for this TCP connection. |
1.3.6.1.2.1.6.19.1.4 | tcpConnectionRemAddressType | 0 | 0 | The address type of tcpConnectionRemAddress. |
1.3.6.1.2.1.6.19.1.5 | tcpConnectionRemAddress | 0 | 0 | The remote IP address for this TCP connection. The type of this address is determined by the value of tcpConnectionRemAddressTyp… |
1.3.6.1.2.1.6.19.1.6 | tcpConnectionRemPort | 0 | 0 | The remote port number for this TCP connection. |
1.3.6.1.2.1.6.19.1.7 | tcpConnectionState | 0 | 0 | The state of this TCP connection. The value listen(2) is included only for parallelism to the old tcpConnTable and should not be … |
1.3.6.1.2.1.6.19.1.8 | tcpConnectionProcess, tcpConnectionInPackets | 0 | 0 | The number of packets received on this connection. This count includes retransmitted data. |
1.3.6.1.2.1.6.19.1.9 | tcpConnectionOutPackets | 0 | 0 | The number of packets transmitted on this connection. This count includes retransmitted data. |
1.3.6.1.2.1.6.19.1.10 | tcpConnectionInOctets | 0 | 0 | The number of octets received on this connection. This count includes retransmitted data. |
1.3.6.1.2.1.6.19.1.11 | tcpConnectionOutOctets | 0 | 0 | The number of octets transmitted on this connection. This count includes retransmitted data. |
1.3.6.1.2.1.6.19.1.12 | tcpConnectionStartTime | 0 | 0 | The value of sysUpTime at the time this connection was established, or when this listening socket was opened. |