BAS-TCP-MIB: View SNMP OID List / Download MIB
VENDOR: BROADBAND ACCESS SYSTEMS
Home | MIB: BAS-TCP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
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. |
||
basTcpObjects | 1.3.6.1.4.1.3493.2.7.3.1.1 | |||
basTcpTable | 1.3.6.1.4.1.3493.2.7.3.1.1.1 | no-access |
A list of TCP stats |
|
1.3.6.1.4.1.3493.2.7.3.1.1.1.1 | no-access |
Objects for the TCP mib. |
||
basTcpRtoAlgorithm | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.1 | integer | read-only |
The algorithm used to determine the timeout value used for retransmitting unacknowledged octets. Enumeration: 'vanj': 4, 'other': 1, 'constant': 2, 'rsre': 3. |
basTcpRtoMin | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.2 | integer32 | read-only |
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. |
basTcpRtoMax | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.3 | integer32 | read-only |
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. |
basTcpMaxConn | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.4 | integer32 | read-only |
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. |
basTcpActiveOpens | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.5 | counter32 | read-only |
The number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state. |
basTcpPassiveOpens | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.6 | counter32 | read-only |
The number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state. |
basTcpAttemptFails | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.7 | counter32 | read-only |
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. |
basTcpEstabResets | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.8 | counter32 | read-only |
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. |
basTcpCurrEstab | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.9 | gauge32 | read-only |
The number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT. |
basTcpInSegs | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.10 | counter32 | read-only |
The total number of segments received, including those received in error. This count includes segments received on currently established connections. |
basTcpOutSegs | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.11 | counter32 | read-only |
The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets. |
basTcpRetransSegs | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.12 | counter32 | read-only |
The total number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets. |
basTcpChassis | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.13 | baschassisid | no-access |
The BAS Chassis ID of the Route Server. |
basTcpSlot | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.14 | basslotid | no-access |
The BAS Slot ID of the Route Server. |
basTcpIf | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.15 | basinterfaceid | no-access |
The BAS interface ID of the Route Server. |
basTcpLPort | 1.3.6.1.4.1.3493.2.7.3.1.1.1.1.16 | baslogicalportid | no-access |
The BAS logical port ID of the Route Server. |
basTcpConnTable | 1.3.6.1.4.1.3493.2.7.3.1.1.2 | no-access |
A table containing TCP connection-specific information. |
|
1.3.6.1.4.1.3493.2.7.3.1.1.2.1 | no-access |
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. |
||
basTcpConnState | 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.1 | integer | read-write |
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). Enumeration: 'synReceived': 4, 'established': 5, 'finWait2': 7, 'timeWait': 11, 'finWait1': 6, 'lastAck': 9, 'closeWait': 8, 'deleteTCB': 12, 'closed': 1, 'closing': 10, 'listen': 2, 'synSent': 3. |
basTcpConnLocalAddress | 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.2 | ipaddress | read-only |
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. |
basTcpConnLocalPort | 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.3 | integer | read-only |
The local port number for this TCP connection. |
basTcpConnRemAddress | 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.4 | ipaddress | read-only |
The remote IP address for this TCP connection. |
basTcpConnRemPort | 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.5 | integer | read-only |
The remote port number for this TCP connection. |
basTcpConnChassis | 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.6 | baschassisid | no-access |
The BAS Chassis ID of the Route Server. |
basTcpConnSlot | 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.7 | basslotid | no-access |
The BAS Slot ID of the Route Server. |
basTcpConnIf | 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.8 | basinterfaceid | no-access |
The BAS interface ID of the Route Server. |
basTcpConnLPort | 1.3.6.1.4.1.3493.2.7.3.1.1.2.1.9 | baslogicalportid | no-access |
The BAS logical port ID of the Route Server. |
basTcpStatsTable | 1.3.6.1.4.1.3493.2.7.3.1.1.3 | no-access |
A list of Route Server forwarding table distribution mechanism statistics. |
|
1.3.6.1.4.1.3493.2.7.3.1.1.3.1 | no-access |
Objects for the TCP mib. |
||
basTcpInErrs | 1.3.6.1.4.1.3493.2.7.3.1.1.3.1.1 | counter32 | read-only |
The total number of segments received in error (e.g., bad TCP checksums). |
basTcpOutRsts | 1.3.6.1.4.1.3493.2.7.3.1.1.3.1.2 | counter32 | read-only |
The number of TCP segments sent containing the RST flag. |
basTcpStatsChassis | 1.3.6.1.4.1.3493.2.7.3.1.1.3.1.3 | baschassisid | no-access |
The BAS Chassis ID of the Route Server. |
basTcpStatsSlot | 1.3.6.1.4.1.3493.2.7.3.1.1.3.1.4 | basslotid | no-access |
The BAS Slot ID of the Route Server. |
basTcpStatsIf | 1.3.6.1.4.1.3493.2.7.3.1.1.3.1.5 | basinterfaceid | no-access |
The BAS interface ID of the Route Server. |
basTcpStatsLPort | 1.3.6.1.4.1.3493.2.7.3.1.1.3.1.6 | baslogicalportid | no-access |
The BAS logical port ID of the Route Server. |