All MIBs › FLOW-METER-MIB › flowColumnActivityData
flowColumnActivityData
Module: FLOW-METER-MIB
OID (symbolic): FLOW-METER-MIB::flowColumnActivityData
OID (numeric): 1.3.6.1.2.1.40.2.2.1.4
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: 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 by a flow index value of 0, indicating that there are no more rows in this column.
The format of objects inside flowColumnFlowData is as follows. All numbers are unsigned. Numbers and strings appear with their high-order bytes leading. Numbers are fixed size, as specified by their SYNTAX in the flow table (above), i.e. one octet for flowAddressType and small constants, and four octets for Counter and TimeStamp. Strings are variable-length, with
the length given in a single leading octet.
The following is an attempt at an ASN.1 definition of flowColumnActivityData:
flowColumnActivityData ::= SEQUENCE flowRowItemEntry flowRowItemEntry ::= SEQUENCE { flowRowNumber Integer32 (1..65535), -- 0 indicates the end of this column flowDataValue flowDataType -- Choice depends on attribute } flowDataType ::= CHOICE { flowByteValue Integer32 (1..255), flowShortValue Integer32 (1..65535), flowLongValue Integer32, flowStringValue OCTET STRING -- Length (n) in first byte, -- n+1 bytes total length, trailing zeroes truncated }
What is flowColumnActivityData?
This deprecated field packed a batch of {flow index, attribute value} pairs for active flows into a single encoded octet string; the Data Package table (flowPackageData) replaced this bulk-retrieval mechanism in current implementations.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.40.2.2.1.4 snmpwalk -v2c -c public <target> FLOW-METER-MIB::flowColumnActivityData
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.40.2.2.1.4.1 snmpget -v2c -c public <target> FLOW-METER-MIB::flowColumnActivityData.1
Start monitoring Vendor-neutral RTFM traffic flow meter/router, any manufacturer (RFC 2720) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the FLOW-METER-MIB::flowColumnActivityData OID value, configure state conditions and alerts, and monitor any Vendor-neutral RTFM traffic flow meter/router, any manufacturer (RFC 2720) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.2 | mgmt | AXON-MIB |
| 1.3.6.1.2.1 | mib_2 | AXON-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.2.1.40 | flowMIB | FLOW-METER-MIB |
| 1.3.6.1.2.1.40.2 | flowData | FLOW-METER-MIB |
| 1.3.6.1.2.1.40.2.2 | flowColumnActivityTable | FLOW-METER-MIB |
| 1.3.6.1.2.1.40.2.2.1 | flowColumnActivityEntry | FLOW-METER-MIB |
| 1.3.6.1.2.1.40.2.2.1.4 | flowColumnActivityData | FLOW-METER-MIB |