DS0BUNDLE-MIB.mib object view, vendor RFC
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 2024 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 2024 can import MIB file DS0BUNDLE-MIB and use it to monitor vendor specific OID's.
DS0BUNDLE-MIB file content
Object view of DS0BUNDLE-MIB:
Scalar Object |
dsx0BundleNextIndex |
.1.3.6.1.2.1.10.82.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, RFC 1903) 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.2.1.10.82.3.1 |
There is a row in entry in this table for each
ds0Bundle interface.
|
dsx0BondingEntry |
.1.3.6.1.2.1.10.82.1.1 |
An entry in the DS0 Bonding table. There is a
row in this table for each DS0Bundle interface.
|
Tabular Object |
dsx0BundleIndex |
.1.3.6.1.2.1.10.82.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.2.1.10.82.3.1.2 |
The ifIndex value the agent selected for the
(new) ds0Bundle interface.
|
dsx0BundleCircuitIdentifier |
.1.3.6.1.2.1.10.82.3.1.3 |
This variable contains the transmission vendor's
circuit identifier, for the purpose of
facilitating troubleshooting.
|
dsx0BundleRowStatus |
.1.3.6.1.2.1.10.82.3.1.4 |
This object is used to create and delete rows in
this table.
|
dsx0BondMode |
.1.3.6.1.2.1.10.82.1.1.1 |
This object indicates which BONDing mode is used,
if any, for a ds0Bundle. Mode0 provides parameter
and number exchange with no synchronization. Mode
1 provides parameter and number exchange. Mode 1
also provides synchronization during
initialization but does not include inband
monitoring. Mode 2 provides all of the above plus
inband monitoring. Mode 2 also steals 1/64th of
the bandwidth of each channel (thus not supporting
n x 56/64 kbit/s data channels for most values of
n). Mode 3 provides all of the above, but also
provides n x 56/64 kbit/s data channels. Most
common implementations of Mode 3 add an extra
channel to support the inband monitoring overhead.
ModeNone should be used when the interface is not
performing bandwidth-on-demand.
|
dsx0BondStatus |
.1.3.6.1.2.1.10.82.1.1.2 |
This object indicates the current status of the
bonding call using this ds0Bundle. idle(1) should
be used when the bonding mode is set to none(1).
|
dsx0BondRowStatus |
.1.3.6.1.2.1.10.82.1.1.3 |
This object is used to create new rows in this
table, modify existing rows, and to delete
existing rows.
|
Table |
dsx0BundleTable |
.1.3.6.1.2.1.10.82.3 |
There is an 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)'.
|
dsx0BondingTable |
.1.3.6.1.2.1.10.82.1 |
The DS0 Bonding table.
|
Object Identifier |
ds0Bundle |
.1.3.6.1.2.1.10.82 |
The MIB module to describe
DS0 Bundle interfaces objects.
|
ds0BundleConformance |
.1.3.6.1.2.1.10.82.4 |
ds0BundleGroups |
.1.3.6.1.2.1.10.82.4.1 |
ds0BundleCompliances |
.1.3.6.1.2.1.10.82.4.2 |
Group |
ds0BundleConfigGroup |
.1.3.6.1.2.1.10.82.4.1.2 |
A collection of objects providing the ability to
create a new ds0Bundle in the ifTable as well as
configuration information about the ds0Bundle.
|
ds0BondingGroup |
.1.3.6.1.2.1.10.82.4.1.1 |
A collection of objects providing
configuration information applicable
to all DS0 interfaces.
|