ctPriClassifyRowStatus

CTRON-PRIORITY-CLASSIFY-MIB · .1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.6

Object

column r/w SNMPv2-TCRowStatus
This object provides both control and status for the
associated conceptual row in the table.  Rows can be
created in two ways.
              
createAndGo - The specified row will be created and
    activated if the instance is allowable.  If not, an
    inconsistentValue exception will be returned and the
    row will not be created.  This provides the most
    optimal method of creating an active row, but provides
    the user no explanation if the row cannot be created.
              
createAndWait - The specified row will be created and put
    in the notInService state if the instance is allowable.
    A subsequent activation of this row will bring it into
    the active state.  If the instance is not allowable,
    the row will be created and put in the notReady state.
    A subsequent activation of this row will fail.  Since
    the inappropriate information is always contained in the
    indexing leaves, activation will never succeed and the
    row should be removed by the management station.  When
    a row is in the notReady state, the ctPriClassifyRowInfo
    may be retrieved to obtain a plain English explanation
    of why this row cannot be activated.  createAndWait is
    the preferred method for this reason.
              
Both methods described above leave ctPriClassifyIngressList
in it's default state, requiring an additional set operation
in order to modify it.  An even more optimal twist on the
createAndWait method is to set the ctPriClassifyIngressList
to it's desired value as a method for row creation.  This
will essentially cause an implicit createAndWait since it
too will leave the row in either the notInService or
notReady state.  This leaves only activation or error
analysis as the last step.
              
Any rows left in the notReady or notInService state for
more than 5 minutes should be automatically removed by
the agent implementation.

Context

MIB
CTRON-PRIORITY-CLASSIFY-MIB
OID
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.6
Type
column
Access
readwrite
Status
current
Parent
ctPriClassifyEntry
Table
ctPriClassifyTable
Siblings
8

Syntax

SNMPv2-TCRowStatus
Source
SNMPv2-TCRowStatus
Base type
Enumeration

Values & Constraints

Type Values
1active
2notInService
3notReady
4createAndGo
5createAndWait
6destroy

Related Objects

Sibling Objects