MIB:   TCP-MIBMain Index
          
   - Textual Convention/Type Defs  (0)   - Notification/Trap Definitions  (0)
   - Object Identifier Definitions  (4)   - Object Group Definitions  (1)
   - Table Definitions  (1)   - Notification Group Definitions  (0)
   - Table Entry/Row Definitions  (1)   - Agent Capabilities Definitions  (0)
   - Column Object Definitions  (5)   - Module Compliance Definitions  (1)
   - Scalar Object Definitions  (14)     
                          
Module DependenciesMIB:  TCP-MIB
 
 
                          
Module Identity: tcpMIB1.3.6.1.2.1.49
 
 Last Updated
 
9411010000Z
 
 Organization
 
IETF SNMPv2 Working Group
 
 Contact Info
 
Keith McCloghrie

Postal: Cisco Systems, Inc.
        170 West Tasman Drive
        San Jose, CA  95134-1706
        US

Phone:  +1 408 526 5260
Email:  kzm@cisco.com
 
 Description
 
The MIB module for managing TCP implementations.
 
                          
Textual Convention (Type) DefinitionsMIB:  TCP-MIB
 
 
 
 
   
                          
Object Identifier DefinitionsMIB:  TCP-MIB
 
    
tcp ::= mib-2.61.3.6.1.2.1.6
tcpMIBConformance ::= tcpMIB.21.3.6.1.2.1.49.2
tcpMIBCompliances ::= tcpMIBConformance.11.3.6.1.2.1.49.2.1
tcpMIBGroups ::= tcpMIBConformance.21.3.6.1.2.1.49.2.2
                          
Table DefinitionsMIB:  TCP-MIB
 
 
  1) tcpConnTable  
 
 Table: tcpConnTable1.3.6.1.2.1.6.13
  status | indexes | columns ) section | top )
 
 Description
 
A table containing TCP connection-specific information.
 
  Status:   current
  Row Entry:  tcpConnEntry
 
  Indexes:   
   
 #  Object  Type  OID 
tcpConnLocalAddress  IpAddress  1.3.6.1.2.1.6.13.1.2
tcpConnLocalPort  INTEGER  1.3.6.1.2.1.6.13.1.3
tcpConnRemAddress  IpAddress  1.3.6.1.2.1.6.13.1.4
tcpConnRemPort  INTEGER  1.3.6.1.2.1.6.13.1.5
 
  Columns:  
   
 #  Object  Type  Syntax  Access  OID 
tcpConnState iINTEGER rw 1.3.6.1.2.1.6.13.1.1
tcpConnLocalAddress ipIpAddress ro 1.3.6.1.2.1.6.13.1.2
tcpConnLocalPort iINTEGER ro 1.3.6.1.2.1.6.13.1.3
tcpConnRemAddress ipIpAddress ro 1.3.6.1.2.1.6.13.1.4
tcpConnRemPort iINTEGER ro 1.3.6.1.2.1.6.13.1.5
 
                          
Table Row/Entry Object DefinitionsMIB:  TCP-MIB
 
 
  1) tcpConnEntry  
 
 Entry Object:   tcpConnEntry1.3.6.1.2.1.6.13.1
  status | access | type | syntax ) section | top )
 
 Description
 
A conceptual row of the tcpConnTable 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.
 
  Table:  tcpConnTable
  Status:   current
  Access:   not-accessible
 
  Type:   SEQUENCE
  Syntax:   SEQUENCE
 
                          
Table Column Object DefinitionsMIB:  TCP-MIB
 
 
  1) tcpConnState  
  2) tcpConnLocalAddress  
  3) tcpConnLocalPort  
  4) tcpConnRemAddress  
  5) tcpConnRemPort  
 
 Column Object:   tcpConnState1.3.6.1.2.1.6.13.1.1
  status | access | type | syntax ) section | top )
 
 Description
 
The state of this TCP connection.

