aggrCtlCompressionAlgorithm
AGGREGATE-MIB ·
.1.3.6.1.3.123.1.1.4
Object
column r/w
Enumeration
The compression algorithm that will be used by the agent to compress the value of the aggregated object. The deflate algorithm and corresponding data format specification is described in RFC 1951. It is compatible with the widely used gzip utility.
Context
- MIB
- AGGREGATE-MIB
- OID
.1.3.6.1.3.123.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- aggrCtlEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk 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 'AGGREGATE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AGGREGATE-MIB::aggrCtlCompressionAlgorithm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AGGREGATE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AGGREGATE-MIB::aggrCtlCompressionAlgorithm.<aggrCtlEntryID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AGGREGATE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AGGREGATE-MIB::aggrCtlCompressionAlgorithm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | deflate |
Conformance
Member of