CISCO-DS0BUNDLE-MIB

File: CISCO-DS0BUNDLE-MIB.mib (5312 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE MODULE-COMPLIANCE
OBJECT-GROUP RowStatus TestAndIncr
ciscoExperiment InterfaceIndex

Defined Types

Dsx0BundleEntry  
SEQUENCE    
  dsx0BundleIndex INTEGER
  dsx0BundleIfIndex InterfaceIndex
  dsx0BundleRowStatus RowStatus

Defined Values

ds0Bundle 1.3.6.1.4.1.9.10.32
The MIB module to describe DS0 Bundle interfaces objects. Note: This contains a subset of the MIB objects defined in DS0BUNDLE-MIB of draft-ietf-trunkmib-ds0-mib-06.txt, section 6; it does not include the DS0 Bonding group.
MODULE-IDENTITY    

dsx0BundleNextIndex 1.3.6.1.4.1.9.10.32.2
This object is used to assist the manager in selecting a value for dsx0BundleIndex. Because this object is of syntax TestAndIncr (see the SNMPv2-TC document, RFC1903) it can also be used to avoid race conditions with multiple managers trying to create rows in the table. If the result of the SET for dsx0BundleNextIndex is not success, this means the value has been changed from index (i.e. another manager used the value), so a new value is required. The algorithm is: done = false while done == false index = GET (dsx0BundleNextIndex.0) SET (dsx0BundleNextIndex.0=index) if (set failed) done = false else SET(dsx0BundleRowStatus.index=createAndGo) if (set failed) done = false else done = true other error handling
Status: current Access: read-write
OBJECT-TYPE    
  TestAndIncr  

dsx0BundleTable 1.3.6.1.4.1.9.10.32.3
There is a row in this table for each ds0Bundle in the system. This table can be used to (indirectly) create rows in the ifTable with ifType = 'ds0Bundle(82)'.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Dsx0BundleEntry

dsx0BundleEntry 1.3.6.1.4.1.9.10.32.3.1
There is a row in this table for each ds0Bundle interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  Dsx0BundleEntry  

dsx0BundleIndex 1.3.6.1.4.1.9.10.32.3.1.1
A unique identifier for a ds0Bundle. This is not the same value as ifIndex. This table is not indexed by ifIndex because the manager has to choose the index in a createable row and the agent must be allowed to select ifIndex values.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 0..2147483647  

dsx0BundleIfIndex 1.3.6.1.4.1.9.10.32.3.1.2
The ifIndex value the agent selected for the (new) ds0Bundle interface.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

dsx0BundleRowStatus 1.3.6.1.4.1.9.10.32.3.1.3
This object is used to create and delete rows in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ds0BundleConformance 1.3.6.1.4.1.9.10.32.4
OBJECT IDENTIFIER    

ds0BundleGroups 1.3.6.1.4.1.9.10.32.4.1
OBJECT IDENTIFIER    

ds0BundleCompliances 1.3.6.1.4.1.9.10.32.4.2
OBJECT IDENTIFIER    

ds0BundleCompliance 1.3.6.1.4.1.9.10.32.4.2.1
The compliance statement for DS0Bundle interfaces.
Status: current Access: read-create
MODULE-COMPLIANCE    

ds0BundleConfigGroup 1.3.6.1.4.1.9.10.32.4.1.2
A collection of objects providing the ability to create a new ds0Bundle in the ifTable.
Status: current Access: read-create
OBJECT-GROUP