CISCO-BSTUN-MIB

File: CISCO-BSTUN-MIB.mib (31548 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF IF-MIB
SNMPv2-TC CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Integer32 IpAddress
MODULE-COMPLIANCE OBJECT-GROUP NOTIFICATION-GROUP
ifIndex InterfaceIndex TruthValue
ciscoMgmt

Defined Types

BstunGroupEntry  
SEQUENCE    
  bstunGroupIndex INTEGER
  bstunProtocolType INTEGER
  bstunLocalAck TruthValue
  bstunGroupUnroutableTransmit Counter32
  bstunGroupUnroutableReceive Counter32

BstunPortEntry  
SEQUENCE    
  bstunPortGroupNumber INTEGER
  bstunPortDefaultPeerType INTEGER
  bstunPortDefaultPeerIP IpAddress
  bstunPortDefaultPeerSerial InterfaceIndex

BstunRouteEntry  
SEQUENCE    
  bstunRouteGroupIndex INTEGER
  bstunRouteStationAddress INTEGER
  bstunRouteType INTEGER
  bstunRouteIP IpAddress
  bstunRouteSerial InterfaceIndex
  bstunRoutePriority INTEGER
  bstunRoutePeerState INTEGER
  bstunRouteRxPackets Counter32
  bstunRouteTxPackets Counter32
  bstunRouteRxBytes Counter32
  bstunRouteTxBytes Counter32
  bstunRouteDLCI Integer32
  bstunRouteRSAP Integer32
  bstunLLC2Priority Integer32
  bstunRouteBIPPassive TruthValue
  bstunRouteBIPLocalPort Integer32
  bstunRouteBIPForeignPort Integer32
  bstunRouteBIPDeviceStatus BITS
  bstunRouteAPIPHeaderVersion INTEGER

Defined Values

ciscoBstunMIB 1.3.6.1.4.1.9.9.35
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.
MODULE-IDENTITY    

bstunObjects 1.3.6.1.4.1.9.9.35.1
OBJECT IDENTIFIER    

bstunGlobal 1.3.6.1.4.1.9.9.35.1.1
OBJECT IDENTIFIER    

bstunGroups 1.3.6.1.4.1.9.9.35.1.2
OBJECT IDENTIFIER    

bstunPorts 1.3.6.1.4.1.9.9.35.1.3
OBJECT IDENTIFIER    

bstunRoutes 1.3.6.1.4.1.9.9.35.1.4
OBJECT IDENTIFIER    

bstunIPAddr 1.3.6.1.4.1.9.9.35.1.1.1
The configured IP address used by the BSTUN component in this router.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

bstunLisnSap 1.3.6.1.4.1.9.9.35.1.1.2
The configured Listening SAP address used by the BSTUN component when routed via frame-relay local-ack in this router.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

bstunPeerKeepaliveInterval 1.3.6.1.4.1.9.9.35.1.1.3
The time interval between keepalives in this router.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..300  

bstunPeerKeepaliveLimit 1.3.6.1.4.1.9.9.35.1.1.4
The number of keepalives which can be missed in a continuous interval before session declared down in this router.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 2..10  

bstunGroupTable 1.3.6.1.4.1.9.9.35.1.2.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BstunGroupEntry

bstunGroupEntry 1.3.6.1.4.1.9.9.35.1.2.1.1
Status and parameter values for a group.
Status: current Access: not-accessible
OBJECT-TYPE    
  BstunGroupEntry  

bstunGroupIndex 1.3.6.1.4.1.9.9.35.1.2.1.1.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..255  

bstunProtocolType 1.3.6.1.4.1.9.9.35.1.2.1.1.2
The protocol type for this BSTUN group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER bsc(1), adtVariPoll(2), adtPollSelect(3), adplex(4), diebold(5), asyncGeneric(6), mdi(7), mosec(8), gddb(9), apos(10)  

bstunLocalAck 1.3.6.1.4.1.9.9.35.1.2.1.1.3
Indicates if the BSTUN connection is locally acknowledged. TRUE-> BSTUN connection is locally acknowledged FALSE-> BSTUN connection is not locally acknowledged
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

bstunGroupUnroutableTransmit 1.3.6.1.4.1.9.9.35.1.2.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bstunGroupUnroutableReceive 1.3.6.1.4.1.9.9.35.1.2.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bstunPortTable 1.3.6.1.4.1.9.9.35.1.3.1
A list of BSTUN-enabled interfaces (ports).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BstunPortEntry

bstunPortEntry 1.3.6.1.4.1.9.9.35.1.3.1.1
Status and parameter values for a BSTUN port.
Status: current Access: not-accessible
OBJECT-TYPE    
  BstunPortEntry  

bstunPortGroupNumber 1.3.6.1.4.1.9.9.35.1.3.1.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..255  

bstunPortDefaultPeerType 1.3.6.1.4.1.9.9.35.1.3.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), ip(2), serial(3), serialDirect(4), serialFrameRelay(5), serialLLC2(6)  

