BAS-TCP-MIB
AI MIB Summary
The BAS-TCP-MIB module enables monitoring and management of TCP protocol statistics and session states within the IP forwarding components of Broadband Access Systems (BAS). It provides specific counters and gauges for tracking TCP connection establishment, retransmissions, and throughput metrics essential for diagnosing broadband subscriber session performance.
This module defines the MIB objects for a Broadband Access System IP Forwarding component.
Main OID:
basAliasTcpMib.1.3.6.1.4.1.3493.2.7.3.1
39
Objects
Active
Status
2
Dependencies
Imported Objects
Objects
39 total| Object Name |
|---|
basAliasTcpMibThis module defines the MIB objects for a Broadband Access System IP Forwarding component. MODULE-IDENTITY .1.3.6.1.4.1.3493.2.7.3.1 |
basTcpObjects OBJECT IDENTIFIER .1.3.6.1.4.1.3493.2.7.3.1.1 |
basTcpTableA list of TCP stats SEQUENCE OF BasTcpEntry .1.3.6.1.4.1.3493.2.7.3.1.1.1 |
basTcpEntryObjects for the TCP mib. BasTcpEntry .1.3.6.1.4.1.3493.2.7.3.1.1.1.1 |
basTcpRtoAlgorithmThe algorithm used to determine the timeout value used for retransmitting unacknowledged octets.ro Enumeration .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.1 |
basTcpRtoMinThe 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.ro Integer32 UNITS "milliseconds" .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.2 |
basTcpRtoMaxThe 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.ro Integer32 UNITS "milliseconds" .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.3 |
basTcpMaxConnThe 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.ro Integer32 .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.4 |
basTcpActiveOpensThe number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.ro Counter32 .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.5 |
basTcpPassiveOpensThe number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.ro Counter32 .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.6 |
basTcpAttemptFailsThe 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.ro Counter32 .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.7 |
basTcpEstabResetsThe number of times TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state.ro Counter32 .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.8 |
basTcpCurrEstabThe number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT.ro Gauge32 .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.9 |
basTcpInSegsThe total number of segments received, including those received in error. This count includes segments received on currently established connections.ro Counter32 .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.10 |
basTcpOutSegsThe total number of segments sent, including those on current connections but excluding those containing only retransmitted octets.ro Counter32 .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.11 |
basTcpRetransSegsThe total number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets.ro Counter32 .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.12 |
basTcpChassisThe BAS Chassis ID of the Route Server. BasChassisId (BAS-MIB) .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.13 |
basTcpSlotThe BAS Slot ID of the Route Server. BasSlotId (BAS-MIB) .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.14 |
basTcpIfThe BAS interface ID of the Route Server. BasInterfaceId (BAS-MIB) .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.15 |
basTcpLPortThe BAS logical port ID of the Route Server. BasLogicalPortId (BAS-MIB) .1.3.6.1.4.1.3493.2.7.3.1.1.1.1.16 |
basTcpConnTableA table containing TCP connection-specific information. SEQUENCE OF BasTcpConnEntry .1.3.6.1.4.1.3493.2.7.3.1.1.2 |
basTcpConnEntryA 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. BasTcpConnEntry .1.3.6.1.4.1.3493.2.7.3.1.1.2.1 |
basTcpConnStateThe 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).rw Enumeration .1.3.6.1.4.1.3493.2.7.3.1.1.2.1.1 |
basTcpConnLocalAddressThe 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.ro IpAddress .1.3.6.1.4.1.3493.2.7.3.1.1.2.1.2 |
basTcpConnLocalPortThe local port number for this TCP connection.ro INTEGER .1.3.6.1.4.1.3493.2.7.3.1.1.2.1.3 |
basTcpConnRemAddressThe remote IP address for this TCP connection.ro IpAddress .1.3.6.1.4.1.3493.2.7.3.1.1.2.1.4 |
basTcpConnRemPortThe remote port number for this TCP connection.ro INTEGER .1.3.6.1.4.1.3493.2.7.3.1.1.2.1.5 |
basTcpConnChassisThe BAS Chassis ID of the Route Server. BasChassisId (BAS-MIB) .1.3.6.1.4.1.3493.2.7.3.1.1.2.1.6 |
basTcpConnSlotThe BAS Slot ID of the Route Server. BasSlotId (BAS-MIB) .1.3.6.1.4.1.3493.2.7.3.1.1.2.1.7 |
basTcpConnIfThe BAS interface ID of the Route Server. BasInterfaceId (BAS-MIB) .1.3.6.1.4.1.3493.2.7.3.1.1.2.1.8 |
basTcpConnLPortThe BAS logical port ID of the Route Server. BasLogicalPortId (BAS-MIB) .1.3.6.1.4.1.3493.2.7.3.1.1.2.1.9 |
basTcpStatsTableA list of Route Server forwarding table distribution mechanism statistics. SEQUENCE OF BasTcpStatsEntry .1.3.6.1.4.1.3493.2.7.3.1.1.3 |
basTcpStatsEntryObjects for the TCP mib. BasTcpStatsEntry .1.3.6.1.4.1.3493.2.7.3.1.1.3.1 |
basTcpInErrsThe total number of segments received in error (e.g., bad TCP checksums).ro Counter32 .1.3.6.1.4.1.3493.2.7.3.1.1.3.1.1 |
basTcpOutRstsThe number of TCP segments sent containing the RST flag.ro Counter32 .1.3.6.1.4.1.3493.2.7.3.1.1.3.1.2 |
basTcpStatsChassisThe BAS Chassis ID of the Route Server. BasChassisId (BAS-MIB) .1.3.6.1.4.1.3493.2.7.3.1.1.3.1.3 |
basTcpStatsSlotThe BAS Slot ID of the Route Server. BasSlotId (BAS-MIB) .1.3.6.1.4.1.3493.2.7.3.1.1.3.1.4 |
basTcpStatsIfThe BAS interface ID of the Route Server. BasInterfaceId (BAS-MIB) .1.3.6.1.4.1.3493.2.7.3.1.1.3.1.5 |
basTcpStatsLPortThe BAS logical port ID of the Route Server. BasLogicalPortId (BAS-MIB) .1.3.6.1.4.1.3493.2.7.3.1.1.3.1.6 |