flowPackageData

FLOW-METER-MIB · .1.3.6.1.2.1.40.2.3.1.5

Object

column OctetString
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

Context

MIB
FLOW-METER-MIB
OID
.1.3.6.1.2.1.40.2.3.1.5
Type
column
Access
readonly
Status
current
Parent
flowDataPackageEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/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::flowPackageData'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FLOW-METER-MIB::flowPackageData.<flowPackageSelector>.<flowPackageRuleSet>.<flowPackageTime>.<flowPackageIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FLOW-METER-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FLOW-METER-MIB::flowPackageData'

Syntax

OctetString

Values & Constraints

No enumerated values or constraints recorded.

Conformance