dsx0BundleNextIndex
CISCO-DS0BUNDLE-MIB ·
.1.3.6.1.4.1.9.10.32.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, 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
Context
- MIB
- CISCO-DS0BUNDLE-MIB
- OID
.1.3.6.1.4.1.9.10.32.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ds0Bundle
- Siblings
- 2
Values & Constraints
Type Constraints
range: 0..2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| dsx0BundleTable 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)'. | table | - | .1.3.6.1.4.1.9.10.32.3 |
| ds0BundleConformance | node | - | .1.3.6.1.4.1.9.10.32.4 |