dsx0BundleNextIndex
DS0BUNDLE-MIB ·
.1.3.6.1.2.1.10.82.2
Object
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
Context
- MIB
- DS0BUNDLE-MIB
- OID
.1.3.6.1.2.1.10.82.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ds0Bundle
- Siblings
- 3
Values & Constraints
Type Constraints
range: 0..2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| dsx0BondingTable The DS0 Bonding table. | table | - | .1.3.6.1.2.1.10.82.1 |
| dsx0BundleTable 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)'. | table | - | .1.3.6.1.2.1.10.82.3 |
| ds0BundleConformance | node | - | .1.3.6.1.2.1.10.82.4 |