📄 rfc2051.mib
字号:
STATUS current DESCRIPTION "This value identifies whether the LU is dependent or independent." ::= { appcLluOperEntry 2 }appcLluOperLocalAddress OBJECT-TYPE SYNTAX OCTET STRING (SIZE (1)) MAX-ACCESS read-only STATUS current DESCRIPTION "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 always 0." ::= { appcLluOperEntry 3 }appcLluOperSessLimit OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The maximum number of sessions supported by this LU." ::= { appcLluOperEntry 4 }appcLluOperBindRspMayQ OBJECT-TYPE SYNTAX INTEGER { no(1), yes(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Indicates whether or not the local LU, as the sender of a BIND request, allows a partner LU to delay sending the BIND response if the partner LU cannot process the BIND request immediately." ::= { appcLluOperEntry 5 }appcLluOperCompression OBJECT-TYPE SYNTAX INTEGER { prohibited(1), required(2), negotiable(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies whether compression is supported. The local LU uses this value for negotiation during session activation (SNA BIND). prohibited - specifies that no compression is to be used. required - specifies that compression is required. negotiable - specifies that the usage of compression is to be negotiated between the LUs. The level of compression is also negotiated." ::= { appcLluOperEntry 6 }appcLluOperInBoundCompLevel OBJECT-TYPE SYNTAX INTEGER { none(1), rle(2), lz9(3), lz10(4), lz12(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies the maximum level of compression supported for inbound data. The local LU uses this value in conjunction with appcLluOperCompression 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." ::= { appcLluOperEntry 7 }appcLluOperOutBoundCompLevel OBJECT-TYPE SYNTAX INTEGER { none(1), rle(2), lz9(3), lz10(4), lz12(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "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." ::= { appcLluOperEntry 8 }appcLluOperCompRleBeforeLZ OBJECT-TYPE SYNTAX INTEGER { no(1), yes(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "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 activation (SNA BIND). This parameter is only supported if LZ compression is used." ::= { appcLluOperEntry 9 }appcLluOperAlias OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) MAX-ACCESS read-only STATUS current DESCRIPTION "A local alias for the local LU. If not known or not applicable, this object contains a zero-length string." ::= { appcLluOperEntry 10 }appcLluOperActiveSessions OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies the total number of active APPC sessions for this LU." ::= { appcLluOperEntry 11 }-- *********************************************************************-- APPC LU Pair Admin Table-- Objects in this table contain default or expected configuration-- values for 6.2 LU pairs. An LU pair consists of a local LU and-- a partner LU, which may or may not be local.-- *********************************************************************appcLuPairAdminTable OBJECT-TYPE SYNTAX SEQUENCE OF AppcLuPairAdminEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "APPC Partner LU administrative Table" ::= { appcLu 3 }appcLuPairAdminEntry OBJECT-TYPE SYNTAX AppcLuPairAdminEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "Entry of APPC Partner LU Information Table. It is indexed by the local and partner LU Names." INDEX { appcLuPairAdminLocLuName, appcLuPairAdminParLuName } ::= { appcLuPairAdminTable 1 }AppcLuPairAdminEntry ::= SEQUENCE { appcLuPairAdminLocLuName DisplayString, appcLuPairAdminParLuName DisplayString, appcLuPairAdminParLuAlias DisplayString, appcLuPairAdminSessLimit Integer32, appcLuPairAdminSessSec INTEGER, appcLuPairAdminSecAccept INTEGER, appcLuPairAdminLinkObjId InstancePointer, appcLuPairAdminParaSessSup INTEGER }appcLuPairAdminLocLuName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..17)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The SNA name of the local LU to which this partner LU definition applies. 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. The reserved value '*ALL' indicates that the partner LU definition applies to all local LUs, and not just to a single local LU." ::= { appcLuPairAdminEntry 1 }appcLuPairAdminParLuName OBJECT-TYPE SYNTAX DisplayString (SIZE (1..17)) MAX-ACCESS not-accessible STATUS current DESCRIPTION "The SNA name of the partner 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." ::= { appcLuPairAdminEntry 2 }appcLuPairAdminParLuAlias OBJECT-TYPE SYNTAX DisplayString (SIZE (0..8)) MAX-ACCESS read-only STATUS current DESCRIPTION "A local alias for the partner LU. If not known or not applicable, this object contains a zero-length string." ::= { appcLuPairAdminEntry 3 }appcLuPairAdminSessLimit OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "The maximum number of sessions supported by this partner LU." ::= { appcLuPairAdminEntry 4 }appcLuPairAdminSessSec OBJECT-TYPE SYNTAX INTEGER { required(1), accepted(2), notAllowed(3) } MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies the type of session-level security information that a local LU will accept on BIND requests it receives from the partner LU. required - Specifies that the BIND request must carry session level verification information that will be verified upon receipt. accepted - Specifies that the BIND request may carry session level verification information that will be verified upon receipt. notAllowed - Specifies that the BIND request must not carry session level verification information." ::= { appcLuPairAdminEntry 5 }appcLuPairAdminSecAccept OBJECT-TYPE SYNTAX INTEGER { none(1), conversation(2), alreadyVerified(3), persistentVerification(4), aVandpV(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies support for different levels of access security information in ATTACH requests received from this partner LU. Possible values are: none - No access security information will be accepted on allocation requests (ATTACH) from this LU. conversation - Allocation requests will not be accepted that include already verified or persistent verification indicators. Accept conversation-level access security information, which must include both a user Id and password, and may also include a profile. alreadyVerified - Allocation requests will be accepted that include already verified indicators. Persistent verification indicators will not be accepted. persistentVerification - Allocation requests will be accepted that include persistent verification indicators. Already verified indicators will not be accepted. aVandpV - Allocation requests will be accepted that include already verified or persistent verification indicators." ::= { appcLuPairAdminEntry 6 }appcLuPairAdminLinkObjId OBJECT-TYPE SYNTAX InstancePointer MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies the link associated with this partner LU. This value points to the row in the table containing information on the link instance. (e.g., the sdlcLSAdminTable of the SNA DLC MIB module). This object may be NULL if the link is not specified or if a link is not applicable (as for APPN-level nodes)." ::= { appcLuPairAdminEntry 7 }appcLuPairAdminParaSessSup OBJECT-TYPE SYNTAX INTEGER { no(1), yes(2) } MAX-ACCESS read-only STATUS current DESCRIPTION "Defined Parallel Sessions Supported. Indicates whether or not multiple sessions between the partner LU and its associated local LU are permitted. Parallel session support also indicates that Change Number of Sessions (CNOS) will be used to negotiate session limits between the LUs." ::= { appcLuPairAdminEntry 8 }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -