⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rfc2051.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
                     }      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Specifies whether the local LU should force the resetting of          the session limit when certain error conditions occur that          prevent the successful exchange of CNOS request and reply.           This parameter should be set to the desired value before           setting the command (appcCnosCommand).           This parameter applies only to the RESET_SESSION_LIMIT verb."      DEFVAL { no }      ::= { appcCnosControl 8 }appcCnosTargetLocLuName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..17))      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "The SNA name of the local LU to which the CNOS command is           to be applied. 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.           This object should be set to the desired value before setting           the command (appcCnosCommand).           This parameter applies to all CNOS verbs."      ::= { appcCnosControl 9 }appcCnosTargetParLuName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..17))      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "The SNA name of the partner LU to which the CNOS command is           to be applied. 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.           This object should be set to the desired value before setting           the command (appcCnosCommand).           This parameter applies to all CNOS verbs."      ::= { appcCnosControl 10 }appcCnosTargetModeName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..8))      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Specifies the mode name to which the CNOS command is to be           applied.           This object should be set to the desired value before setting           the command (appcCnosCommand).           This parameter applies to all CNOS verbs."      ::= { appcCnosControl 11 }-- *********************************************************************--    APPC LU information-- -----------------------------------------------------------------------  Local LU--  Partner LU--  Mode-- *********************************************************************-- *********************************************************************--  APPC Local LU----  The entries in the following tables provide information for--  independent and dependent LU 6.2.---- *********************************************************************-- *********************************************************************--    APPC Local LU Admin Table--    Objects in this table contain default or expected configuration--    values for local 6.2 LUs.-- *********************************************************************appcLluAdminTable OBJECT-TYPE      SYNTAX SEQUENCE OF AppcLluAdminEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "APPC Local LU Admin Table."      ::= { appcLu 1 }appcLluAdminEntry OBJECT-TYPE      SYNTAX AppcLluAdminEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Information about local APPC LUs. "      INDEX { appcLluAdminName }      ::= { appcLluAdminTable 1 }AppcLluAdminEntry     ::= SEQUENCE {        appcLluAdminName               DisplayString,        appcLluAdminDepType            INTEGER,        appcLluAdminLocalAddress       OCTET STRING,        appcLluAdminSessLimit          Integer32,        appcLluAdminBindRspMayQ        INTEGER,        appcLluAdminCompression        INTEGER,        appcLluAdminInBoundCompLevel   INTEGER,        appcLluAdminOutBoundCompLevel  INTEGER,        appcLluAdminCompRleBeforeLZ    INTEGER,        appcLluAdminAlias              DisplayString                     }appcLluAdminName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..17))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "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."      ::= { appcLluAdminEntry 1 }appcLluAdminDepType OBJECT-TYPE      SYNTAX INTEGER {                      dependent(1),                      independent(2)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "This value identifies whether the LU is dependent or          independent."      ::= { appcLluAdminEntry 2 }appcLluAdminLocalAddress 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."      ::= { appcLluAdminEntry 3 }appcLluAdminSessLimit OBJECT-TYPE      SYNTAX Integer32      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The maximum number of sessions supported by this LU."      ::= { appcLluAdminEntry 4 }appcLluAdminBindRspMayQ 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 partner LU to delay sending the BIND          response if the partner LU cannot process the BIND request          immediately."      ::= { appcLluAdminEntry 5 }appcLluAdminCompression 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."      ::= { appcLluAdminEntry 6 }appcLluAdminInBoundCompLevel 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          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 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."      ::= { appcLluAdminEntry 7 }appcLluAdminOutBoundCompLevel 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."      ::= { appcLluAdminEntry 8 }appcLluAdminCompRleBeforeLZ 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."      ::= { appcLluAdminEntry 9 }appcLluAdminAlias 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."      ::= { appcLluAdminEntry 10 }-- *********************************************************************--    APPC Local LU Oper Table--    Objects in this table contain current operational values, such--    as state values or negotiated parameters, for local 6.2 LUs.-- *********************************************************************appcLluOperTable OBJECT-TYPE      SYNTAX SEQUENCE OF AppcLluOperEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "APPC Local LU Operational Table."      ::= { appcLu 2 }appcLluOperEntry OBJECT-TYPE      SYNTAX AppcLluOperEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Information about local APPC LUs."      INDEX { appcLluOperName }      ::= { appcLluOperTable 1 }AppcLluOperEntry     ::= SEQUENCE {        appcLluOperName               DisplayString,        appcLluOperDepType            INTEGER,        appcLluOperLocalAddress       OCTET STRING,        appcLluOperSessLimit          Integer32,        appcLluOperBindRspMayQ        INTEGER,        appcLluOperCompression        INTEGER,        appcLluOperInBoundCompLevel   INTEGER,        appcLluOperOutBoundCompLevel  INTEGER,        appcLluOperCompRleBeforeLZ    INTEGER,        appcLluOperAlias              DisplayString,        appcLluOperActiveSessions     Gauge32                     }appcLluOperName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..17))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "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."      ::= { appcLluOperEntry 1 }appcLluOperDepType OBJECT-TYPE      SYNTAX INTEGER {                      dependent(1),                      independent(2)                     }      MAX-ACCESS read-only

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -