rohcContextDecompressorDepth
ROHC-MIB ·
.1.3.6.1.2.1.112.1.2.1.5
Object
column SNMPv2-SMIUnsigned32
This object indicates whether reverse decompression, for
example as described in RFC 3095, Section 6.1, is used
on this channel or not, and if used, to what extent.
Its value is only valid for decompressor contexts, i.e.,
if rohcInstanceType has the value decompressor(2). For
compressor contexts where rohcInstanceType has the value
compressor(1), the value of this object is irrelevant
and MUST be set to zero (0).
The value of the reverse decompression depth indicates
the maximum number of packets that are buffered, and thus
possibly be reverse decompressed by the decompressor.
A zero (0) value means that reverse decompression is not
used.
Context
- MIB
- ROHC-MIB
- OID
.1.3.6.1.2.1.112.1.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rohcContextEntry
- 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 'ROHC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ROHC-MIB::rohcContextDecompressorDepth'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ROHC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ROHC-MIB::rohcContextDecompressorDepth.<rohcChannelID>.<rohcContextCID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ROHC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ROHC-MIB::rohcContextDecompressorDepth'
Syntax
- Source
- SNMPv2-SMIUnsigned32
- Base type
Unsigned32
Values & Constraints
Type Constraints
range: 0..4294967295
Conformance
Member of