All MIBs › FLOW-METER-MIB › flowPackageData
flowPackageData
Module: FLOW-METER-MIB
OID (symbolic): FLOW-METER-MIB::flowPackageData
OID (numeric): 1.3.6.1.2.1.40.2.3.1.5
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description: 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 flowPackageSelector.
For example, to retrieve a flowPackage containing values for attributes 11, 18 and 29, for a flow in RuleSet 7, with flow index 3447, one would GET the package whose Object Identifier (OID) is flowPackageData . 3.11.18.29 . 7. 0 . 3447
To get a package for the next such flow which had been active since time 12345 one would GETNEXT the package whose Object Identifier (OID) is flowPackageData . 3.11.18.29 . 7. 12345 . 3447
What is flowPackageData?
Holds a BER-encoded bundle of attribute values for one flow, in the order listed by the row's flowPackageSelector, letting a reader fetch several attributes for a flow in a single GET instead of one at a time. For example, retrieving attributes 11, 18, and 29 for flow index 3447 in RuleSet 7 means GETting the OID flowPackageData.3.11.18.29.7.0.3447.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.40.2.3.1.5 snmpwalk -v2c -c public <target> FLOW-METER-MIB::flowPackageData
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.40.2.3.1.5.1 snmpget -v2c -c public <target> FLOW-METER-MIB::flowPackageData.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> flowPackageData.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::flowPackageData 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.3 | flowDataPackageTable | FLOW-METER-MIB |
| 1.3.6.1.2.1.40.2.3.1 | flowDataPackageEntry | FLOW-METER-MIB |
| 1.3.6.1.2.1.40.2.3.1.5 | flowPackageData | FLOW-METER-MIB |