bstunPortDefaultPeerIP 1.3.6.1.4.1.9.9.35.1.3.1.1.3
The ip address of the remote default BSTUN partner, for unrecognized addresses. 0.0.0.0 if partner address type is not ip.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

bstunPortDefaultPeerSerial 1.3.6.1.4.1.9.9.35.1.3.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

bstunRouteTable 1.3.6.1.4.1.9.9.35.1.4.1
A table containing information about specific poll addresses. There is one table entry for each address configured by the BSTUN ROUTE command.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BstunRouteEntry

bstunRouteEntry 1.3.6.1.4.1.9.9.35.1.4.1.1
The information regarding a single poll address.
Status: current Access: not-accessible
OBJECT-TYPE    
  BstunRouteEntry  

bstunRouteGroupIndex 1.3.6.1.4.1.9.9.35.1.4.1.1.1
The index of the BSTUN Group owning this station.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..255  

bstunRouteStationAddress 1.3.6.1.4.1.9.9.35.1.4.1.1.2
The poll address of the station. 256 indicates the ALL parameter on the STUN ROUTE command, which is the route for all unrecognized addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..256  

bstunRouteType 1.3.6.1.4.1.9.9.35.1.4.1.1.3
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(1), ip(2), serial(3), serialDirect(4), serialFrameRelay(5), serialLLC2(6), bip(7), apip(8)  

bstunRouteIP 1.3.6.1.4.1.9.9.35.1.4.1.1.4
The ip address of the remote BSTUN partner. 0.0.0.0 if partner address type is not ip.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

bstunRouteSerial 1.3.6.1.4.1.9.9.35.1.4.1.1.5
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.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

bstunRoutePriority 1.3.6.1.4.1.9.9.35.1.4.1.1.6
The priority with which this station's traffic will be routed across the network.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER low(1), normal(2), medium(3), high(4)  

bstunRoutePeerState 1.3.6.1.4.1.9.9.35.1.4.1.1.7
The state of the peer connection through the BSTUN tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER dead(1), closed(2), opening(3), openWait(4), connected(5), direct(6)  

bstunRouteRxPackets 1.3.6.1.4.1.9.9.35.1.4.1.1.8
Count of frames received from the serial interface with this station's address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bstunRouteTxPackets 1.3.6.1.4.1.9.9.35.1.4.1.1.9
Count of frames transmitted at the serial interface with this station's address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bstunRouteRxBytes 1.3.6.1.4.1.9.9.35.1.4.1.1.10
Count of bytes received from the serial interface with this station's address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bstunRouteTxBytes 1.3.6.1.4.1.9.9.35.1.4.1.1.11
Count of bytes transmitted at the serial interface with this station's address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

bstunRouteDLCI 1.3.6.1.4.1.9.9.35.1.4.1.1.12
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 16..1007  

bstunRouteRSAP 1.3.6.1.4.1.9.9.35.1.4.1.1.13
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

bstunLLC2Priority 1.3.6.1.4.1.9.9.35.1.4.1.1.14
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..10  

bstunRouteBIPPassive 1.3.6.1.4.1.9.9.35.1.4.1.1.15
Specifies whether the bip peer will wait for an inbound connection or actively connect to the remote peer.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

bstunRouteBIPLocalPort 1.3.6.1.4.1.9.9.35.1.4.1.1.16
If bstunRouteType is bip then this is the local port used when connecting to the remote peer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1025..32000  

bstunRouteBIPForeignPort 1.3.6.1.4.1.9.9.35.1.4.1.1.17
If bstunRouteType is bip then this is the for port used to connect to the remote peer.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1025..32000  

bstunRouteBIPDeviceStatus 1.3.6.1.4.1.9.9.35.1.4.1.1.18
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.
Status: current Access: read-only
OBJECT-TYPE    
  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)  

bstunRouteAPIPHeaderVersion 1.3.6.1.4.1.9.9.35.1.4.1.1.19
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER v0(1), v1(2), v2(3)  

