FLOW-METER-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
8
Rows
8
Columns
83
flowRuleSetInfoTable
table.1.3.6.1.2.1.40.1.1
·
1 row entry
·
8 columns
Uses the rfc variant from
Command help
/opt/observium/mibs/rfc.
Walk flowRuleSetInfoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FLOW-METER-MIB::flowRuleSetInfoTable'
An array of information about the RuleSets held in the
meter.
Any manager may configure a new RuleSet for the meter by
creating a row in this table with status active(1), and setting
values for all the objects in its rules. At this stage the new
RuleSet is available but not 'running', i.e. it is not being
used by the meter to produce entries in the flow table.
To actually 'run' a RuleSet a manager must create a row in
the flowManagerInfoTable, set it's flowManagerStatus to
active(1), and set either its CurrentRuleSet or StandbyRuleSet
to point to the RuleSet to be run.
Once a RuleSet is running a manager may not change any of the
objects within the RuleSet itself. Any attempt to do so should
result in a notWritable(17) SNMP error-status for such objects.
A manager may stop a RuleSet running by removing all
references to it in the flowManagerInfoTable (i.e. by setting
CurrentRuleSet and StandbyRuleSet values to 0). This provides
a way to stop RuleSets left running if a manager fails.
For example, when a manager is started, it could search the
meter's flowManager table and stop all RuleSets having a
specified value of flowRuleInfoOwner.
To prevent a manager from interfering with variables belonging
to another manager, the meter should use MIB views [RFC2575] so
as to limit each manager's access to the meter's variables,
effectively dividing the single meter into several virtual
meters, one for each independent manager.
Information about a particular RuleSet.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
An index which selects an entry in the flowRuleSetInfoTable.
Each such entry contains control information for a particular RuleSet which the meter may run. |
Integer32 Constraints: range: 1-2147483647 |
.1.3.6.1.2.1.40.1.1.1.1 |
||||||||||||
|
Number of rules in this RuleSet. Setting this variable will
cause the meter to allocate space for these rules. |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.2.1.40.1.1.1.2 |
||||||||||||
|
Identifies the manager which 'owns' this RuleSet. A manager
must set this variable when creating a row in this table. |
UTF8OwnerStringr/w Type Constraints: range: 0..127 |
.1.3.6.1.2.1.40.1.1.1.3 |
||||||||||||
|
Time this row's associated RuleSet was last changed.
|
SNMPv2-TCTimeStamp Based On: SNMPv2-SMITimeTicks Description: The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset t… |
.1.3.6.1.2.1.40.1.1.1.4 |
||||||||||||
|
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… |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.2.1.40.1.1.1.5 |
||||||||||||
|
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 flowRuleSetInfoTable to see whether the WWW-FLOWS RuleSet … |
OctetStringr/w Constraints: range: 0-127 |
.1.3.6.1.2.1.40.1.1.1.6 |
||||||||||||
|
flowRuleInfoRulesReadydeprecated
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 RulesReady is false(2), the manager may mo… |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.2.1.40.1.1.1.7 |
||||||||||||
|
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 their memory). |
SNMPv2-SMIInteger32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.2.1.40.1.1.1.8 |
flowInterfaceTable
table.1.3.6.1.2.1.40.1.2
·
1 row entry
·
2 columns
Uses the rfc variant from
Command help
/opt/observium/mibs/rfc.
Walk flowInterfaceTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FLOW-METER-MIB::flowInterfaceTable'
An array of information specific to each meter interface.
Information about a particular interface.
| Column | Syntax | OID |
|---|---|---|
|
The parameter N for statistical counting on this interface.
Set to N to count 1/Nth of the packets appearing at this interface. A sampling rate of 1 counts all packets. A sampling rate of 0 results in the interface bei… |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.2.1.40.1.2.1.1 |
|
The number of packets the meter has lost for this interface.
Such losses may occur because the meter has been unable to keep up with the traffic volume. |
SNMPv2-SMICounter32 Type Constraints: range: 0..4294967295 |
.1.3.6.1.2.1.40.1.2.1.2 |
flowReaderInfoTable
table.1.3.6.1.2.1.40.1.3
·
1 row entry
·
7 columns
Uses the rfc variant from
Command help
/opt/observium/mibs/rfc.
Walk flowReaderInfoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FLOW-METER-MIB::flowReaderInfoTable'
An array of information about meter readers which have registered their intent to collect flow data from this meter.
Information about a particular meter reader.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
An index which selects an entry in the flowReaderInfoTable.
|
Integer32 Constraints: range: 1-2147483647 |
.1.3.6.1.2.1.40.1.3.1.1 |
||||||||||||
|
Specifies the maximum time (in seconds) between flow data
collections for this meter reader. If this time elapses without a collection, the meter should assume that this meter reader has stopped collecting, and delete … |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.2.1.40.1.3.1.2 |
||||||||||||
|
Identifies the meter reader which created this row.
|
UTF8OwnerStringr/w Type Constraints: range: 0..127 |
.1.3.6.1.2.1.40.1.3.1.3 |
||||||||||||
|
Time this meter reader began its most recent data collection.
This variable should be written by a meter reader as its first step in reading flow data. The meter will set this LastTime value to its curre… |
SNMPv2-TCTimeStampr/w Based On: SNMPv2-SMITimeTicks Description: The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset t… |
.1.3.6.1.2.1.40.1.3.1.4 |
||||||||||||
|
Time this meter reader began the collection before last.
|
SNMPv2-TCTimeStamp Based On: SNMPv2-SMITimeTicks Description: The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset t… |
.1.3.6.1.2.1.40.1.3.1.5 |
||||||||||||
|
The status of this FlowReaderInfoEntry. A value of active(1)
implies that the associated reader should be collecting data from the meter. Once this variable has been set to active(1) a manager may only change this row'… |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.2.1.40.1.3.1.6 |
||||||||||||
|
An index to the array of RuleSets. Specifies a set of rules
of interest to this meter reader. The reader will attempt to collect any data generated by the meter for this RuleSet, and the meter will not recover the mem… |
Integer32r/w Constraints: range: 1-2147483647 |
.1.3.6.1.2.1.40.1.3.1.7 |
flowManagerInfoTable
table.1.3.6.1.2.1.40.1.4
·
1 row entry
·
9 columns
Uses the rfc variant from
Command help
/opt/observium/mibs/rfc.
Walk flowManagerInfoTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FLOW-METER-MIB::flowManagerInfoTable'
An array of information about managers which have
registered their intent to run RuleSets on this meter.
Information about a particular meter 'task.' By creating
an entry in this table and activating it, a manager requests
that the meter 'run' the indicated RuleSet.
The entry also specifies a HighWaterMark an…
an entry in this table and activating it, a manager requests
that the meter 'run' the indicated RuleSet.
The entry also specifies a HighWaterMark an…
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
An index which selects an entry in the flowManagerInfoTable.
|
Integer32 Constraints: range: 1-2147483647 |
.1.3.6.1.2.1.40.1.4.1.1 |
||||||||||||
|
Index to the array of RuleSets. Specifies which set of
rules is the 'current' one for this task. The meter will be 'running' the current RuleSet if this row's flowManagerRunningStandby value is false(2). … |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.2.1.40.1.4.1.2 |
||||||||||||
|
Index to the array of RuleSets. After reaching HighWaterMark
(see below) the manager will switch to using the task's StandbyRuleSet in place of its CurrentRuleSet. For this to be effective the designated StandbyRuleSe… |
SNMPv2-SMIInteger32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.2.1.40.1.4.1.3 |
||||||||||||
|
A value expressed as a percentage, interpreted by the meter
as an indication of how full the flow table should be before it should switch to the standby RuleSet (if one has been specified) for this task. Values of 0% o… |
Integer32r/w Constraints: range: 0-100 |
.1.3.6.1.2.1.40.1.4.1.4 |
||||||||||||
|
flowManagerCounterWrapdeprecated
Specifies whether PDU and octet counters should wrap when
they reach the top of their range (normal behaviour for Counter64 objects), or whether their scale factors should be used instead. The combination of counter an… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.2.1.40.1.4.1.5 |
||||||||||||
|
Identifies the manager which created this row.
|
UTF8OwnerStringr/w Type Constraints: range: 0..127 |
.1.3.6.1.2.1.40.1.4.1.6 |
||||||||||||
|
Time this row was last changed by its manager.
|
SNMPv2-TCTimeStamp Based On: SNMPv2-SMITimeTicks Description: The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset t… |
.1.3.6.1.2.1.40.1.4.1.7 |
||||||||||||
|
The status of this row in the flowManagerInfoTable. A value
of active(1) implies that this task may be activated, by setting its CurrentRuleSet and StandbyRuleSet variables. Its HighWaterMark and RunningStandby variabl… |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.2.1.40.1.4.1.8 |
||||||||||||
|
Set to true(1) by the meter to indicate that it has switched
to runnning this task's StandbyRuleSet in place of its CurrentRuleSet. To switch back to the CurrentRuleSet, the manager may simply set this v… |
SNMPv2-TCTruthValuer/w Type Values:
Description: Represents a boolean value. |
.1.3.6.1.2.1.40.1.4.1.9 |
flowDataTable
table.1.3.6.1.2.1.40.2.1
·
1 row entry
·
41 columns
Uses the rfc variant from
Command help
/opt/observium/mibs/rfc.
Walk flowDataTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FLOW-METER-MIB::flowDataTable'
The list of all flows being measured.
The flow data record for a particular flow.
| Column | Syntax | OID | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Value of this flow data record's index within the meter's
flow table. |
Integer32 Constraints: range: 1-2147483647 |
.1.3.6.1.2.1.40.2.1.1.1 |
||||||||||||||||
|
A TimeFilter for this entry. Allows GetNext and GetBulk
to find flow table rows which have changed since a specified value of the meter's Uptime. |
RMON2-MIBTimeFilter | .1.3.6.1.2.1.40.2.1.1.2 |
||||||||||||||||
|
flowDataStatusdeprecated
Status of this flow data record.
|
Enumeration Enumerated Values:
|
.1.3.6.1.2.1.40.2.1.1.3 |
||||||||||||||||
|
Index of the interface associated with the source address
for this flow. It's value is one of those contained in the ifIndex field of the meter's interfaces table. |
SNMPv2-SMIInteger32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.2.1.40.2.1.1.4 |
||||||||||||||||
|
Adjacent address type of the source for this flow.
If metering is being performed at the network level, AdjacentType will indicate the medium for the interface on which the flow was observed and AdjacentA… |
AdjacentType Type Values:
|
.1.3.6.1.2.1.40.2.1.1.5 |
||||||||||||||||
|
Address of the adjacent device on the path for the source
for this flow. |
AdjacentAddress Type Constraints: range: 3..20 |
.1.3.6.1.2.1.40.2.1.1.6 |
||||||||||||||||
|
1-bits in this mask indicate which bits must match when
comparing the adjacent source address for this flow. |
AdjacentAddress Type Constraints: range: 3..20 |
.1.3.6.1.2.1.40.2.1.1.7 |
||||||||||||||||
|
Peer address type of the source for this flow.
|
PeerType Type Values:
|
.1.3.6.1.2.1.40.2.1.1.8 |
||||||||||||||||
|
Address of the peer device for the source of this flow.
|
PeerAddress Type Constraints: range: 3..20 |
.1.3.6.1.2.1.40.2.1.1.9 |
||||||||||||||||
|
1-bits in this mask indicate which bits must match when
comparing the source peer address for this flow. |
PeerAddress Type Constraints: range: 3..20 |
.1.3.6.1.2.1.40.2.1.1.10 |
||||||||||||||||
|
Transport address type of the source for this flow. The
value of this attribute will depend on the peer address type. |
TransportType Type Constraints: range: 1..255 |
.1.3.6.1.2.1.40.2.1.1.11 |
||||||||||||||||
|
Transport address for the source of this flow.
|
TransportAddress Type Constraints: range: 2 |
.1.3.6.1.2.1.40.2.1.1.12 |
||||||||||||||||
|
1-bits in this mask indicate which bits must match when
comparing the transport source address for this flow. |
TransportAddress Type Constraints: range: 2 |
.1.3.6.1.2.1.40.2.1.1.13 |
||||||||||||||||
|
Index of the interface associated with the dest address for
this flow. This value is one of the values contained in the ifIndex field of the interfaces table. |
SNMPv2-SMIInteger32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.2.1.40.2.1.1.14 |
||||||||||||||||
|
Adjacent address type of the destination for this flow.
|
AdjacentType Type Values:
|
.1.3.6.1.2.1.40.2.1.1.15 |
||||||||||||||||
|
Address of the adjacent device on the path for the
destination for this flow. |
AdjacentAddress Type Constraints: range: 3..20 |
.1.3.6.1.2.1.40.2.1.1.16 |
||||||||||||||||
|
1-bits in this mask indicate which bits must match when
comparing the adjacent destination address for this flow. |
AdjacentAddress Type Constraints: range: 3..20 |
.1.3.6.1.2.1.40.2.1.1.17 |
||||||||||||||||
|
Peer address type of the destination for this flow.
|
PeerType Type Values:
|
.1.3.6.1.2.1.40.2.1.1.18 |
||||||||||||||||
|
Address of the peer device for the destination of this flow.
|
PeerAddress Type Constraints: range: 3..20 |
.1.3.6.1.2.1.40.2.1.1.19 |
||||||||||||||||
|
1-bits in this mask indicate which bits must match when
comparing the destination peer type for this flow. |
PeerAddress Type Constraints: range: 3..20 |
.1.3.6.1.2.1.40.2.1.1.20 |
||||||||||||||||
|
Transport address type of the destination for this flow. The
value of this attribute will depend on the peer address type. |
TransportType Type Constraints: range: 1..255 |
.1.3.6.1.2.1.40.2.1.1.21 |
||||||||||||||||
|
Transport address for the destination of this flow.
|
TransportAddress Type Constraints: range: 2 |
.1.3.6.1.2.1.40.2.1.1.22 |
||||||||||||||||
|
1-bits in this mask indicate which bits must match when
comparing the transport destination address for this flow. |
TransportAddress Type Constraints: range: 2 |
.1.3.6.1.2.1.40.2.1.1.23 |
||||||||||||||||
|
The scale factor applied to this particular flow. Indicates
the number of bits the PDU counter values should be moved left to obtain the actual values. |
Integer32 Constraints: range: 0-255 |
.1.3.6.1.2.1.40.2.1.1.24 |
||||||||||||||||
|
The scale factor applied to this particular flow. Indicates
the number of bits the octet counter values should be moved left to obtain the actual values. |
Integer32 Constraints: range: 0-255 |
.1.3.6.1.2.1.40.2.1.1.25 |
||||||||||||||||
|
The RuleSet number of the RuleSet which created this flow.
Allows a manager to use GetNext or GetBulk requests to find flows belonging to a particular RuleSet. |
Integer32 Constraints: range: 1-255 |
.1.3.6.1.2.1.40.2.1.1.26 |
||||||||||||||||
|
The count of octets flowing from source to destination
for this flow. |
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.2.1.40.2.1.1.27 |
||||||||||||||||
|
The count of packets flowing from source to destination
for this flow. |
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.2.1.40.2.1.1.28 |
||||||||||||||||
|
The count of octets flowing from destination to source
for this flow. |
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.2.1.40.2.1.1.29 |
||||||||||||||||
|
The count of packets flowing from destination to source
for this flow. |
SNMPv2-SMICounter64 Type Constraints: range: 0..18446744073709551615 |
.1.3.6.1.2.1.40.2.1.1.30 |
||||||||||||||||
|
The time at which this flow was first entered in the table
|
SNMPv2-TCTimeStamp Based On: SNMPv2-SMITimeTicks Description: The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset t… |
.1.3.6.1.2.1.40.2.1.1.31 |
||||||||||||||||
|
The last time this flow had activity, i.e. the time of
arrival of the most recent PDU belonging to this flow. |
SNMPv2-TCTimeStamp Based On: SNMPv2-SMITimeTicks Description: The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset t… |
.1.3.6.1.2.1.40.2.1.1.32 |
||||||||||||||||
|
Subscriber ID associated with the source address for this
flow. A Subscriber ID is an unspecified text string, used to ascribe traffic flows to individual users. At this time the means by which a Subscriber ID may be … |
OctetString Constraints: range: 4-20 |
.1.3.6.1.2.1.40.2.1.1.33 |
||||||||||||||||
|
Subscriber ID associated with the destination address for
this flow. A Subscriber ID is an unspecified text string, used to ascribe traffic flows to individual users. At this time the means by which a Subscriber ID ma… |
OctetString Constraints: range: 4-20 |
.1.3.6.1.2.1.40.2.1.1.34 |
||||||||||||||||
|
Session ID for this flow. Such an ID might be allocated
by a network access server to distinguish a series of sessions between the same pair of addresses, which would otherwise appear to be parts of the same accounting… |
OctetString Constraints: range: 4-10 |
.1.3.6.1.2.1.40.2.1.1.35 |
||||||||||||||||
|
Source class for this flow. Determined by the rules, set by
a PushRule action when this flow was entered in the table. |
Integer32 Constraints: range: 1-255 |
.1.3.6.1.2.1.40.2.1.1.36 |
||||||||||||||||
|
Destination class for this flow. Determined by the rules, set
by a PushRule action when this flow was entered in the table. |
Integer32 Constraints: range: 1-255 |
.1.3.6.1.2.1.40.2.1.1.37 |
||||||||||||||||
|
Class for this flow. Determined by the rules, set by a
PushRule action when this flow was entered in the table. |
Integer32 Constraints: range: 1-255 |
.1.3.6.1.2.1.40.2.1.1.38 |
||||||||||||||||
|
Source kind for this flow. Determined by the rules, set by
a PushRule action when this flow was entered in the table. |
Integer32 Constraints: range: 1-255 |
.1.3.6.1.2.1.40.2.1.1.39 |
||||||||||||||||
|
Destination kind for this flow. Determined by the rules, set
by a PushRule action when this flow was entered in the table. |
Integer32 Constraints: range: 1-255 |
.1.3.6.1.2.1.40.2.1.1.40 |
||||||||||||||||
|
Class for this flow. Determined by the rules, set by a
PushRule action when this flow was entered in the table. |
Integer32 Constraints: range: 1-255 |
.1.3.6.1.2.1.40.2.1.1.41 |
.1.3.6.1.2.1.40.2.2
·
1 row entry
·
4 columns
Uses the rfc variant from
Command help
/opt/observium/mibs/rfc.
Walk flowColumnActivityTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FLOW-METER-MIB::flowColumnActivityTable'
Index into the Flow Table. Allows a meter reader to retrieve a list containing the flow table indexes of flows which were last active at or after a given time, together with the values of a specified attribute for each such flow.
The Column Activity Entry for a particular attribute,
activity time and flow.
activity time and flow.
| Column | Syntax | OID | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
flowColumnActivityAttributedeprecated
Specifies the attribute for which values are required from
active flows. |
FlowAttributeNumber Type Values:
|
.1.3.6.1.2.1.40.2.2.1.1 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
flowColumnActivityTimedeprecated
This variable is a copy of flowDataLastActiveTime in the
flow data record identified by the flowColumnActivityIndex value of this flowColumnActivityTable entry. |
RMON2-MIBTimeFilter | .1.3.6.1.2.1.40.2.2.1.2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
flowColumnActivityIndexdeprecated
Index of a flow table entry which was active at or after
a specified flowColumnActivityTime. |
Integer32 Constraints: range: 1-2147483647 |
.1.3.6.1.2.1.40.2.2.1.3 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
flowColumnActivityDatadeprecated
Collection of attribute data for flows active after
flowColumnActivityTime. Within the OCTET STRING is a sequence of { flow index, attribute value } pairs, one for each active flow. The end of the sequence is marked b… |
OctetString Constraints: range: 3-1000 |
.1.3.6.1.2.1.40.2.2.1.4 |
flowDataPackageTable
table.1.3.6.1.2.1.40.2.3
·
1 row entry
·
5 columns
Uses the rfc variant from
Command help
/opt/observium/mibs/rfc.
Walk flowDataPackageTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FLOW-METER-MIB::flowDataPackageTable'
Index into the Flow Table. Allows a meter reader to retrieve a sequence containing the values of a specified set of attributes for a flow which came from a specified RuleSet and which was last active at or after a given time.
The data package containing selected variables from
active rows in the flow table.
active rows in the flow table.
| Column | Syntax | OID |
|---|---|---|
|
Specifies the attributes for which values are required from
an active flow. These are encoded as a sequence of octets each containing a FlowAttribute number, preceded by an octet giving the length of the sequence (not … |
OctetString | .1.3.6.1.2.1.40.2.3.1.1 |
|
Specifies the index (in the flowRuleSetInfoTable) of the rule
set which produced the required flow. |
Integer32 Constraints: range: 1-255 |
.1.3.6.1.2.1.40.2.3.1.2 |
|
This variable is a copy of flowDataLastActiveTime in the
flow data record identified by the flowPackageIndex value of this flowPackageTable entry. |
RMON2-MIBTimeFilter | .1.3.6.1.2.1.40.2.3.1.3 |
|
Index of a flow table entry which was active at or after
a specified flowPackageTime. |
Integer32 Constraints: range: 1-2147483647 |
.1.3.6.1.2.1.40.2.3.1.4 |
|
A collection of attribute values for a single flow, as
specified by this row's indexes. The attribute values are contained within a BER-encoded sequence [ASN-1, ASN-BER], in the order they appear in their flowPackageSe… |
OctetString | .1.3.6.1.2.1.40.2.3.1.5 |
flowRuleTable
table.1.3.6.1.2.1.40.3.1
·
1 row entry
·
7 columns
Uses the rfc variant from
Command help
/opt/observium/mibs/rfc.
Walk flowRuleTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FLOW-METER-MIB::flowRuleTable'
Contains all the RuleSets which may be used by the meter.
The rule record itself.
Indexes
| Column | Syntax | OID | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Selects a RuleSet from the array of RuleSets.
|
Integer32 Constraints: range: 1-2147483647 |
.1.3.6.1.2.1.40.3.1.1.1 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The index into the Rule table. N.B: These values will
normally be consecutive, given the fall-through semantics of processing the table. |
Integer32 Constraints: range: 1-2147483647 |
.1.3.6.1.2.1.40.3.1.1.2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
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 i… |
RuleAttributeNumberr/w Type Values:
|
.1.3.6.1.2.1.40.3.1.1.3 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The initial mask used to compute the desired value. If the
mask is zero the rule's test will always succeed. |
RuleAddressr/w Type Constraints: range: 2..20 |
.1.3.6.1.2.1.40.3.1.1.4 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
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 flowRuleMatched… |
RuleAddressr/w Type Constraints: range: 2..20 |
.1.3.6.1.2.1.40.3.1.1.5 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
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' d… |
ActionNumberr/w Type Values:
|
.1.3.6.1.2.1.40.3.1.1.6 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
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 failed; details are given in the 'Traffic Fl… |
Integer32r/w Constraints: range: 1-65535 |
.1.3.6.1.2.1.40.3.1.1.7 |