BAS-TCP-MIB

File: BAS-TCP-MIB.mib (14269 bytes)

Imported modules

SNMPv2-SMI BAS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Gauge32 Counter32 IpAddress
basAliasTcp BasChassisId BasSlotId
BasInterfaceId BasLogicalPortId

Defined Types

BasTcpEntry  
SEQUENCE    
  basTcpRtoAlgorithm INTEGER
  basTcpRtoMin Integer32
  basTcpRtoMax Integer32
  basTcpMaxConn Integer32
  basTcpActiveOpens Counter32
  basTcpPassiveOpens Counter32
  basTcpAttemptFails Counter32
  basTcpEstabResets Counter32
  basTcpCurrEstab Gauge32
  basTcpInSegs Counter32
  basTcpOutSegs Counter32
  basTcpRetransSegs Counter32
  basTcpChassis BasChassisId
  basTcpSlot BasSlotId
  basTcpIf BasInterfaceId
  basTcpLPort BasLogicalPortId

BasTcpConnEntry  
SEQUENCE    
  basTcpConnState INTEGER
  basTcpConnLocalAddress IpAddress
  basTcpConnLocalPort INTEGER
  basTcpConnRemAddress IpAddress
  basTcpConnRemPort INTEGER
  basTcpConnChassis BasChassisId
  basTcpConnSlot BasSlotId
  basTcpConnIf BasInterfaceId
  basTcpConnLPort BasLogicalPortId

BasTcpStatsEntry  
SEQUENCE    
  basTcpInErrs Counter32
  basTcpOutRsts Counter32
  basTcpStatsChassis BasChassisId
  basTcpStatsSlot BasSlotId
  basTcpStatsIf BasInterfaceId
  basTcpStatsLPort BasLogicalPortId

Defined Values

basAliasTcpMib 1.3.6.1.4.1.3493.2.7.3.1
This module defines the MIB objects for a Broadband Access System IP Forwarding component.
MODULE-IDENTITY    

basTcpObjects 1.3.6.1.4.1.3493.2.7.3.1.1
OBJECT IDENTIFIER    

basTcpTable 1.3.6.1.4.1.3493.2.7.3.1.1.1
A list of TCP stats
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BasTcpEntry

basTcpEntry 1.3.6.1.4.1.3493.2.7.3.1.1.1.1
Objects for the TCP mib.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasTcpEntry  

basTcpRtoAlgorithm 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.1
The algorithm used to determine the timeout value used for retransmitting unacknowledged octets.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), constant(2), rsre(3), vanj(4)  

basTcpRtoMin 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.2
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
OBJECT-TYPE    
  Integer32  

basTcpRtoMax 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.3
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
OBJECT-TYPE    
  Integer32  

basTcpMaxConn 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.4
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
OBJECT-TYPE    
  Integer32  

basTcpActiveOpens 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.5
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
OBJECT-TYPE    
  Counter32  

basTcpPassiveOpens 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.6
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
OBJECT-TYPE    
  Counter32  

basTcpAttemptFails 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.7
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
OBJECT-TYPE    
  Counter32  

basTcpEstabResets 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.8
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
OBJECT-TYPE    
  Counter32  

basTcpCurrEstab 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.9
The number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

basTcpInSegs 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.10
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
OBJECT-TYPE    
  Counter32  

basTcpOutSegs 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.11
The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basTcpRetransSegs 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.12
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
OBJECT-TYPE    
  Counter32  

basTcpChassis 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.13
The BAS Chassis ID of the Route Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasChassisId  

basTcpSlot 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.14
The BAS Slot ID of the Route Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasSlotId  

basTcpIf 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.15
The BAS interface ID of the Route Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasInterfaceId  

basTcpLPort 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.16
The BAS logical port ID of the Route Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasLogicalPortId  

basTcpConnTable 1.3.6.1.4.1.3493.2.7.3.1.1.2
A table containing TCP connection-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BasTcpConnEntry

basTcpConnEntry 1.3.6.1.4.1.3493.2.7.3.1.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasTcpConnEntry  

basTcpConnState 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.1
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)  

basTcpConnLocalAddress 1.3.6.1.4.1.3493.2.7.3.1.1.2.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: read-only
OBJECT-TYPE    
  IpAddress  

basTcpConnLocalPort 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.3
The local port number for this TCP connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

basTcpConnRemAddress 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.4
The remote IP address for this TCP connection.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

basTcpConnRemPort 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.5
The remote port number for this TCP connection.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

basTcpConnChassis 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.6
The BAS Chassis ID of the Route Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasChassisId  

basTcpConnSlot 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.7
The BAS Slot ID of the Route Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasSlotId  

basTcpConnIf 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.8
The BAS interface ID of the Route Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasInterfaceId  

basTcpConnLPort 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.9
The BAS logical port ID of the Route Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasLogicalPortId  

basTcpStatsTable 1.3.6.1.4.1.3493.2.7.3.1.1.3
A list of Route Server forwarding table distribution mechanism statistics.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BasTcpStatsEntry

basTcpStatsEntry 1.3.6.1.4.1.3493.2.7.3.1.1.3.1
Objects for the TCP mib.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasTcpStatsEntry  

basTcpInErrs 1.3.6.1.4.1.3493.2.7.3.1.1.3.1.1
The total number of segments received in error (e.g., bad TCP checksums).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basTcpOutRsts 1.3.6.1.4.1.3493.2.7.3.1.1.3.1.2
The number of TCP segments sent containing the RST flag.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

basTcpStatsChassis 1.3.6.1.4.1.3493.2.7.3.1.1.3.1.3
The BAS Chassis ID of the Route Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasChassisId  

basTcpStatsSlot 1.3.6.1.4.1.3493.2.7.3.1.1.3.1.4
The BAS Slot ID of the Route Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasSlotId  

basTcpStatsIf 1.3.6.1.4.1.3493.2.7.3.1.1.3.1.5
The BAS interface ID of the Route Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasInterfaceId  

basTcpStatsLPort 1.3.6.1.4.1.3493.2.7.3.1.1.3.1.6
The BAS logical port ID of the Route Server.
Status: current Access: not-accessible
OBJECT-TYPE    
  BasLogicalPortId