appcModeOperInBoundCompLevel
APPC-MIB ·
.1.3.6.1.2.1.34.3.1.2.6.1.21
Object
column Enumeration
Specifies the maximum level of compression supported for
inbound data. The local LU uses this value in conjunction with
appcModeOperCompression for negotiation during session
activation (SNA BIND).
none - specifies that no compression is to be used.
rle - specifies run-length encoding compression
in which a 1 or 2 byte sequence substitution is
used for each repeated run of the same character.
lz9 - specifies Lempel-Ziv-like compression in which
9 bit codes are used to substitute repeated
substrings in the data stream. These codes are
indices that refer to entries in a common
dictionary generated adaptively at both sender and
receiver as the data flows and compression occurs.
The larger of number bits used for the code, the
more storage space is required for the dictionary,
but the larger the compression ratio.
lz10 - specifies a 10 bit code Lempel-Ziv-like compression.
lz12 - specifies a 12 bit code Lempel-Ziv-like compression.
Context
- MIB
- APPC-MIB
- OID
.1.3.6.1.2.1.34.3.1.2.6.1.21- Type
- column
- Access
- readonly
- Status
- current
- Parent
- appcModeOperEntry
- 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 'APPC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPC-MIB::appcModeOperInBoundCompLevel'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'APPC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'APPC-MIB::appcModeOperInBoundCompLevel.<appcModeOperLocLuName>.<appcModeOperParLuName>.<appcModeOperModeName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'APPC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'APPC-MIB::appcModeOperInBoundCompLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | rle |
3 | lz9 |
4 | lz10 |
5 | lz12 |
Conformance
Member of