The only value which may be set by a management station is
deleteTCB(12).  Accordingly, it is appropriate for an agent
to return a `badValue' response if a management station
attempts to set this object to any other value.

If a management station sets this object to the value
deleteTCB(12), then this has the effect of deleting the TCB
(as defined in RFC 793) of the corresponding connection on
the managed node, resulting in immediate termination of the
connection.

As an implementation-specific option, a RST segment may be
sent from the managed node to the other TCP endpoint (note
however that RST segments are not sent reliably).
 
  Table: tcpConnTable
  Status:   current
  Access:   read-write
 
  Type:   INTEGER
  Syntax:   INTEGER
{   
 closed(1),
 listen(2),
 synSent(3),
 synReceived(4),
 established(5),
 finWait1(6),
 finWait2(7),
 closeWait(8),
 lastAck(9),
 closing(10),
 timeWait(11),
 deleteTCB(12)
} 
 
 Column Object:   tcpConnLocalAddress1.3.6.1.2.1.6.13.1.2
  status | access | type | syntax ) section | top )
 
 Description
 
The local IP address for this TCP connection.  In the case
of a connection in the listen state which is willing to
accept connections for any IP interface associated with the
node, the value 0.0.0.0 is used.
 
  Table: tcpConnTable
  Indexing:  tcpConnTable
  Status:   current
  Access:   read-only
 
  Type:   IpAddress
  Syntax:   IpAddress
 
 Column Object:   tcpConnLocalPort1.3.6.1.2.1.6.13.1.3
  status | access | type | syntax ) section | top )
 
 Description
 
The local port number for this TCP connection.
 
  Table: tcpConnTable
  Indexing:  tcpConnTable
  Status:   current
  Access:   read-only
 
  Type:   INTEGER
  Syntax:   INTEGER (0..65535)
 
 Column Object:   tcpConnRemAddress1.3.6.1.2.1.6.13.1.4
  status | access | type | syntax ) section | top )
 
 Description
 
The remote IP address for this TCP connection.
 
  Table: tcpConnTable
  Indexing:  tcpConnTable
  Status:   current
  Access:   read-only
 
  Type:   IpAddress
  Syntax:   IpAddress
 
 Column Object:   tcpConnRemPort1.3.6.1.2.1.6.13.1.5
  status | access | type | syntax ) section | top )
 
 Description
 
The remote port number for this TCP connection.
 
  Table: tcpConnTable
  Indexing:  tcpConnTable
  Status:   current
  Access:   read-only
 
  Type:   INTEGER
  Syntax:   INTEGER (0..65535)
 
                          
                          
Scalar Object DefinitionsMIB:  TCP-MIB
 
 
  1) tcpRtoAlgorithm  
  2) tcpRtoMin  
  3) tcpRtoMax  
  4) tcpMaxConn  
  5) tcpActiveOpens  
  6) tcpPassiveOpens  
  7) tcpAttemptFails  
  8) tcpEstabResets  
  9) tcpCurrEstab  
  10) tcpInSegs  
  11) tcpOutSegs  
  12) tcpRetransSegs  
  13) tcpInErrs  
  14) tcpOutRsts  
 
 Scalar Object:   tcpRtoAlgorithm1.3.6.1.2.1.6.1
  status | access | type | syntax ) section | top )
 
 Description
 
The algorithm used to determine the timeout value used for
retransmitting unacknowledged octets.
 
  Status:   current
  Access:   read-only
 
  Type:   INTEGER
  Syntax:   INTEGER
{   
 other(1),
 constant(2),
 rsre(3),
 vanj(4)
} 
 
 Scalar Object:   tcpRtoMin1.3.6.1.2.1.6.2
  status | access | type | syntax ) section | top )
 
 Description
 
The minimum value permitted by a TCP implementation for the
retransmission timeout, measured in milliseconds.  More
refined semantics for objects of this type depend upon the
algorithm used to determine the retransmission timeout.  In
particular, when the timeout algorithm is rsre(3), an object
of this type has the semantics of the LBOUND quantity
described in RFC 793.
 
  Status:   current
  Access:   read-only
 
  Type:   Integer32
  Syntax:   Integer32
 
 Scalar Object:   tcpRtoMax1.3.6.1.2.1.6.3
  status | access | type | syntax ) section | top )
 
 Description
 
The maximum value permitted by a TCP implementation for the
retransmission timeout, measured in milliseconds.  More
refined semantics for objects of this type depend upon the
algorithm used to determine the retransmission timeout.  In
particular, when the timeout algorithm is rsre(3), an object
of this type has the semantics of the UBOUND quantity
described in RFC 793.
 
  Status:   current
  Access:   read-only
 
  Type:   Integer32
  Syntax:   Integer32
 
 Scalar Object:   tcpMaxConn1.3.6.1.2.1.6.4
  status | access | type | syntax ) section | top )
 
 Description
 
The limit on the total number of TCP connections the entity
can support.  In entities where the maximum number of
connections is dynamic, this object should contain the value
-1.
 
  Status:   current
  Access:   read-only
 
  Type:   Integer32
  Syntax:   Integer32
 
 Scalar Object:   tcpActiveOpens1.3.6.1.2.1.6.5
  status | access | type | syntax ) section | top )
 
 Description
 
The number of times TCP connections have made a direct
transition to the SYN-SENT state from the CLOSED state.
 
  Status:   current
  Access:   read-only
 
  Type:   Counter32
  Syntax:   Counter32
 
 Scalar Object:   tcpPassiveOpens1.3.6.1.2.1.6.6
  status | access | type | syntax ) section | top )
 
 Description
 
The number of times TCP connections have made a direct
transition to the SYN-RCVD state from the LISTEN state.
 
  Status:   current
  Access:   read-only
 
  Type:   Counter32
  Syntax:   Counter32
 
 Scalar Object:   tcpAttemptFails1.3.6.1.2.1.6.7
  status | access | type | syntax ) section | top )
 
 Description
 
The number of times TCP connections have made a direct
transition to the CLOSED state from either the SYN-SENT
state or the SYN-RCVD state, plus the number of times TCP
connections have made a direct transition to the LISTEN
state from the SYN-RCVD state.
 
  Status:   current
  Access:   read-only
 
  Type:   Counter32
  Syntax:   Counter32
 
 Scalar Object:   tcpEstabResets1.3.6.1.2.1.6.8
  status | access | type | syntax ) section | top )
 
 Description
 
The number of times TCP connections have made a direct
transition to the CLOSED state from either the ESTABLISHED
state or the CLOSE-WAIT state.
 
  Status:   current
  Access:   read-only
 
  Type:   Counter32
  Syntax:   Counter32
 
 Scalar Object:   tcpCurrEstab1.3.6.1.2.1.6.9
  status | access | type | syntax ) section | top )
 
 Description
 
The number of TCP connections for which the current state
is either ESTABLISHED or CLOSE- WAIT.
 
  Status:   current
  Access:   read-only
 
  Type:   Gauge32
  Syntax:   Gauge32
 
 Scalar Object:   tcpInSegs1.3.6.1.2.1.6.10
  status | access | type | syntax ) section | top )
 
 Description
 
The total number of segments received, including those
received in error.  This count includes segments received on
currently established connections.
 
  Status:   current
  Access:   read-only
 
  Type:   Counter32
  Syntax:   Counter32
 
 Scalar Object:   tcpOutSegs1.3.6.1.2.1.6.11
  status | access | type | syntax ) section | top )
 
 Description
 
The total number of segments sent, including those on
current connections but excluding those containing only
retransmitted octets.
 
  Status:   current
  Access:   read-only
 
  Type:   Counter32
  Syntax:   Counter32
 
 Scalar Object:   tcpRetransSegs1.3.6.1.2.1.6.12
  status | access | type | syntax ) section | top )
 
 Description
 
The total number of segments retransmitted - that is, the
number of TCP segments transmitted containing one or more
previously transmitted octets.
 
  Status:   current
  Access:   read-only
 
  Type:   Counter32
  Syntax:   Counter32
 
 Scalar Object:   tcpInErrs1.3.6.1.2.1.6.14
  status | access | type | syntax ) section | top )
 
 Description
 
The total number of segments received in error (e.g., bad
TCP checksums).
 
  Status:   current
  Access:   read-only
 
  Type:   Counter32
  Syntax:   Counter32
 
 Scalar Object:   tcpOutRsts1.3.6.1.2.1.6.15
  status | access | type | syntax ) section | top )
 
 Description
 
The number of TCP segments sent containing the RST flag.
 
  Status:   current
  Access:   read-only
 
  Type:   Counter32
  Syntax:   Counter32
 
                          
Notification/Trap DefinitionsMIB:  TCP-MIB
 
 
 
                          
Object Group DefinitionsMIB:  TCP-MIB
 
 
  1) tcpGroup  
 
 ObjectGroup:   tcpGroup1.3.6.1.2.1.49.2.2.1
 
 Description
 
The tcp group of objects providing for management of TCP
entities.
 
  Status:   current
 
  Objects:  
   
 Object  Type  OID 
 tcpRtoAlgorithm  INTEGER  1.3.6.1.2.1.6.1
 tcpRtoMin  Integer32  1.3.6.1.2.1.6.2
 tcpRtoMax  Integer32  1.3.6.1.2.1.6.3
 tcpMaxConn  Integer32  1.3.6.1.2.1.6.4
 tcpActiveOpens  Counter32  1.3.6.1.2.1.6.5
 tcpPassiveOpens  Counter32  1.3.6.1.2.1.6.6
 tcpAttemptFails  Counter32  1.3.6.1.2.1.6.7
 tcpEstabResets  Counter32  1.3.6.1.2.1.6.8
 tcpCurrEstab  Gauge32  1.3.6.1.2.1.6.9
 tcpInSegs  Counter32  1.3.6.1.2.1.6.10
 tcpOutSegs  Counter32  1.3.6.1.2.1.6.11
 tcpRetransSegs  Counter32  1.3.6.1.2.1.6.12
 tcpConnState  INTEGER  1.3.6.1.2.1.6.13.1.1
 tcpConnLocalAddress  IpAddress  1.3.6.1.2.1.6.13.1.2
 tcpConnLocalPort  INTEGER  1.3.6.1.2.1.6.13.1.3
 tcpConnRemAddress  IpAddress  1.3.6.1.2.1.6.13.1.4
 tcpConnRemPort  INTEGER  1.3.6.1.2.1.6.13.1.5
 tcpInErrs  Counter32  1.3.6.1.2.1.6.14
 tcpOutRsts  Counter32  1.3.6.1.2.1.6.15
 
                          
Notification Group DefinitionsMIB:  TCP-MIB
 
 
 
                          
                          
Agent Capabilities DefinitionsMIB:  TCP-MIB
 
 
 
                          
Module Compliance DefinitionsMIB:  TCP-MIB
 
 
  1) tcpMIBCompliance  
 
 ModuleCompliance:   tcpMIBCompliance1.3.6.1.2.1.49.2.1.1
 
 Description
 
The compliance statement for SNMPv2 entities which
implement TCP.
 
  Status:   current
 
  Module:  
 
   
Mandatory Group  OID 
      tcpGroup 1.3.6.1.2.1.49.2.2.1