ctVlanClassifyRowStatus
CTRON-VLAN-CLASSIFY-MIB ·
.1.3.6.1.4.1.52.4.1.2.16.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 ctVlanClassifyRowInfo
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 ctVlanClassifyIngressList
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 ctVlanClassifyIngressList
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-VLAN-CLASSIFY-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.16.6.1.4.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ctVlanClassifyEntry
- Table
- ctVlanClassifyTable
- Siblings
- 6
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| ctVlanClassifyVlanIndex The VLAN index for this entry. Any packet meeting the
classification criteria specified by this conceptual row
will be put into the VLAN indicated by this object. | column | VlanIndex | .1.3.6.1.4.1.52.4.1.2.16.6.1.4.1.1 |
| ctVlanClassifyDataMeaning The meaning of the ctVlanClassifyDataVal leaf for this
conceptual row. The ctVlanClassifyDataVal specifies a
particular value which, when compared to packet data,
is used to clas… | column | CtVlanClassifyType | .1.3.6.1.4.1.52.4.1.2.16.6.1.4.1.2 |
| ctVlanClassifyDataVal The data value associated with ctVlanClassifyDataMeaning.
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.16.6.1.4.1.3 |
| ctVlanClassifyDataMask This object is the one's complement of a 32-bit mask.
This mask is applicable to the data comparison of
ctVlanClassifyDataVal. The mask is applied to the actual
packet data under… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.52.4.1.2.16.6.1.4.1.4 |
| ctVlanClassifyIngressList 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 | Q-BRIDGE-MIBPortList | .1.3.6.1.4.1.52.4.1.2.16.6.1.4.1.5 |
| ctVlanClassifyRowInfo 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.16.6.1.4.1.7 |