bstunNotificationPrefix 1.3.6.1.4.1.9.9.35.2
OBJECT IDENTIFIER    

bstunNotifications 1.3.6.1.4.1.9.9.35.2.0
OBJECT IDENTIFIER    

bstunPeerStateChangeNotification 1.3.6.1.4.1.9.9.35.2.0.1
This notification indicates that the state of a BSTUN route has transitioned to active (connected) or inactive (dead or closed).
Status: deprecated Access: read-only
NOTIFICATION-TYPE    

bstunPeerStateChangeNotification2 1.3.6.1.4.1.9.9.35.2.0.2
This notification indicates that the state of a BSTUN route has transitioned to active (connected) or inactive (dead or closed).
Status: current Access: read-only
NOTIFICATION-TYPE    

bstunCUStatusChangeNotification 1.3.6.1.4.1.9.9.35.2.0.3
This notification is generated when a mapped BIP bisync device state has changed.
Status: current Access: read-only
NOTIFICATION-TYPE    

bstunMibConformance 1.3.6.1.4.1.9.9.35.3
OBJECT IDENTIFIER    

bstunMibCompliances 1.3.6.1.4.1.9.9.35.3.1
OBJECT IDENTIFIER    

bstunMibGroups 1.3.6.1.4.1.9.9.35.3.2
OBJECT IDENTIFIER    

bstunMibCompliance 1.3.6.1.4.1.9.9.35.3.1.1
The compliance statement for BSTUN.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

bstunMibComplianceRev1 1.3.6.1.4.1.9.9.35.3.1.2
The compliance statement for all Cisco systems that implement BSTUN functions.
Status: obsolete Access: read-only
MODULE-COMPLIANCE    

bstunMibComplianceRev2 1.3.6.1.4.1.9.9.35.3.1.3
The compliance statement for all Cisco systems that implement BSTUN functions.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

bstunMibComplianceRev3 1.3.6.1.4.1.9.9.35.3.1.4
The compliance statement for all Cisco systems that implement BSTUN functions.
Status: current Access: read-only
MODULE-COMPLIANCE    

bstunGlobalGroup 1.3.6.1.4.1.9.9.35.3.2.1
A collection of objects providing global BSTUN information.
Status: obsolete Access: read-only
OBJECT-GROUP    

bstunGroupGroup 1.3.6.1.4.1.9.9.35.3.2.2
A collection of objects providing information about BSTUN groups .
Status: current Access: read-only
OBJECT-GROUP    

bstunPortGroup 1.3.6.1.4.1.9.9.35.3.2.3
A collection of objects providing information about BSTUN enabled interfaces.
Status: current Access: read-only
OBJECT-GROUP    

bstunRouteGroup 1.3.6.1.4.1.9.9.35.3.2.4
A collection of objects providing information about BSTUN defined routes.
Status: obsolete Access: read-only
OBJECT-GROUP    

bstunGlobalGroupRev1 1.3.6.1.4.1.9.9.35.3.2.5
A collection of objects providing global BSTUN information.
Status: current Access: read-only
OBJECT-GROUP    

bstunRouteGroupRev1 1.3.6.1.4.1.9.9.35.3.2.6
A collection of objects providing information about BSTUN defined routes.
Status: current Access: read-only
OBJECT-GROUP    

bstunRouteGroupRev2 1.3.6.1.4.1.9.9.35.3.2.7
A collection of objects providing information about BSTUN defined routes.
Status: deprecated Access: read-only
OBJECT-GROUP    

bstunNotificationGroup 1.3.6.1.4.1.9.9.35.3.2.8
A collection of notifications.
Status: deprecated Access: read-only
NOTIFICATION-GROUP    

bstunNotificationGroupRev1 1.3.6.1.4.1.9.9.35.3.2.9
A collection of notifications.
Status: current Access: read-only
NOTIFICATION-GROUP    

bstunRouteBipGroup 1.3.6.1.4.1.9.9.35.3.2.10
A objects providing information about BSTUN defined routes for BIP protocol.
Status: current Access: read-only
OBJECT-GROUP    

bstunRoutePortsGroup 1.3.6.1.4.1.9.9.35.3.2.11
A objects providing port number informaton information about BSTUN defined routes for BIP and APIP protocols.
Status: current Access: read-only
OBJECT-GROUP    

bstunRouteApipGroup 1.3.6.1.4.1.9.9.35.3.2.12
A objects providing information about BSTUN defined routes for APIP protocol.
Status: current Access: read-only
OBJECT-GROUP