flowRuleMatchedValue
FLOW-METER-MIB ·
.1.3.6.1.2.1.40.3.1.1.5
Object
column
r/w
RuleAddress
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 the value specified in the flowRuleMatchedValue, then continue processing the table entry based on the action specified by the flowRuleAction entry. Otherwise, proceed to the next entry in the rule table.
Context
- MIB
- FLOW-METER-MIB
- OID
.1.3.6.1.2.1.40.3.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- flowRuleEntry
- Table
- flowRuleTable
- Siblings
- 6
Syntax
RuleAddress
- Source
- RuleAddress
- Base type
OctetString
Values & Constraints
Type Constraints
range: 2..20
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| flowRuleSet Selects a RuleSet from the array of RuleSets. | column | Integer32 | .1.3.6.1.2.1.40.3.1.1.1 |
| 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 |
| 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 |