CISCOSB-TCPSESSIONS

File: CISCOSB-TCPSESSIONS.mib (5480 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB

Imported symbols

Unsigned32 Integer32 MODULE-IDENTITY
OBJECT-TYPE mib-2 DisplayString
TEXTUAL-CONVENTION InetAddress InetAddressType

Defined Types

RlTcpSessionEntry  
SEQUENCE    
  rlTcpSessionLocalAddrType InetAddressType
  rlTcpSessionLocalAddress InetAddress
  rlTcpSessionLocalPort INTEGER
  rlTcpSessionRemAddrType InetAddressType
  rlTcpSessionRemAddress InetAddress
  rlTcpSessionRemPort INTEGER
  rlTcpSessionState INTEGER
  rlTcpSessionAppName DisplayString

Defined Values

tcp 1.3.6.1.2.1.6
The private MIB module definition for TCP Private Extension.
MODULE-IDENTITY    

rlTcpSessionTable 1.3.6.1.2.1.6.16
A table containing TCP sessions information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    RlTcpSessionEntry

rlTcpSessionEntry 1.3.6.1.2.1.6.16.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  RlTcpSessionEntry  

rlTcpSessionLocalAddrType 1.3.6.1.2.1.6.16.1.1
The type of the rlTcpSessionLocalAddress address
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rlTcpSessionLocalAddress 1.3.6.1.2.1.6.16.1.2
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

rlTcpSessionLocalPort 1.3.6.1.2.1.6.16.1.3
The local port number for this TCP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

rlTcpSessionRemAddrType 1.3.6.1.2.1.6.16.1.4
The type of the rlTcpSessionRemAddress address
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddressType  

rlTcpSessionRemAddress 1.3.6.1.2.1.6.16.1.5
The remote IP address for this TCP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  InetAddress  

rlTcpSessionRemPort 1.3.6.1.2.1.6.16.1.6
The remote port number for this TCP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..65535  

rlTcpSessionState 1.3.6.1.2.1.6.16.1.7
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).
Status: current Access: read-write
OBJECT-TYPE    
  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)  

rlTcpSessionAppName 1.3.6.1.2.1.6.16.1.8
The name of the application for this TCP connection.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..12)