appcLluAdminOutBoundCompLevel
APPC-MIB ·
.1.3.6.1.2.1.34.3.1.2.1.1.8
Object
column
Enumeration
Specifies the maximum level of compression supported for
outbound data. The local LU uses this value in conjunction
with appcLluAdminCompression 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.1.1.8- Type
- column
- Access
- readonly
- Status
- current
- Parent
- appcLluAdminEntry
- Table
- appcLluAdminTable
- Siblings
- 9
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | rle |
3 | lz9 |
4 | lz10 |
5 | lz12 |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| appcLluAdminName Specifies the name of the local LU. This field is from 1 to
17 characters in length, including a period (.) which separates
the NetId from the NAU name if the NetId is present. | column | OctetString | .1.3.6.1.2.1.34.3.1.2.1.1.1 |
| appcLluAdminAlias A local alias for the local LU. If not known or
not applicable, this object contains a zero-length
string. | column | OctetString | .1.3.6.1.2.1.34.3.1.2.1.1.10 |
| appcLluAdminDepType This value identifies whether the LU is dependent or
independent. | column | Enumeration | .1.3.6.1.2.1.34.3.1.2.1.1.2 |
| appcLluAdminLocalAddress The local address for this LU is a byte with a value ranging
from 0 to 254. For dependent LUs, this value ranges from 1 to
254; for independent LUs this value is a… | column | OctetString | .1.3.6.1.2.1.34.3.1.2.1.1.3 |
| appcLluAdminSessLimit The maximum number of sessions supported by this LU. | column | SNMPv2-SMIInteger32 | .1.3.6.1.2.1.34.3.1.2.1.1.4 |
| appcLluAdminBindRspMayQ Indicates whether or not the local LU, as the sender of a BIND
request, allows a partner partner LU to delay sending the BIND
response if the partner LU cannot process the BIND re… | column | Enumeration | .1.3.6.1.2.1.34.3.1.2.1.1.5 |
| appcLluAdminCompression Specifies whether compression is supported. The local LU uses
this value for negotiation during session activation
(SNA BIND).
prohibited - specifies that no c… | column | Enumeration | .1.3.6.1.2.1.34.3.1.2.1.1.6 |
| appcLluAdminInBoundCompLevel Specifies the maximum level of compression supported for
inbound data. The local LU uses this value in conjunction with
appcLluAdminCompression for negotiation during session
act… | column | Enumeration | .1.3.6.1.2.1.34.3.1.2.1.1.7 |
| appcLluAdminCompRleBeforeLZ Specifies whether run-length encoding is to be applied to the
data before applying Lempel-Ziv-like compression. The local LU
uses this value for negotiation during session activa… | column | Enumeration | .1.3.6.1.2.1.34.3.1.2.1.1.9 |