pdnDslAtmBondNextGroupIndex
PDN-DSL-ATM-BOND-MIB ·
.1.3.6.1.4.1.1795.2.24.2.6.33.1.1
Object
This object is used to establish the next unused group
index (pdnDslAtmBondGroupIndex).
This object is used to assist the manager in
selecting a value for pdnDslAtmBondGroupIndex. Because
this object is of syntax TestAndIncr (see the
SNMPv2-TC document, RFC 2579) 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 pdnDslAtmBondNextGroupIndex
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 (pdnDslAtmBondNextGroupIndex.0)
SET (pdnDslAtmBondNextGroupIndex.0=index)
if (set failed)
done = false
else
SET(pdnDslAtmBondGroupRowStatus.index=createAndGo)
if (set failed)
done = false
else
done = true
other error handling
This description was modeled from RFC2494,
DS0BUNDLE-MIB.
Context
- MIB
- PDN-DSL-ATM-BOND-MIB
- OID
.1.3.6.1.4.1.1795.2.24.2.6.33.1.1- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- pdnDslAtmBondObjects
Syntax
SNMPv2-TCTestAndIncr
Values & Constraints
No enumerated values or constraints recorded.