dsx0BundleNextIndex

DS0BUNDLE-MIB · .1.3.6.1.2.1.10.82.2

Object

scalar r/w SNMPv2-TCTestAndIncr
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

Syntax

SNMPv2-TCTestAndIncr
Source
SNMPv2-TCTestAndIncr
Base type
Integer32

Values & Constraints

Type Constraints
range: 0..2147483647

Related Objects

Sibling Objects