CISCO-BSC-MIB
- Registered at
- 1.3.6.1.4.1.9.9.36
- Last updated
- 2004-08-25 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2004-08-25 00:00, 1997-01-25 00:00, 1995-08-21 00:00
- Namespace
- cisco
- Source file
CISCO-BSC-MIB- Digest
sha256:d0ee34311c3990803a9de3574c01a3ec4fea166eb9f6bbefc1652dbe7d8e771b
Description
The MIB module for BSC. Overview of BSC MIB MIB description The BSC MIB provides the configuration and operational information on Cisco's Binary Synchronous Communications implementation. The following entities are managed: 1) BSC ports (serial interfaces) 2) BSC Control Units (stations on a port) The BSC ports are identified by the interface index, and additional information about this interface can be obtained from the Cisco Serial Interface MIB. The BSC Control Units are identified by the Control Unit address; this is the address used by BSTUN to route the BSC traffic - it is therefore equivalent to the bstunRouteStationAddress in the bstunRouteTable MIB.
Contact
Cisco Systems Customer Service Postal: 170 W. Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-bisync@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| IF-MIB | ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-BSC-MIB CISCO-SMI IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| bscObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.36.1 | |||
| bscPorts OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.36.1.1 | |||
| bscPortTable OBJECT-TYPE A list of port (serial interfaces) which have been configured to support a BSC BSTUN group. | 1.3.6.1.4.1.9.9.36.1.1.1 | not-accessible | current | |
| bscPortEntry OBJECT-TYPE Status and parameter values for a port. | 1.3.6.1.4.1.9.9.36.1.1.1.1 | not-accessible | current | |
| bscPortRole OBJECT-TYPE The router's DLC role to the attached node. If the bscPortRole is primary, this implies that the port is connected to a remote secondary device. If the role is generic, this indicates that the port will be running framed bisynchronous frames with an unknown protocol. If this object does not have the value 'contention' then bscPortVirtualAddress will not be instantiated. If this object does not have the value 'dialContention' then bscPortContentionDialTimeout will not be instantiated. | 1.3.6.1.4.1.9.9.36.1.1.1.1.1 | INTEGER {primary(1), secondary(2), contention(3), dialContention(4), generic(5)} | read-only | current |
| bscPortCodeSet OBJECT-TYPE The code set used for the line controls. | 1.3.6.1.4.1.9.9.36.1.1.1.1.2 | INTEGER {ebcdic(1), ascii(2)} | read-only | current |
| bscPortPause OBJECT-TYPE For primary, it is the minimum time to be taken for a cycle round the active poll table; if this time has not elapsed when the bottom of the poll table is reached, then polling will pause until this timer expires. A value of zero means there will be no pause between cycles round the poll table. For secondary, the pause time out is the delay taken before sending a response to a poll when it has no data frame to send. The units are tenths of a second. The default is 10 (1 second). | 1.3.6.1.4.1.9.9.36.1.1.1.1.3 | INTEGER (0..255) | read-only | current |
| bscPortServlim OBJECT-TYPE This parameter is valid for primary only. It is the number of times the active poll table will be cycled before a non-responding control unit will be polled. The default is 3. | 1.3.6.1.4.1.9.9.36.1.1.1.1.4 | INTEGER (1..50) | read-only | current |
| bscPortPollTimeout OBJECT-TYPE This parameter is valid for primary only. It is the time that the primary will wait for a response to a poll or select. The units are tenths of a second. The default is 10 (1 second). | 1.3.6.1.4.1.9.9.36.1.1.1.1.5 | INTEGER (1..100) | read-only | current |
| bscPortRecoveryRetries OBJECT-TYPE This is the number of times that a recovery sequence will be retried before the connection is considered to have failed. The default is 5. | 1.3.6.1.4.1.9.9.36.1.1.1.1.6 | INTEGER (1..100) | read-only | current |
| bscPortUnknownControlUnitsReceived OBJECT-TYPE Count of frames received from the serial interface with an unsupported control unit address. If this value is non-zero it indicates a problem in the configuration. | 1.3.6.1.4.1.9.9.36.1.1.1.1.7 | Counter32 | read-only | current |
| bscPortSoftErrors OBJECT-TYPE Count of soft errors; these are errors which have been recovered. This includes CRC errors received, frames which were retransmitted for any reason (NAK received or the wrong ACK received), etc. This count is a measure of the quality of the port/line, but should be considered in relation to the amount of traffic on the port (frames or bytes sent and received). This count includes all control unit soft errors on this port, plus errors which were not for a specific control unit. | 1.3.6.1.4.1.9.9.36.1.1.1.1.8 | Counter32 | read-only | current |
| bscPortHardErrors OBJECT-TYPE Count of hard errors; these are errors which have not been recovered after bscPortRecoveryRetries number of retries, and therefore the connection has been terminated. These errors could be caused by a hardware error in the line or in the remote device; or possibly the bscPortRecoveryRetries value is set too low for the quality of the line. This count includes all control unit hard errors on this port, plus errors which were not for a specific control unit. | 1.3.6.1.4.1.9.9.36.1.1.1.1.9 | Counter32 | read-only | current |
| bscPortProtocolViolations OBJECT-TYPE Count of protocol violations. This counter is incremented when an unexpected BSC Data Link Control character is received from the remote device; that is, the control character is invalid in the current state of the local BSC FSM. This indicates that there is an incompatibility between the two implementations of the BSC protocol. This count includes all control unit protocol violations on this port, plus errors which were not for a specific control unit. | 1.3.6.1.4.1.9.9.36.1.1.1.1.10 | Counter32 | read-only | current |
| bscPortHostTimeout OBJECT-TYPE This parameter is valid for interfaces configured secondary which additionally are running local-acknowledgement. If the configuration does not match the value will be shown as zero. It is the time the interface will wait for a poll from the host before putting the CU on the inactive list. The default is 60 seconds. | 1.3.6.1.4.1.9.9.36.1.1.1.1.11 | Integer32 (30..3000) | read-only | current |
| bscPortSpecPoll OBJECT-TYPE This parameter is valid for primary, local-acknowledgement interfaces only. It is set to TRUE when the interface is configured to treat specific polls as general polls. If the configuration cannot support this value, it will be set to FALSE. The default is FALSE. | 1.3.6.1.4.1.9.9.36.1.1.1.1.12 | TruthValue | read-only | current |
| bscPortVirtualAddress OBJECT-TYPE This parameter is valid for contention only. It is the address to be used for this interface when the remote peer router is being used as a concentrator. The default is 01. | 1.3.6.1.4.1.9.9.36.1.1.1.1.13 | Integer32 (1..254) | read-only | current |
| bscPortContentionDialTimeout OBJECT-TYPE This parameter is valid for dialContention only. It is the amount of time an interface can be quiescent before return the interface to the dial-in pool. The default is 5 seconds. | 1.3.6.1.4.1.9.9.36.1.1.1.1.14 | Integer32 (2..30) | read-only | current |
| bscControlUnits OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.36.1.2 | |||
| bscControlUnitTable OBJECT-TYPE A table containing information about specific Control Units. | 1.3.6.1.4.1.9.9.36.1.2.1 | not-accessible | current | |
| bscCUEntry OBJECT-TYPE The information regarding a single Control Unit. | 1.3.6.1.4.1.9.9.36.1.2.1.1 | not-accessible | current | |
| bscCUAddress OBJECT-TYPE This value is the poll address of the BSC Control Unit. This address must be unique within a BSTUN Group. | 1.3.6.1.4.1.9.9.36.1.2.1.1.1 | INTEGER (1..255) | not-accessible | current |
| bscCUState OBJECT-TYPE State of the BSC Control Unit; when active this indicates that the remote Control Unit is polling or responding to polls. | 1.3.6.1.4.1.9.9.36.1.2.1.1.2 | INTEGER {inactive(1), active(2)} | read-only | current |
| bscCUBytesSent OBJECT-TYPE Count of sent bytes (octets). Includes all control characters. | 1.3.6.1.4.1.9.9.36.1.2.1.1.3 | Counter32 | read-only | current |
| bscCUBytesReceived OBJECT-TYPE Count of received bytes (octets). Includes all control characters. | 1.3.6.1.4.1.9.9.36.1.2.1.1.4 | Counter32 | read-only | current |
| bscCUTotalFramesSent OBJECT-TYPE Count of sent frames (blocks). Includes all control frames. | 1.3.6.1.4.1.9.9.36.1.2.1.1.5 | Counter32 | read-only | current |
| bscCUTotalFramesReceived OBJECT-TYPE Count of received frames (blocks). Includes all control frames. | 1.3.6.1.4.1.9.9.36.1.2.1.1.6 | Counter32 | read-only | current |
| bscCUDataFramesSent OBJECT-TYPE Count of sent data frames (blocks). | 1.3.6.1.4.1.9.9.36.1.2.1.1.7 | Counter32 | read-only | current |
| bscCUDataFramesReceived OBJECT-TYPE Count of received data frames (blocks). | 1.3.6.1.4.1.9.9.36.1.2.1.1.8 | Counter32 | read-only | current |
| bscCUSoftErrors OBJECT-TYPE Count of soft errors; these are errors which have been recovered. This includes CRC errors received, frames which were retransmitted for any reason (NAK received or the wrong ACK received), etc. This count is a measure of the quality of the connection, but should be considered in relation to the amount of traffic on the connection (frames or bytes sent and received). | 1.3.6.1.4.1.9.9.36.1.2.1.1.9 | Counter32 | read-only | current |
| bscCUHardErrors OBJECT-TYPE Count of hard errors; these are errors which have not been recovered after bscPortRecoveryRetries number of retries, and therefore the connection has been terminated. These errors could be caused by a hardware error in the link or in the remote device; or possibly the bscPortRecoveryRetries value is set too low for the quality of the connection. | 1.3.6.1.4.1.9.9.36.1.2.1.1.10 | Counter32 | read-only | current |
| bscCUProtocolViolations OBJECT-TYPE Count of protocol violations. This counter is incremented when an unexpected BSC Data Link Control character is received from the remote device; that is, the control character is invalid in the current state of the local BSC FSM. This indicates that there is an incompatibility between the two implementations of the BSC protocol. | 1.3.6.1.4.1.9.9.36.1.2.1.1.11 | Counter32 | read-only | current |
| bscExtAddresses OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.36.1.3 | |||
| bscExtAddressTable OBJECT-TYPE List of all addresses configured by the bsc extended-address command. This applies only to interfaces with an ifType of 'bsc'. The address entries must be unique per interface. | 1.3.6.1.4.1.9.9.36.1.3.1 | not-accessible | current | |
| bscExtAddressEntry OBJECT-TYPE The information regarding a single extended addresses. | 1.3.6.1.4.1.9.9.36.1.3.1.1 | not-accessible | current | |
| bscExtPollAddress OBJECT-TYPE The poll address of the station configured by the bsc extended-address command. | 1.3.6.1.4.1.9.9.36.1.3.1.1.1 | Integer32 (1..255) | not-accessible | current |
| bscExtSelectAddress OBJECT-TYPE The select address of the station configured by the bsc extended-address command. | 1.3.6.1.4.1.9.9.36.1.3.1.1.2 | Integer32 (1..255) | read-only | current |
| bscMibConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.36.3 | |||
| bscMibCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.36.3.1 | |||
| bscMibGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.36.3.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| bscMibCompliance MODULE-COMPLIANCE The compliance statement for BSTUN. | 1.3.6.1.4.1.9.9.36.3.1.1 | obsolete |
| bscMibComplianceRev1 MODULE-COMPLIANCE The compliance statement for all Cisco Systems that implement BSC functions. | 1.3.6.1.4.1.9.9.36.3.1.2 | current |
| bscPortsGroup OBJECT-GROUP A collection of objects providing information about BSC enabled interfaces. | 1.3.6.1.4.1.9.9.36.3.2.1 | obsolete |
| bscControlUnitsGroup OBJECT-GROUP A collection of objects providing information about BSC Control Units . | 1.3.6.1.4.1.9.9.36.3.2.2 | current |
| bscPortsGroupRev1 OBJECT-GROUP A collection of objects providing information about BSC enabled interfaces. | 1.3.6.1.4.1.9.9.36.3.2.3 | current |
| bscExtAddressGroup OBJECT-GROUP A collection of objects providing information about BSC extended addresses. | 1.3.6.1.4.1.9.9.36.3.2.4 | current |