Reference record for OID 1.3.6.1.4.1.809.3.2.7.2


parent
1.3.6.1.4.1.809.3.2.7 (dsx0BundleExt)
node code
2
node name
dsx0BundleVirtualNextIndex
dot oid
1.3.6.1.4.1.809.3.2.7.2
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) hynet(809) extension(3) atmExt(2) dsx0BundleExt(7) dsx0BundleVirtualNextIndex(2)}
  • {iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprises(1) hynet(809) extension(3) atmExt(2) dsx0BundleExt(7) dsx0BundleVirtualNextIndex(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprise(1) hynet(809) extension(3) atmExt(2) dsx0BundleExt(7) dsx0BundleVirtualNextIndex(2)}
  • {iso(1) org(3) dod(6) internet(1) private(4) enterprises(1) hynet(809) extension(3) atmExt(2) dsx0BundleExt(7) dsx0BundleVirtualNextIndex(2)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprise(1) hynet(809) extension(3) atmExt(2) dsx0BundleExt(7) dsx0BundleVirtualNextIndex(2)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) private(4) enterprises(1) hynet(809) extension(3) atmExt(2) dsx0BundleExt(7) dsx0BundleVirtualNextIndex(2)}
  • iri oid
  • /iso/identified-organization/dod/internet/private/enterprise/hynet/extension/atmExt/dsx0BundleExt/dsx0BundleVirtualNextIndex
  • /iso/identified-organization/dod/internet/private/enterprises/hynet/extension/atmExt/dsx0BundleExt/dsx0BundleVirtualNextIndex
  • /iso/org/dod/internet/private/enterprise/hynet/extension/atmExt/dsx0BundleExt/dsx0BundleVirtualNextIndex
  • /iso/org/dod/internet/private/enterprises/hynet/extension/atmExt/dsx0BundleExt/dsx0BundleVirtualNextIndex
  • /iso/iso-identified-organization/dod/internet/private/enterprise/hynet/extension/atmExt/dsx0BundleExt/dsx0BundleVirtualNextIndex
  • /iso/iso-identified-organization/dod/internet/private/enterprises/hynet/extension/atmExt/dsx0BundleExt/dsx0BundleVirtualNextIndex
  • iri by oid_info
    /ISO/Identified-Organization/6/1/4/1/809/3/2/7/2

    Description by mibdepot

    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

    Parsed from file hynex-ces.MIB.txt
    Company: marconi
    Module: CESEXT-MIB

    Information by oid_info

    Child arc 0 is used to translate between SNMPv1 and SNMPv2 notification parameters as explained in IETF RFC 2576, section 3.

    Information by mibdepot

    dsx0BundleVirtualNextIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "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" ::= { dsx0BundleExt 2 }

    First Registration Authority (recovered by parent 1.3.6.1.4.1.809)

    Fuhrmann Amir

    Children (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.809.3.2.7.2.0 dsx0BundleVirtualNextIndex 0 0 None

    Brothers (1)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.4.1.809.3.2.7.1 dsx0Bundle2NextIndex 1 1 This object is used to assist the manager in
    selecting a value for dsx0BundleIndex. Because
    this object is of syntax TestAndIncr…