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

📄 rfc2051.txt

📁 著名的RFC文档,其中有一些文档是已经翻译成中文的的.
💻 TXT
📖 第 1 页 / 共 5 页
字号:
      DESCRIPTION          "Specifies the CNOS command or verb to issue.  First set the          values of the particular CNOS parameter objects (from the range          { appcCnosControl 2 } through { appcCnosControl 8 }) that apply          to the CNOS command to be executed, set the three CNOS target          objects ({ appcCnosControl 9 } through { appcCnosControl 11 }),          then set this object to the command to be executed.          Here is the list of parameter objects that must be set for each          of the CNOS commands:             INIT_SESSION_LIMIT -                appcCnosMaxSessLimit                appcCnosMinCwinLimit                appcCnosMinClosLimit                appcCnosTargetLocLuName                appcCnosTargetParLuName                appcCnosTargetModeName             CHANGE_SESSION_LIMIT -                appcCnosMaxSessLimit                appcCnosMinCwinLimit                appcCnosMinClosLimit                appcCnosResponsible                appcCnosTargetLocLuName                appcCnosTargetParLuName                appcCnosTargetModeName             RESET_SESSION_LIMIT -                appcCnosResponsible                appcCnosDrainPart                appcCnosForce                appcCnosTargetLocLuName                appcCnosTargetParLuName                appcCnosTargetModeName          "      ::= { appcCnosControl 1 }appcCnosMaxSessLimit OBJECT-TYPE      SYNTAX Integer32      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Specifies the maximum value that the local LU is to use,          during CNOS processing, for the session limit.  The local LU,          as a target LU, will negotiate a higher session limit it          receives in the CNOS request down to this maximum value.  TheAllen, et. al.              Standards Track                    [Page 21]RFC 2051              SNANAU APPC MIB using SMIv2           October 1996          local LU, as a source LU, will restrict the session limit it          sends in a CNOS request to a value less than or equal to this          maximum value.           If set (i.e., greater than 0), this overrides the maximum           session limit defined in the appcModeAdminTable.           This parameter should be set to the desired value before           setting the command (appcCnosCommand).           This parameter applies to the INITIALIZE_SESSION_LIMIT and           CHANGE_SESSION_LIMIT verbs."      DEFVAL { 0 }      ::= { appcCnosControl 2 }appcCnosMinCwinLimit OBJECT-TYPE      SYNTAX Integer32      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Specifies the default minimum contention winner sessions          limit.          This parameter should be set to the desired value before          setting the command (appcCnosCommand).          This parameter applies to the INITIALIZE_SESSION_LIMIT and          CHANGE_SESSION_LIMIT verbs."      DEFVAL { 0 }      ::= { appcCnosControl 3 }appcCnosMinClosLimit OBJECT-TYPE      SYNTAX Integer32      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Specifies the default minimum contention loser sessions limit.           This parameter should be set to the desired value before           setting the command (appcCnosCommand).           This parameter applies to the INITIALIZE_SESSION_LIMIT and           CHANGE_SESSION_LIMIT verbs."Allen, et. al.              Standards Track                    [Page 22]RFC 2051              SNANAU APPC MIB using SMIv2           October 1996      DEFVAL { 0 }      ::= { appcCnosControl 4 }appcCnosDrainSelf OBJECT-TYPE      SYNTAX INTEGER {                      no(1),                      yes(2)                     }      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Specifies whether the local LU is draining its conversations          for this mode.  When a mode session limit is reset (via a CNOS          RESET_SESSION_LIMIT request), the local LU could be set to          process all queued conversations before deactivating all of the          sessions (using the SNA Bracket Initiation Stopped or BIS          protocol).          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 5 }appcCnosDrainPart OBJECT-TYPE      SYNTAX INTEGER {                      no(1),                      yes(2)                     }      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Specifies whether the partner LU is draining its conversations          for this mode.  When a mode session limit is reset (via a CNOS          RESET_SESSION_LIMIT request), the partner LU could be set to          process all queued conversations before deactivating all of the          sessions (using the SNA Bracket Initiation Stop or BIS          protocol).          This parameter should be set to the desired value before          setting the command (appcCnosCommand).          This parameter applies only to the RESET_SESSION_LIMIT verb."Allen, et. al.              Standards Track                    [Page 23]RFC 2051              SNANAU APPC MIB using SMIv2           October 1996      DEFVAL { yes }      ::= { appcCnosControl 6 }appcCnosResponsible OBJECT-TYPE      SYNTAX INTEGER {                      source(1),                      target(2)                     }      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Specifies which LU is responsible for selecting and          deactivating sessions as a result of a change that decreases          the session limit or the maximum number of contention winner          sessions for the source or target LU.  If no session need to be          deactivated, this parameter is ignored.                source  -       specifies that the source (local) LU is                                responsible.  The target (partner) LU                                cannot negotiate this value.                target  -       specifies that the target (partner) LU is                                responsible. The target LU can negotiate                                this value to source.           This parameter should be set to the desired value before           setting the command (appcCnosCommand).           This parameter applies to the RESET_SESSION_LIMIT and           CHANGE_SESSION_LIMIT verbs."      DEFVAL { source }      ::= { appcCnosControl 7 }appcCnosForce OBJECT-TYPE      SYNTAX INTEGER {                      no(1),                      yes(2)                     }      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 beforeAllen, et. al.              Standards Track                    [Page 24]RFC 2051              SNANAU APPC MIB using SMIv2           October 1996           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 beAllen, et. al.              Standards Track                    [Page 25]RFC 2051              SNANAU APPC MIB using SMIv2           October 1996           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. "Allen, et. al.              Standards Track                    [Page 26]RFC 2051              SNANAU APPC MIB using SMIv2           October 1996      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."

⌨️ 快捷键说明

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