flowRuleSelector
FLOW-METER-MIB ·
.1.3.6.1.2.1.40.3.1.1.3
Object
column
r/w
RuleAttributeNumber
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 Engine.
Its value is true(1) if the PME is attempting to match the
packet with its addresses in Source-to-Destination order (i.e.
as they appear in the packet), and false(2) otherwise.
Details of how packets are matched are given in the 'Traffic
Flow Measurement: Architecture' document [RTFM-ARC].
v1(51), v2(52), v3(53), v4(54) and v5(55) select meter
variables, each of which can hold the name (i.e. selector
value) of an address attribute. When one of these is used
as a selector, its value specifies the attribute to be
tested. Variable values are set by an Assign action.
Context
- MIB
- FLOW-METER-MIB
- OID
.1.3.6.1.2.1.40.3.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- flowRuleEntry
- Table
- flowRuleTable
- Siblings
- 6
Syntax
RuleAttributeNumber
- Source
- RuleAttributeNumber
- Base type
Enumeration
Values & Constraints
Type Values
0 | null |
4 | sourceInterface |
5 | sourceAdjacentType |
6 | sourceAdjacentAddress |
8 | sourcePeerType |
9 | sourcePeerAddress |
11 | sourceTransType |
12 | sourceTransAddress |
14 | destInterface |
15 | destAdjacentType |
16 | destAdjacentAddress |
18 | destPeerType |
19 | destPeerAddress |
21 | destTransType |
22 | destTransAddress |
33 | sourceSubscriberID |
34 | destSubscriberID |
35 | sessionID |
36 | sourceClass |
37 | destClass |
38 | flowClass |
39 | sourceKind |
40 | destKind |
41 | flowKind |
50 | matchingStoD |
51 | v1 |
52 | v2 |
53 | v3 |
54 | v4 |
55 | v5 |
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 |
| 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 |