ActiveXperts Network Monitor 2019##AdminFavorites

CISCO-DS0BUNDLE-MIB.mib object view, vendor Cisco

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2019 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2019 can import MIB file CISCO-DS0BUNDLE-MIB and use it to monitor vendor specific OID's.

CISCO-DS0BUNDLE-MIB file content

Object view of CISCO-DS0BUNDLE-MIB:

Scalar Object
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
dsx0BundleEntry .1.3.6.1.4.1.9.10.32.3.1
There is a row in this table for each ds0Bundle interface.
Tabular Object
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.
dsx0BundleIfIndex .1.3.6.1.4.1.9.10.32.3.1.2
The ifIndex value the agent selected for the (new) ds0Bundle interface.
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.
Table
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)'.
Object Identifier
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.
ds0BundleConformance .1.3.6.1.4.1.9.10.32.4
ds0BundleGroups .1.3.6.1.4.1.9.10.32.4.1
ds0BundleCompliances .1.3.6.1.4.1.9.10.32.4.2
Group
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.