Reference record for OID 1.3.6.1.2.1.97.1.6.2.1.2



parent
1.3.6.1.2.1.97.1.6.2.1 (diffServAlgDropEntry)
node code
2
node name
diffServAlgDropType
dot oid
1.3.6.1.2.1.97.1.6.2.1.2
type
OBJECT-TYPE
asn1 oid
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) diffServAlgDropType(2)}
  • {iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) diffServAlgDropType(2)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) diffServAlgDropType(2)}
  • {iso(1) org(3) dod(6) internet(1) mgmt(2) mib(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) diffServAlgDropType(2)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) diffServAlgDropType(2)}
  • {iso(1) iso-identified-organization(3) dod(6) internet(1) mgmt(2) mib(1) diffServMib(97) diffServMIBObjects(1) diffServAlgDrop(6) diffServAlgDropTable(2) diffServAlgDropEntry(1) diffServAlgDropType(2)}
  • iri oid
  • /iso/identified-organization/dod/internet/mgmt/mib-2/diffServMib/diffServMIBObjects/diffServAlgDrop/diffServAlgDropTable/diffServAlgDropEntry/diffServAlgDropType
  • /iso/identified-organization/dod/internet/mgmt/mib/diffServMib/diffServMIBObjects/diffServAlgDrop/diffServAlgDropTable/diffServAlgDropEntry/diffServAlgDropType
  • /iso/org/dod/internet/mgmt/mib-2/diffServMib/diffServMIBObjects/diffServAlgDrop/diffServAlgDropTable/diffServAlgDropEntry/diffServAlgDropType
  • /iso/org/dod/internet/mgmt/mib/diffServMib/diffServMIBObjects/diffServAlgDrop/diffServAlgDropTable/diffServAlgDropEntry/diffServAlgDropType
  • /iso/iso-identified-organization/dod/internet/mgmt/mib-2/diffServMib/diffServMIBObjects/diffServAlgDrop/diffServAlgDropTable/diffServAlgDropEntry/diffServAlgDropType
  • /iso/iso-identified-organization/dod/internet/mgmt/mib/diffServMib/diffServMIBObjects/diffServAlgDrop/diffServAlgDropTable/diffServAlgDropEntry/diffServAlgDropType
  • iri by oid_info
    /ISO/Identified-Organization/6/1/2/1/97/1/6/2/1/2

    Description by circitor

    The type of algorithm used by this dropper. The value other(1)
    requires further specification in some other MIB module.

    In the tailDrop(2) algorithm, diffServAlgDropQThreshold
    represents the maximum depth of the queue, pointed to by
    diffServAlgDropQMeasure, beyond which all newly arriving packets
    will be dropped.

    In the headDrop(3) algorithm, if a packet arrives when the
    current depth of the queue, pointed to by
    diffServAlgDropQMeasure, is at diffServAlgDropQThreshold, packets
    currently at the head of the queue are dropped to make room for
    the new packet to be enqueued at the tail of the queue.

    In the randomDrop(4) algorithm, on packet arrival, an Active
    Queue Management algorithm is executed which may randomly drop a
    packet. This algorithm may be proprietary, and it may drop either
    the arriving packet or another packet in the queue.
    diffServAlgDropSpecific points to a diffServRandomDropEntry that
    describes the algorithm. For this algorithm,



    diffServAlgDropQThreshold is understood to be the absolute
    maximum size of the queue and additional parameters are described
    in diffServRandomDropTable.

    The alwaysDrop(5) algorithm is as its name specifies; always
    drop. In this case, the other configuration values in this Entry
    are not meaningful; There is no useful 'next' processing step,
    there is no queue, and parameters describing the queue are not
    useful. Therefore, diffServAlgDropNext, diffServAlgDropMeasure,
    and diffServAlgDropSpecific are all zeroDotZero.

    Parsed from file DIFFSERV-MIB.mib
    Module: DIFFSERV-MIB

    Description by cisco_v1

    The type of algorithm used by this dropper. The value other(1)
    requires further specification in some other MIB module.

    In the tailDrop(2) algorithm, diffServAlgDropQThreshold
    represents the maximum depth of the queue, pointed to by
    diffServAlgDropQMeasure, beyond which all newly arriving packets
    will be dropped.

    In the headDrop(3) algorithm, if a packet arrives when the
    current depth of the queue, pointed to by
    diffServAlgDropQMeasure, is at diffServAlgDropQThreshold, packets
    currently at the head of the queue are dropped to make room for
    the new packet to be enqueued at the tail of the queue.

    In the randomDrop(4) algorithm, on packet arrival, an Active
    Queue Management algorithm is executed which may randomly drop a
    packet. This algorithm may be proprietary, and it may drop either
    the arriving packet or another packet in the queue.
    diffServAlgDropSpecific points to a diffServRandomDropEntry that
    describes the algorithm. For this algorithm,



    diffServAlgDropQThreshold is understood to be the absolute
    maximum size of the queue and additional parameters are described
    in diffServRandomDropTable.

    The alwaysDrop(5) algorithm is as its name specifies; always
    drop. In this case, the other configuration values in this Entry
    are not meaningful; There is no useful 'next' processing step,
    there is no queue, and parameters describing the queue are not
    useful. Therefore, diffServAlgDropNext, diffServAlgDropMeasure,
    and diffServAlgDropSpecific are all zeroDotZero.

    Description by oid_info

    diffServAlgDropType OBJECT-TYPE
    SYNTAX INTEGER {
    other(1),
    tailDrop(2),
    headDrop(3),
    randomDrop(4),
    alwaysDrop(5)
    }
    MAX-ACCESS read-create
    STATUS current
    DESCRIPTION
    "The type of algorithm used by this dropper. The value other(1)
    requires further specification in some other MIB module.
    In the tailDrop(2) algorithm, diffServAlgDropQThreshold
    represents the maximum depth of the queue, pointed to by
    diffServAlgDropQMeasure, beyond which all newly arriving packets
    will be dropped.
    In the headDrop(3) algorithm, if a packet arrives when the
    current depth of the queue, pointed to by
    diffServAlgDropQMeasure, is at diffServAlgDropQThreshold, packets
    currently at the head of the queue are dropped to make room for
    the new packet to be enqueued at the tail of the queue.
    In the randomDrop(4) algorithm, on packet arrival, an Active
    Queue Management algorithm is executed which may randomly drop a
    packet. This algorithm may be proprietary, and it may drop either
    the arriving packet or another packet in the queue.
    diffServAlgDropSpecific points to a diffServRandomDropEntry that
    describes the algorithm. For this algorithm,
    diffServAlgDropQThreshold is understood to be the absolute
    maximum size of the queue and additional parameters are described
    in diffServRandomDropTable.
    The alwaysDrop(5) algorithm is as its name specifies; always
    drop. In this case, the other configuration values in this Entry
    are not meaningful; There is no useful
    ext processing step,
    there is no queue, and parameters describing the queue are not
    useful. Therefore, diffServAlgDropNext, diffServAlgDropMeasure,
    and diffServAlgDropSpecific are all zeroDotZero."

    View at oid-info.com

    Description by mibdepot

    The type of algorithm used by this dropper. The value other(1)
    requires further specification in some other MIB module.

    In the tailDrop(2) algorithm, diffServAlgDropQThreshold
    represents the maximum depth of the queue, pointed to by
    diffServAlgDropQMeasure, beyond which all newly arriving packets
    will be dropped.

    In the headDrop(3) algorithm, if a packet arrives when the
    current depth of the queue, pointed to by
    diffServAlgDropQMeasure, is at diffServAlgDropQThreshold, packets
    currently at the head of the queue are dropped to make room for
    the new packet to be enqueued at the tail of the queue.

    In the randomDrop(4) algorithm, on packet arrival, an Active
    Queue Management algorithm is executed which may randomly drop a
    packet. This algorithm may be proprietary, and it may drop either
    the arriving packet or another packet in the queue.
    diffServAlgDropSpecific points to a diffServRandomDropEntry that
    describes the algorithm. For this algorithm,
    diffServAlgDropQThreshold is understood to be the absolute
    maximum size of the queue and additional parameters are described
    in diffServRandomDropTable.

    The alwaysDrop(5) algorithm is as its name specifies; always
    drop. In this case, the other configuration values in this Entry
    are not meaningful; There is no useful 'next' processing step,
    there is no queue, and parameters describing the queue are not
    useful. Therefore, diffServAlgDropNext, diffServAlgDropMeasure,
    and diffServAlgDropSpecific are all zeroDotZero.

    Parsed from file diffserv.mib.txt
    Company: None
    Module: DIFFSERV-MIB

    Description by cisco

    The type of algorithm used by this dropper. The value other(1)
    requires further specification in some other MIB module.

    In the tailDrop(2) algorithm, diffServAlgDropQThreshold
    represents the maximum depth of the queue, pointed to by
    diffServAlgDropQMeasure, beyond which all newly arriving packets
    will be dropped.

    In the headDrop(3) algorithm, if a packet arrives when the
    current depth of the queue, pointed to by
    diffServAlgDropQMeasure, is at diffServAlgDropQThreshold, packets
    currently at the head of the queue are dropped to make room for
    the new packet to be enqueued at the tail of the queue.

    In the randomDrop(4) algorithm, on packet arrival, an Active
    Queue Management algorithm is executed which may randomly drop a
    packet. This algorithm may be proprietary, and it may drop either
    the arriving packet or another packet in the queue.
    diffServAlgDropSpecific points to a diffServRandomDropEntry that
    describes the algorithm. For this algorithm,



    diffServAlgDropQThreshold is understood to be the absolute
    maximum size of the queue and additional parameters are described
    in diffServRandomDropTable.

    The alwaysDrop(5) algorithm is as its name specifies; always
    drop. In this case, the other configuration values in this Entry
    are not meaningful; There is no useful 'next' processing step,
    there is no queue, and parameters describing the queue are not
    useful. Therefore, diffServAlgDropNext, diffServAlgDropMeasure,
    and diffServAlgDropSpecific are all zeroDotZero.

    Information by circitor

    diffServAlgDropType OBJECT-TYPE SYNTAX INTEGER { other(1), tailDrop(2), headDrop(3), randomDrop(4), alwaysDrop(5) } MAX-ACCESS read-create STATUS current DESCRIPTION "The type of algorithm used by this dropper. The value other(1) requires further specification in some other MIB module. In the tailDrop(2) algorithm, diffServAlgDropQThreshold represents the maximum depth of the queue, pointed to by diffServAlgDropQMeasure, beyond which all newly arriving packets will be dropped. In the headDrop(3) algorithm, if a packet arrives when the current depth of the queue, pointed to by diffServAlgDropQMeasure, is at diffServAlgDropQThreshold, packets currently at the head of the queue are dropped to make room for the new packet to be enqueued at the tail of the queue. In the randomDrop(4) algorithm, on packet arrival, an Active Queue Management algorithm is executed which may randomly drop a packet. This algorithm may be proprietary, and it may drop either the arriving packet or another packet in the queue. diffServAlgDropSpecific points to a diffServRandomDropEntry that describes the algorithm. For this algorithm, diffServAlgDropQThreshold is understood to be the absolute maximum size of the queue and additional parameters are described in diffServRandomDropTable. The alwaysDrop(5) algorithm is as its name specifies; always drop. In this case, the other configuration values in this Entry are not meaningful; There is no useful 'next' processing step, there is no queue, and parameters describing the queue are not useful. Therefore, diffServAlgDropNext, diffServAlgDropMeasure, and diffServAlgDropSpecific are all zeroDotZero." ::= { diffServAlgDropEntry 2 }

    Information by cisco_v1

    diffServAlgDropType OBJECT-TYPE SYNTAX INTEGER { other(1), tailDrop(2), headDrop(3), randomDrop(4), alwaysDrop(5) } ACCESS read-write STATUS mandatory DESCRIPTION "The type of algorithm used by this dropper. The value other(1) requires further specification in some other MIB module. In the tailDrop(2) algorithm, diffServAlgDropQThreshold represents the maximum depth of the queue, pointed to by diffServAlgDropQMeasure, beyond which all newly arriving packets will be dropped. In the headDrop(3) algorithm, if a packet arrives when the current depth of the queue, pointed to by diffServAlgDropQMeasure, is at diffServAlgDropQThreshold, packets currently at the head of the queue are dropped to make room for the new packet to be enqueued at the tail of the queue. In the randomDrop(4) algorithm, on packet arrival, an Active Queue Management algorithm is executed which may randomly drop a packet. This algorithm may be proprietary, and it may drop either the arriving packet or another packet in the queue. diffServAlgDropSpecific points to a diffServRandomDropEntry that describes the algorithm. For this algorithm, diffServAlgDropQThreshold is understood to be the absolute maximum size of the queue and additional parameters are described in diffServRandomDropTable. The alwaysDrop(5) algorithm is as its name specifies; always drop. In this case, the other configuration values in this Entry are not meaningful; There is no useful 'next' processing step, there is no queue, and parameters describing the queue are not useful. Therefore, diffServAlgDropNext, diffServAlgDropMeasure, and diffServAlgDropSpecific are all zeroDotZero." ::= { diffServAlgDropEntry 2 }

    Information by oid_info

    Automatically extracted from RFC3289

    Information by mibdepot

    diffServAlgDropType OBJECT-TYPE SYNTAX INTEGER { other(1), tailDrop(2), headDrop(3), randomDrop(4), alwaysDrop(5) } MAX-ACCESS read-create STATUS current DESCRIPTION "The type of algorithm used by this dropper. The value other(1) requires further specification in some other MIB module. In the tailDrop(2) algorithm, diffServAlgDropQThreshold represents the maximum depth of the queue, pointed to by diffServAlgDropQMeasure, beyond which all newly arriving packets will be dropped. In the headDrop(3) algorithm, if a packet arrives when the current depth of the queue, pointed to by diffServAlgDropQMeasure, is at diffServAlgDropQThreshold, packets currently at the head of the queue are dropped to make room for the new packet to be enqueued at the tail of the queue. In the randomDrop(4) algorithm, on packet arrival, an Active Queue Management algorithm is executed which may randomly drop a packet. This algorithm may be proprietary, and it may drop either the arriving packet or another packet in the queue. diffServAlgDropSpecific points to a diffServRandomDropEntry that describes the algorithm. For this algorithm, diffServAlgDropQThreshold is understood to be the absolute maximum size of the queue and additional parameters are described in diffServRandomDropTable. The alwaysDrop(5) algorithm is as its name specifies; always drop. In this case, the other configuration values in this Entry are not meaningful; There is no useful 'next' processing step, there is no queue, and parameters describing the queue are not useful. Therefore, diffServAlgDropNext, diffServAlgDropMeasure, and diffServAlgDropSpecific are all zeroDotZero." ::= { diffServAlgDropEntry 2 }

    Information by cisco

    diffServAlgDropType OBJECT-TYPE SYNTAX INTEGER { other(1), tailDrop(2), headDrop(3), randomDrop(4), alwaysDrop(5) } MAX-ACCESS read-create STATUS current DESCRIPTION "The type of algorithm used by this dropper. The value other(1) requires further specification in some other MIB module. In the tailDrop(2) algorithm, diffServAlgDropQThreshold represents the maximum depth of the queue, pointed to by diffServAlgDropQMeasure, beyond which all newly arriving packets will be dropped. In the headDrop(3) algorithm, if a packet arrives when the current depth of the queue, pointed to by diffServAlgDropQMeasure, is at diffServAlgDropQThreshold, packets currently at the head of the queue are dropped to make room for the new packet to be enqueued at the tail of the queue. In the randomDrop(4) algorithm, on packet arrival, an Active Queue Management algorithm is executed which may randomly drop a packet. This algorithm may be proprietary, and it may drop either the arriving packet or another packet in the queue. diffServAlgDropSpecific points to a diffServRandomDropEntry that describes the algorithm. For this algorithm, diffServAlgDropQThreshold is understood to be the absolute maximum size of the queue and additional parameters are described in diffServRandomDropTable. The alwaysDrop(5) algorithm is as its name specifies; always drop. In this case, the other configuration values in this Entry are not meaningful; There is no useful 'next' processing step, there is no queue, and parameters describing the queue are not useful. Therefore, diffServAlgDropNext, diffServAlgDropMeasure, and diffServAlgDropSpecific are all zeroDotZero." ::= { diffServAlgDropEntry 2 }

    First Registration Authority (recovered by parent 1.3.6)

    Defense Communication Agency

    Current Registration Authority (recovered by parent 1.3.6.1.2)

    Internet Assigned Numbers Authority

    Brothers (11)

    OIDNameSub childrenSub Nodes TotalDescription
    1.3.6.1.2.1.97.1.6.2.1.1 diffServAlgDropId 0 0 An index that enumerates the Algorithmic Dropper entries.
    Managers obtain new values for row creation in this table by
    reading di…
    1.3.6.1.2.1.97.1.6.2.1.3 diffServAlgDropNext 0 0 This selects the next Differentiated Services Functional Data
    Path Element to handle traffic for this data path. This
    RowPointer …
    1.3.6.1.2.1.97.1.6.2.1.4 diffServAlgDropQMeasure 0 0 Points to an entry in the diffServQTable to indicate the queue
    that a drop algorithm is to monitor when deciding whether to drop…
    1.3.6.1.2.1.97.1.6.2.1.5 diffServAlgDropQThreshold 0 0 A threshold on the depth in bytes of the queue being measured at
    which a trigger is generated to the dropping algorithm, unless
    d…
    1.3.6.1.2.1.97.1.6.2.1.6 diffServAlgDropSpecific 0 0 Points to a table entry that provides further detail regarding a
    drop algorithm.

    Entries with diffServAlgDropType equal to other(…
    1.3.6.1.2.1.97.1.6.2.1.7 diffServAlgDropOctets 0 0 The number of octets that have been deterministically dropped by
    this drop process.

    Discontinuities in the value of this counter …
    1.3.6.1.2.1.97.1.6.2.1.8 diffServAlgDropPkts 0 0 The number of packets that have been deterministically dropped
    by this drop process.

    Discontinuities in the value of this counter…
    1.3.6.1.2.1.97.1.6.2.1.9 diffServAlgRandomDropOctets 0 0 The number of octets that have been randomly dropped by this
    drop process. This counter applies, therefore, only to random
    dropp…
    1.3.6.1.2.1.97.1.6.2.1.10 diffServAlgRandomDropPkts 0 0 The number of packets that have been randomly dropped by this
    drop process. This counter applies, therefore, only to random
    dropp…
    1.3.6.1.2.1.97.1.6.2.1.11 diffServAlgDropStorage 0 0 The storage type for this conceptual row. Conceptual rows
    having the value 'permanent' need not allow write-access to any
    column…
    1.3.6.1.2.1.97.1.6.2.1.12 diffServAlgDropStatus 0 0 The status of this conceptual row. All writable objects in this
    row may be modified at any time. Setting this variable to
    'destro…