flowRuleAction
FLOW-METER-MIB ·
.1.3.6.1.2.1.40.3.1.1.6
Object
column
r/w
ActionNumber
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 'Traffic Flow Measurement: Architecture' document [RTFM-ARC].
Context
- MIB
- FLOW-METER-MIB
- OID
.1.3.6.1.2.1.40.3.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- flowRuleEntry
- Table
- flowRuleTable
- Siblings
- 6
Syntax
ActionNumber
- Source
- ActionNumber
- Base type
Enumeration
Values & Constraints
Type Values
1 | ignore |
2 | noMatch |
3 | count |
4 | countPkt |
5 | return |
6 | gosub |
7 | gosubAct |
8 | assign |
9 | assignAct |
10 | goto |
11 | gotoAct |
12 | pushRuleTo |
13 | pushRuleToAct |
14 | pushPktTo |
15 | pushPktToAct |
16 | popTo |
17 | popToAct |
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 |
| 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 |
| 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 |