CISCO-DS0BUNDLE-EXT-MIB

File: CISCO-DS0BUNDLE-EXT-MIB.mib (10502 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE MODULE-COMPLIANCE
OBJECT-GROUP TEXTUAL-CONVENTION ciscoExperiment
InterfaceIndex ifIndex dsx0BundleEntry

Defined Types

Ds0ChannelList  
A list of ds0 timeslots on a DS1 line. The list is specified as an OCTET STRING in which each ds0 timeslot is represented by a single bit, where timeslots 1 through 8 are represented by the bits in the first octet, timeslots 9 through 16 by the bits in the second octet, etc. In each octet, the lowest numbered timeslot is represented by the most significant bit, and the highest numbered timeslot by the least significant bit. A timeslot is present in the list when its bit is set, and absent when its bit is reset. If the OCTET STRING value has fewer bits than required to represent one or more timeslots on a DS1, then those timeslots are absent from the list. If the OCTET STRING value has more bits than required to represent the timeslots on a DS1, then the extra bits are ignored.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..4)  

Cdsx0BundleExtEntry  
SEQUENCE    
  cdsx0BundleExtDs1Index InterfaceIndex
  cdsx0BundleExtChannelMap Ds0ChannelList
  cdsx0BundleExtEncapType INTEGER
  cdsx0BundleExtChannelRate INTEGER

Cdsx0BundleUseEntry  
SEQUENCE    
  cdsx0BundleUseDs0Used Ds0ChannelList

Defined Values

ciscoDs0BundleExtMIB 1.3.6.1.4.1.9.10.33
The MIB module for managing DS0 Bundles. This MIB contains additional objects to supplement the the IETF draft ds0Bundle MIB.
MODULE-IDENTITY    

ciscoDs0BundleExtMIBObjects 1.3.6.1.4.1.9.10.33.1
OBJECT IDENTIFIER    

cdsx0BundleConfig 1.3.6.1.4.1.9.10.33.1.1
OBJECT IDENTIFIER    

cdsx0BundleInfo 1.3.6.1.4.1.9.10.33.1.2
OBJECT IDENTIFIER    

cdsx0BundleExtTable 1.3.6.1.4.1.9.10.33.1.1.1
This table is used to supplement the dsx0BundleTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdsx0BundleExtEntry

cdsx0BundleExtEntry 1.3.6.1.4.1.9.10.33.1.1.1.1
Contains objects to configure a ds0Bundle. The values of objects cdsx0BundleExtDs1Index and cdsx0BundleExtChannelMap must be specified for the associated row to become active.
Status: current Access: not-accessible
OBJECT-TYPE    
  Cdsx0BundleExtEntry  

cdsx0BundleExtDs1Index 1.3.6.1.4.1.9.10.33.1.1.1.1.1
The ifIndex of the DS1 line containing the ds0 timeslots in this bundle. The ds0 bundle interface is layered on top of the DS1 line. This layering is represented in the ifStackTable. This object is not instantiated until the value is specified. The value may be set only when the ds0 bundle is created.
Status: current Access: read-write
OBJECT-TYPE    
  InterfaceIndex  

cdsx0BundleExtChannelMap 1.3.6.1.4.1.9.10.33.1.1.1.1.2
A list of ds0 timeslots that comprise this ds0 bundle. This object is not instantiated until the value is specified. The value may be set only when the ds0 bundle is created.
Status: current Access: read-write
OBJECT-TYPE    
  Ds0ChannelList  

cdsx0BundleExtEncapType 1.3.6.1.4.1.9.10.33.1.1.1.1.3
The type of encapsulation for this bundle. A ds0 bundle is a logical serial port. Setting this object defines the type of the serial port. If not specified, the value is none(1), indicating that the encapsulation type on this serial port is not defined. If the value is changed to atmFuni(2), the agent will create an entry in the ifTable with ifType equal to atmFuni(106). If the value is changed to frameRelay(3), the agent will create an entry in the ifTable with ifType equal to frameRelayService(44). The new atmFuni or frameRelayService interface is layered on top of the ds0 bundle interface. This layering will be represented in the ifStackTable. The value of this object can be changed only if the ifOperStatus of the associated atmFuni or frameRelayService interface is down. When the value is changed, the agent removes all existing connections on the interface, and also deletes the ifEntry that was created because of the previous value.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), atmFuni(2), frameRelay(3)  

cdsx0BundleExtChannelRate 1.3.6.1.4.1.9.10.33.1.1.1.1.4
The data rate of each ds0 in this bundle. rate56 - 56kb/s rate64 - 64kb/s For ds0's on a T1 line, the value should be rate56(1) if 'robbed bit' signaling is used, and rate64(2) if clear channel signaling is used. For ds0's on a E1 line, the value should always be rate64(2). The value can be set only when the entry is created.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER rate56(1), rate64(2)  

cdsx0BundleUseTable 1.3.6.1.4.1.9.10.33.1.2.1
Shows the ds0 timeslots that are currently in use (i.e., part of a ds0 bundle) on channelized DS1 lines. There is an entry in this table for each channelized DS1 line which has an ifEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Cdsx0BundleUseEntry

cdsx0BundleUseEntry 1.3.6.1.4.1.9.10.33.1.2.1.1
Contains the ds0 timeslots that are currently part of various ds0 bundles on the DS1 line identified by the ifIndex. This information can be useful for an NMS when creating new ds0 bundles on this DS1.
Status: current Access: not-accessible
OBJECT-TYPE    
  Cdsx0BundleUseEntry  

cdsx0BundleUseDs0Used 1.3.6.1.4.1.9.10.33.1.2.1.1.1
A list of ds0 timeslots on this DS1 line that are currently in use, i.e., are part of some ds0 bundle.
Status: current Access: read-only
OBJECT-TYPE    
  Ds0ChannelList  

ciscoDs0BundleExtMIBConformance 1.3.6.1.4.1.9.10.33.3
OBJECT IDENTIFIER    

ciscoDs0BundleExtMIBCompliances 1.3.6.1.4.1.9.10.33.3.1
OBJECT IDENTIFIER    

ciscoDs0BundleExtMIBGroups 1.3.6.1.4.1.9.10.33.3.2
OBJECT IDENTIFIER    

ciscoDs0BundleExtMIBCompliance 1.3.6.1.4.1.9.10.33.3.1.1
The compliance statement for DS0Bundle interfaces.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoDs0BundleExtConfigGroup 1.3.6.1.4.1.9.10.33.3.2.1
A collection of objects providing the ability to configure a ds0 bundle.
Status: current Access: read-only
OBJECT-GROUP    

ciscoDs0BundleExtInfoGroup 1.3.6.1.4.1.9.10.33.3.2.2
A collection of objects providing information about which ds0 timeslots are in ds0 bundles.
Status: current Access: read-only
OBJECT-GROUP