flowRuleSet
FLOW-METER-MIB ·
.1.3.6.1.2.1.40.3.1.1.1
Object
column
Integer32
Selects a RuleSet from the array of RuleSets.
Context
- MIB
- FLOW-METER-MIB
- OID
.1.3.6.1.2.1.40.3.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- flowRuleEntry
- Table
- flowRuleTable
- Siblings
- 6
Syntax
Integer32
Values & Constraints
Object Constraints
range: 1-2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| flowRuleIndex The index into the Rule table. N.B: These values will
normally be consecutive, given the fall-through semantics
of processing the table. | column | Integer32 | .1.3.6.1.2.1.40.3.1.1.2 |
| flowRuleSelector Indicates the attribute to be matched.
null(0) is a special case; null rules always succeed.
matchingStoD(50) is set by the meter's Packet Matching E… | column | RuleAttributeNumber | .1.3.6.1.2.1.40.3.1.1.3 |
| flowRuleMask The initial mask used to compute the desired value. If the
mask is zero the rule's test will always succeed. | column | RuleAddress | .1.3.6.1.2.1.40.3.1.1.4 |
| flowRuleMatchedValue The resulting value to be matched for equality.
Specifically, if the attribute chosen by the flowRuleSelector
logically ANDed with the mask specified by the flowRuleMask
equals th… | column | RuleAddress | .1.3.6.1.2.1.40.3.1.1.5 |
| flowRuleAction The action to be taken if this rule's test succeeds, or if
the meter's 'test' flag is off. Actions are opcodes for the
meter's Packet Matching Engine; details are given in the
'T… | column | ActionNumber | .1.3.6.1.2.1.40.3.1.1.6 |
| flowRuleParameter A parameter value providing extra information for this rule's
action. Most of the actions use the parameter value to specify
which rule to execute after this rule's test has fail… | column | Integer32 | .1.3.6.1.2.1.40.3.1.1.7 |