flowRuleInfoStatus
FLOW-METER-MIB ·
.1.3.6.1.2.1.40.1.1.1.5
Object
The status of this flowRuleSetInfoEntry. If this value is
not active(1) the meter must not attempt to use the row's
associated RuleSet. Once its value has been set to active(1)
a manager may not change any of the other variables in the
row, nor the contents of the associated RuleSet. Any attempt
to do so should result in a notWritable(17) SNMP error-status
for such variables or objects.
To download a RuleSet, a manger could:
- Locate an open slot in the RuleSetInfoTable.
- Create a RuleSetInfoEntry by setting the status for this
open slot to createAndWait(5).
- Set flowRuleInfoSize and flowRuleInfoName as required.
- Download the rules into the row's rule table.
- Set flowRuleInfoStatus to active(1).
The RuleSet would then be ready to run. The manager is not
allowed to change the value of flowRuleInfoStatus from
active(1) if the associated RuleSet is being referenced by any
of the entries in the flowManagerInfoTable.
Setting RuleInfoStatus to destroy(6) destroys the associated
RuleSet together with any flow data collected by it.
Context
- MIB
- FLOW-METER-MIB
- OID
.1.3.6.1.2.1.40.1.1.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- flowRuleSetInfoEntry
- Table
- flowRuleSetInfoTable
- Siblings
- 7
Values & Constraints
Type Values
1 | active |
2 | notInService |
3 | notReady |
4 | createAndGo |
5 | createAndWait |
6 | destroy |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| flowRuleInfoIndex An index which selects an entry in the flowRuleSetInfoTable.
Each such entry contains control information for a particular
RuleSet which the meter may run. | column | Integer32 | .1.3.6.1.2.1.40.1.1.1.1 |
| flowRuleInfoSize Number of rules in this RuleSet. Setting this variable will
cause the meter to allocate space for these rules. | column | SNMPv2-SMIInteger32 | .1.3.6.1.2.1.40.1.1.1.2 |
| flowRuleInfoOwner Identifies the manager which 'owns' this RuleSet. A manager
must set this variable when creating a row in this table. | column | UTF8OwnerString | .1.3.6.1.2.1.40.1.1.1.3 |
| flowRuleInfoTimeStamp Time this row's associated RuleSet was last changed. | column | SNMPv2-TCTimeStamp | .1.3.6.1.2.1.40.1.1.1.4 |
| flowRuleInfoName An alphanumeric identifier used by managers and readers to
identify a RuleSet. For example, a manager wishing to run a
RuleSet named WWW-FLOWS could search the flowRuleSetInfoTab… | column | OctetString | .1.3.6.1.2.1.40.1.1.1.6 |
| flowRuleInfoRulesReady deprecated Indicates whether the rules for this row's associated RuleSet
are ready for use. The meter will refuse to 'run' the RuleSet
unless this variable has been set to true(1).
While Ru… | column | SNMPv2-TCTruthValue | .1.3.6.1.2.1.40.1.1.1.7 |
| flowRuleInfoFlowRecords The number of entries in the flow table for this RuleSet.
These may be current (waiting for collection by one or more
meter readers) or idle (waiting for the meter to recover
thei… | column | SNMPv2-SMIInteger32 | .1.3.6.1.2.1.40.1.1.1.8 |