CISCO-BSTUN-MIB
- Registered at
- 1.3.6.1.4.1.9.9.35
- Last updated
- 2003-02-10 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2003-02-10 00:00, 2001-06-19 00:00, 1997-01-22 00:00, 1995-08-21 00:00
- Namespace
- cisco
- Source file
CISCO-BSTUN-MIB- Digest
sha256:484c2ff62a0bf77c550e337d91dd44aa783b45f007576d7ea793b2503f31561e
Description
The MIB module for Block Serial Tunneling. Overview of BSTUN MIB MIB description The BSTUN MIB provides the configuration and operational information on Cisco's blocked serial tunnelling implementation. The following entities are managed: 1) Global BSTUN information 2) BSTUN groups 3) BSTUN ports 4) BSTUN routes The following example configuration shows how the BSTUN MIB returns BSTUN information, from either CISCO A or CISCO B. HOST == BSC == Cisco A == IP Network == Cisco B == BSC == BSC line line device 1) The BSTUN global entry identifies the IP address by which the router is known to other BSTUN peers, a configurable SAP value on which to listen to LLC2 peers, and keepalive values to maintain a session between TCP/IP peers. 2) The BSTUN group table identifies the BSTUN group number and protocol type that Cisco A and Cisco B use to route BSC traffic over the IP network. The table contains an entry for each BSTUN group defined on the router. (The group number must be the same in Cisco A and Cisco B, for traffic to flow from one router to the other.) 3) The BSTUN port table identifies the serial interface to the BSC line for which the router is doing serial tunnelling. The MIB also identifies the BSTUN group this interface is defined for, and identifies the default routing for unrecognized BSC addresses. There is a port entry for each BSTUN-enabled interface on the router. 4) The BSTUN route table has an entry for each address defined for routing within the BSTUN group, and an entry for the default routing if the 'bstun route all' command is configured. The route entry includes identification of the BSTUN peer, priority, state, and packet and byte counters.
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 | InterfaceIndex, ifIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, IpAddress, 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-BSTUN-MIB CISCO-SMI IANAifType-MIB IF-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| bstunObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.35.1 | |||
| bstunGlobal OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.35.1.1 | |||
| bstunIPAddr OBJECT-TYPE The configured IP address used by the BSTUN component in this router. | 1.3.6.1.4.1.9.9.35.1.1.1 | IpAddress | read-only | current |
| bstunLisnSap OBJECT-TYPE The configured Listening SAP address used by the BSTUN component when routed via frame-relay local-ack in this router. | 1.3.6.1.4.1.9.9.35.1.1.2 | Integer32 (1..255) | read-only | current |
| bstunPeerKeepaliveInterval OBJECT-TYPE The time interval between keepalives in this router. | 1.3.6.1.4.1.9.9.35.1.1.3 | Integer32 (1..300) | read-only | current |
| bstunPeerKeepaliveLimit OBJECT-TYPE The number of keepalives which can be missed in a continuous interval before session declared down in this router. | 1.3.6.1.4.1.9.9.35.1.1.4 | Integer32 (2..10) | read-only | current |
| bstunGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.35.1.2 | |||
| bstunGroupTable OBJECT-TYPE A table of entries representing BSTUN groups configured on the router. Each BSTUN-enabled interface is assigned to a BSTUN group, and packets can only travel between BSTUN-enabled interfaces in the same group. | 1.3.6.1.4.1.9.9.35.1.2.1 | not-accessible | current | |
| bstunGroupEntry OBJECT-TYPE Status and parameter values for a group. | 1.3.6.1.4.1.9.9.35.1.2.1.1 | not-accessible | current | |
| bstunGroupIndex OBJECT-TYPE The configured BSTUN group number. The significance of this number is that it must match the BSTUN group number configured in the router at the other end of the BSTUN tunnel. | 1.3.6.1.4.1.9.9.35.1.2.1.1.1 | INTEGER (1..255) | not-accessible | current |
| bstunProtocolType OBJECT-TYPE The protocol type for this BSTUN group. | 1.3.6.1.4.1.9.9.35.1.2.1.1.2 | INTEGER {bsc(1), adtVariPoll(2), adtPollSelect(3), adplex(4), diebold(5), asyncGeneric(6), mdi(7), mosec(8), gddb(9), apos(10)} | read-only | current |
| bstunLocalAck OBJECT-TYPE Indicates if the BSTUN connection is locally acknowledged. TRUE-> BSTUN connection is locally acknowledged FALSE-> BSTUN connection is not locally acknowledged | 1.3.6.1.4.1.9.9.35.1.2.1.1.3 | TruthValue | read-only | current |
| bstunGroupUnroutableTransmit OBJECT-TYPE The number of unroutable frames received by this group from the remote partner. They were unroutable because the address was not recognized; that is there is no bstun route command configured for this address. This indicates that the configuration in this router is incompatible with the peer router. | 1.3.6.1.4.1.9.9.35.1.2.1.1.4 | Counter32 | read-only | current |
| bstunGroupUnroutableReceive OBJECT-TYPE Count of frames received from a serial interface with an unsupported poll address. Note that there may be several ports configured within this bstun group; a non-zero value in this field indicates that a least one of these ports is receiving frames for which there are no bstun route commands configured. This indicates that the configuration in this router is incompatible with the configuration in at least one of the attached devices. | 1.3.6.1.4.1.9.9.35.1.2.1.1.5 | Counter32 | read-only | current |
| bstunPorts OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.35.1.3 | |||
| bstunPortTable OBJECT-TYPE A list of BSTUN-enabled interfaces (ports). | 1.3.6.1.4.1.9.9.35.1.3.1 | not-accessible | current | |
| bstunPortEntry OBJECT-TYPE Status and parameter values for a BSTUN port. | 1.3.6.1.4.1.9.9.35.1.3.1.1 | not-accessible | current | |
| bstunPortGroupNumber OBJECT-TYPE The group number to which the bstun port belongs. Frames will only be routed to other ports (on this or another router) in the same bstun group. This group should match a bstunGroupIndex in the bstunGroupTable. | 1.3.6.1.4.1.9.9.35.1.3.1.1.1 | INTEGER (1..255) | read-only | current |
| bstunPortDefaultPeerType OBJECT-TYPE The type of identification of the remote default partner. (This is as configured with the 'route all' command.) If ip then the value is in bstunPortDefaultPeerIP; if serial or serialDirect then the value is in bstunPortDefaultPeerSerial. | 1.3.6.1.4.1.9.9.35.1.3.1.1.2 | INTEGER {none(1), ip(2), serial(3), serialDirect(4), serialFrameRelay(5), serialLLC2(6)} | read-only | current |
| bstunPortDefaultPeerIP OBJECT-TYPE The ip address of the remote default BSTUN partner, for unrecognized addresses. 0.0.0.0 if partner address type is not ip. | 1.3.6.1.4.1.9.9.35.1.3.1.1.3 | IpAddress | read-only | current |
| bstunPortDefaultPeerSerial OBJECT-TYPE If bstunRouteType is serial then this is the serial interface index of the point-to-point link to the remote partner; if bstunRouteType is serialDirect then the partner is in the local BSTUN. if bstunRouteType is ip then this field is 0. | 1.3.6.1.4.1.9.9.35.1.3.1.1.4 | InterfaceIndex | read-only | current |
| bstunRoutes OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.35.1.4 | |||
| bstunRouteTable OBJECT-TYPE A table containing information about specific poll addresses. There is one table entry for each address configured by the BSTUN ROUTE command. | 1.3.6.1.4.1.9.9.35.1.4.1 | not-accessible | current | |
| bstunRouteEntry OBJECT-TYPE The information regarding a single poll address. | 1.3.6.1.4.1.9.9.35.1.4.1.1 | not-accessible | current | |
| bstunRouteGroupIndex OBJECT-TYPE The index of the BSTUN Group owning this station. | 1.3.6.1.4.1.9.9.35.1.4.1.1.1 | INTEGER (1..255) | not-accessible | current |
| bstunRouteStationAddress OBJECT-TYPE The poll address of the station. 256 indicates the ALL parameter on the STUN ROUTE command, which is the route for all unrecognized addresses. | 1.3.6.1.4.1.9.9.35.1.4.1.1.2 | INTEGER (1..256) | not-accessible | current |
| bstunRouteType OBJECT-TYPE The type of identification of the remote partner. If ip then the value is in bstunRouteIP; if serial or serialDirect then the value is in bstunRouteSerial; if bip or apip then the value is in bstunRouteIP, bstunRouteBIPLocalPort and bstunRouteBIPForeignPort. | 1.3.6.1.4.1.9.9.35.1.4.1.1.3 | INTEGER {none(1), ip(2), serial(3), serialDirect(4), serialFrameRelay(5), serialLLC2(6), bip(7), apip(8)} | read-only | current |
| bstunRouteIP OBJECT-TYPE The ip address of the remote BSTUN partner. 0.0.0.0 if partner address type is not ip. | 1.3.6.1.4.1.9.9.35.1.4.1.1.4 | IpAddress | read-only | current |
| bstunRouteSerial OBJECT-TYPE If bstunRouteType is serial then this is the serial interface index of the point-to-point link to the remote partner; if bstunRouteType is serialDirect then the partner is in the local BSTUN. if bstunRouteType is ip then this field is 0. | 1.3.6.1.4.1.9.9.35.1.4.1.1.5 | InterfaceIndex | read-only | current |
| bstunRoutePriority OBJECT-TYPE The priority with which this station's traffic will be routed across the network. | 1.3.6.1.4.1.9.9.35.1.4.1.1.6 | INTEGER {low(1), normal(2), medium(3), high(4)} | read-only | current |
| bstunRoutePeerState OBJECT-TYPE The state of the peer connection through the BSTUN tunnel. | 1.3.6.1.4.1.9.9.35.1.4.1.1.7 | INTEGER {dead(1), closed(2), opening(3), openWait(4), connected(5), direct(6)} | read-only | current |
| bstunRouteRxPackets OBJECT-TYPE Count of frames received from the serial interface with this station's address. | 1.3.6.1.4.1.9.9.35.1.4.1.1.8 | Counter32 | read-only | current |
| bstunRouteTxPackets OBJECT-TYPE Count of frames transmitted at the serial interface with this station's address. | 1.3.6.1.4.1.9.9.35.1.4.1.1.9 | Counter32 | read-only | current |
| bstunRouteRxBytes OBJECT-TYPE Count of bytes received from the serial interface with this station's address. | 1.3.6.1.4.1.9.9.35.1.4.1.1.10 | Counter32 | read-only | current |
| bstunRouteTxBytes OBJECT-TYPE Count of bytes transmitted at the serial interface with this station's address. | 1.3.6.1.4.1.9.9.35.1.4.1.1.11 | Counter32 | read-only | current |
| bstunRouteDLCI OBJECT-TYPE If bstunRouteType is serialFrameRelay or serialLLC2 then this is the frame relay dlci circuit used for the point-to-point link to the remote partner; if bstunRouteType is ip or serial then this field is 0. | 1.3.6.1.4.1.9.9.35.1.4.1.1.12 | Integer32 (16..1007) | read-only | current |
| bstunRouteRSAP OBJECT-TYPE If bstunRouteType is serialLLC2 then this is the llc2 sap value used for the point-to-point link to the remote partner; if bstunRouteType is ip or serial or serialFrameRelay then this field is 0. | 1.3.6.1.4.1.9.9.35.1.4.1.1.13 | Integer32 (1..255) | read-only | current |
| bstunLLC2Priority OBJECT-TYPE If bstunRouteType is serialLLC2 then this is the llc2 priority used for the point-to-point link to the remote partner; if bstunRouteType is ip or serial or serialFrameRelay then this field is 0. | 1.3.6.1.4.1.9.9.35.1.4.1.1.14 | Integer32 (1..10) | read-only | current |
| bstunRouteBIPPassive OBJECT-TYPE Specifies whether the bip peer will wait for an inbound connection or actively connect to the remote peer. | 1.3.6.1.4.1.9.9.35.1.4.1.1.15 | TruthValue | read-only | current |
| bstunRouteBIPLocalPort OBJECT-TYPE If bstunRouteType is bip then this is the local port used when connecting to the remote peer. | 1.3.6.1.4.1.9.9.35.1.4.1.1.16 | Integer32 (1025..32000) | read-only | current |
| bstunRouteBIPForeignPort OBJECT-TYPE If bstunRouteType is bip then this is the for port used to connect to the remote peer. | 1.3.6.1.4.1.9.9.35.1.4.1.1.17 | Integer32 (1025..32000) | read-only | current |
| bstunRouteBIPDeviceStatus OBJECT-TYPE If bstunRouteType is bip then this indicates the OR bit mask status of the mapped bisync device: if no bits are set, indicates that the bisync device is up and operational. Bit 0, if set, indicates that the bisync device is reporting an operation check error. Bit 2, if set, indicates that the bisync device is reporting a data check error. Bit 3, if set, indicates that the bisync device is reporting an equipment check error. Bit 4, if set, indicates that the bisync device is reporting that intervention is required. Bit 5, if set, indicates that the bisync device is reporting that a command has been rejected. Bit 6, if set, indicates that the bisync device is not responding to polls. Bit 7, if set, indicates that the bisync device is now responding to polls and is operational. Bit 9, if set, indicates that the bisync device is reporting that is no longer busy. Bit 10, if set, indicates that the bisync device is reporting a device unit specify. Bit 11, if set, indicates that the bisync device is reporting a busy condition. | 1.3.6.1.4.1.9.9.35.1.4.1.1.18 | Bits {operationcheck(0), reservedBit1(1), datacheck(2), equipmentcheck(3), interventionrequired(4), commandreject(5), deviceinactive(6), deviceactive(7), reservedBit8(8), deviceend(9), unitspecify(10), devicebusy(11)} | read-only | current |
| bstunRouteAPIPHeaderVersion OBJECT-TYPE Specifies the tunneling header format to use for APIP: v0, if set, indicates a 2 byte encapsulation header. The length of the header is included in the size of the sent packet. v1, if set, indicates a 2 byte encapsulation header. The length of the header is excluded from the size of the sent packet. v2, if set, indicates a 4 byte encapsulation header. The length of the header is excluded from the size of the sent packet. | 1.3.6.1.4.1.9.9.35.1.4.1.1.19 | INTEGER {v0(1), v1(2), v2(3)} | read-only | current |
| bstunNotificationPrefix OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.35.2 | |||
| bstunNotifications OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.35.2.0 | |||
| bstunMibConformance OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.35.3 | |||
| bstunMibCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.35.3.1 | |||
| bstunMibGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.35.3.2 |
Notifications
| Name | OID | Status |
|---|---|---|
| bstunPeerStateChangeNotification NOTIFICATION-TYPE This notification indicates that the state of a BSTUN route has transitioned to active (connected) or inactive (dead or closed). | 1.3.6.1.4.1.9.9.35.2.0.1 | deprecated |
| bstunPeerStateChangeNotification2 NOTIFICATION-TYPE This notification indicates that the state of a BSTUN route has transitioned to active (connected) or inactive (dead or closed). | 1.3.6.1.4.1.9.9.35.2.0.2 | current |
| bstunCUStatusChangeNotification NOTIFICATION-TYPE This notification is generated when a mapped BIP bisync device state has changed. | 1.3.6.1.4.1.9.9.35.2.0.3 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| bstunMibCompliance MODULE-COMPLIANCE The compliance statement for BSTUN. | 1.3.6.1.4.1.9.9.35.3.1.1 | obsolete |
| bstunMibComplianceRev1 MODULE-COMPLIANCE The compliance statement for all Cisco systems that implement BSTUN functions. | 1.3.6.1.4.1.9.9.35.3.1.2 | obsolete |
| bstunMibComplianceRev2 MODULE-COMPLIANCE The compliance statement for all Cisco systems that implement BSTUN functions. | 1.3.6.1.4.1.9.9.35.3.1.3 | deprecated |
| bstunMibComplianceRev3 MODULE-COMPLIANCE The compliance statement for all Cisco systems that implement BSTUN functions. | 1.3.6.1.4.1.9.9.35.3.1.4 | current |
| bstunGlobalGroup OBJECT-GROUP A collection of objects providing global BSTUN information. | 1.3.6.1.4.1.9.9.35.3.2.1 | obsolete |
| bstunGroupGroup OBJECT-GROUP A collection of objects providing information about BSTUN groups . | 1.3.6.1.4.1.9.9.35.3.2.2 | current |
| bstunPortGroup OBJECT-GROUP A collection of objects providing information about BSTUN enabled interfaces. | 1.3.6.1.4.1.9.9.35.3.2.3 | current |
| bstunRouteGroup OBJECT-GROUP A collection of objects providing information about BSTUN defined routes. | 1.3.6.1.4.1.9.9.35.3.2.4 | obsolete |
| bstunGlobalGroupRev1 OBJECT-GROUP A collection of objects providing global BSTUN information. | 1.3.6.1.4.1.9.9.35.3.2.5 | current |
| bstunRouteGroupRev1 OBJECT-GROUP A collection of objects providing information about BSTUN defined routes. | 1.3.6.1.4.1.9.9.35.3.2.6 | current |
| bstunRouteGroupRev2 OBJECT-GROUP A collection of objects providing information about BSTUN defined routes. | 1.3.6.1.4.1.9.9.35.3.2.7 | deprecated |
| bstunNotificationGroup NOTIFICATION-GROUP A collection of notifications. | 1.3.6.1.4.1.9.9.35.3.2.8 | deprecated |
| bstunNotificationGroupRev1 NOTIFICATION-GROUP A collection of notifications. | 1.3.6.1.4.1.9.9.35.3.2.9 | current |
| bstunRouteBipGroup OBJECT-GROUP A objects providing information about BSTUN defined routes for BIP protocol. | 1.3.6.1.4.1.9.9.35.3.2.10 | current |
| bstunRoutePortsGroup OBJECT-GROUP A objects providing port number informaton information about BSTUN defined routes for BIP and APIP protocols. | 1.3.6.1.4.1.9.9.35.3.2.11 | current |
| bstunRouteApipGroup OBJECT-GROUP A objects providing information about BSTUN defined routes for APIP protocol. | 1.3.6.1.4.1.9.9.35.3.2.12 | current |