OLD-CISCO-TCP-MIB

File: OLD-CISCO-TCP-MIB.mib (4255 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
CISCO-SMI

Imported symbols

TimeTicks OBJECT-TYPE tcpConnLocalAddress
tcpConnLocalPort tcpConnRemAddress tcpConnRemPort
local

Defined Types

LtcpConnEntry  
SEQUENCE    
  loctcpConnInBytes INTEGER
  loctcpConnOutBytes INTEGER
  loctcpConnInPkts INTEGER
  loctcpConnOutPkts INTEGER
  loctcpConnElapsed TimeTicks

Defined Values

ltcp 2.6
OBJECT IDENTIFIER    

ltcpConnTable 2.6.1
A list of TCP connection entries.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LtcpConnEntry

ltcpConnEntry 2.6.1.1
A collection of additional objects in the cisco TCP implementation.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  LtcpConnEntry  

loctcpConnInBytes 2.6.1.1.1
Bytes input for this TCP connection.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

loctcpConnOutBytes 2.6.1.1.2
Bytes output for this TCP connection.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

loctcpConnInPkts 2.6.1.1.3
Packets input for this TCP connection.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

loctcpConnOutPkts 2.6.1.1.4
Packets output for this TCP connection.
Status: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER  

loctcpConnElapsed 2.6.1.1.5
How long this TCP connection has been established.
Status: deprecated Access: read-only
OBJECT-TYPE    
  TimeTicks