rohcRtpContextLargePktsAllowed

ROHC-RTP-MIB · .1.3.6.1.2.1.114.1.1.1.6

Object

Boolean, only applicable to compressor contexts using the
LLA profile.  It specifies how to handle packets that do
not fit any of the preferred packet sizes specified.  If
its value is true, the compressor must deliver the larger
packet as-is and must not use segmentation.  If it is set
to false, the ROHC segmentation scheme must be used to
split the packet into two or more segments, and each
segment must further be padded to fit one of the preferred
packet sizes.
              
The value of this object is only valid for LLA profiles,
i.e., if the corresponding rohcProfile has a value of
0x0005.  If the corresponding rohcProfile has a value
other than 0x0005, then this object MUST NOT be
instantiated.

Context

MIB
ROHC-RTP-MIB
OID
.1.3.6.1.2.1.114.1.1.1.6
Type
column
Access
readonly
Status
current
Parent
rohcRtpContextEntry
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 'ROHC-RTP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ROHC-RTP-MIB::rohcRtpContextLargePktsAllowed'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ROHC-RTP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ROHC-RTP-MIB::rohcRtpContextLargePktsAllowed.<rohcChannelID>.<rohcContextCID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ROHC-RTP-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ROHC-RTP-MIB::rohcRtpContextLargePktsAllowed'

Syntax

Source
SNMPv2-TCTruthValue
Base type
Enumeration
Type Description
Represents a boolean value.

Values & Constraints

Type Values
1true
2false

Conformance