ctPriClassifyRowStatus
CTRON-PRIORITY-CLASSIFY-MIB ·
.1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.6
Object
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
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ctPriClassifyPriority The priority for this entry. Any packet meeting the
classification criteria specified by this conceptual row
will be given the priority indicated by this object. | column | Integer32 | .1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.1 |
| ctPriClassifyDataMeaning The meaning of the ctPriClassifyDataVal leaf for this
conceptual row. The ctPriClassifyDataVal specifies a
particular value which, when compared to packet data,
is used to classi… | column | CtPriClassifyType | .1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.2 |
| ctPriClassifyDataVal The data value associated with ctPriClassifyDataMeaning.
The explicit range of this value is any unsigned 32-bit
integer(0..4294967295). This range may vary, however,
depending … | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.3 |
| ctPriClassifyDataMask This object is the one's complement of a 32-bit mask.
This mask is applicable to the data comparison of
ctPriClassifyDataVal. The mask is applied to the actual
packet data under … | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.4 |
| ctPriClassifyIngressList The set of ports on which this classification rule applies.
Classification occurs on ingress. An agent implementation
should allow a set operation of this object to create a
row … | column | PortList | .1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.5 |
| ctPriClassifyRowInfo This object provides info about this row in the form of
an ASCII string, suitable for display purposes. The
intended purpose of this object is to provide an
'agent-specific' expl… | column | SNMPv2-TCDisplayString | .1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.7 |
| ctPriClassifyTOSStatus This object indicates whether an IP Type Of Service (TOS)
value, defined by ctPriClassifyTOSValue, should be written
into the TOS field of the IP header for any packet matching
th… | column | Enumeration | .1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.8 |
| ctPriClassifyTOSValue The value to be written into the IP TOS field of the IP header
of any packet that matches the classification specified by the
conceptual row. | column | Integer32 | .1.3.6.1.4.1.52.4.1.2.14.6.1.4.1.9 |