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

📄 rfc2051.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
-- *********************************************************************--    APPC LU Pair Oper Table--    Objects in this table contain current operational values, such--    as state values or negotiated parameters, for 6.2 LU pairs.-- *********************************************************************appcLuPairOperTable OBJECT-TYPE      SYNTAX SEQUENCE OF AppcLuPairOperEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Table of active partner/local LU pairs.  Two entries are          present in the table when both LUs in a pair are local."      ::= { appcLu 4 }appcLuPairOperEntry OBJECT-TYPE      SYNTAX AppcLuPairOperEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Entry representing one partner/local LU pair."      INDEX { appcLuPairOperLocLuName,              appcLuPairOperParLuName  }      ::= { appcLuPairOperTable 1 }AppcLuPairOperEntry     ::= SEQUENCE {    appcLuPairOperLocLuName             DisplayString,    appcLuPairOperParLuName             DisplayString,    appcLuPairOperParLuAlias            DisplayString,    appcLuPairOperSessLimit             Integer32,    appcLuPairOperSessSec               INTEGER,    appcLuPairOperSecAccept             INTEGER,    appcLuPairOperLinkObjId             InstancePointer,    appcLuPairOperParaSessSup           INTEGER,    appcLuPairOperParaSessSupLS         INTEGER,    appcLuPairOperState                 INTEGER   }appcLuPairOperLocLuName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..17))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The SNA 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.          If this object has the same value as appcLluOperName,          then the two entries being indexed apply to the same          resource (specifically, to the same local LU)."      ::= { appcLuPairOperEntry 1 }appcLuPairOperParLuName 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."      ::= { appcLuPairOperEntry 2 }appcLuPairOperParLuAlias 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."      ::= { appcLuPairOperEntry 3 }appcLuPairOperSessLimit OBJECT-TYPE      SYNTAX Integer32      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The maximum number of sessions supported by this partner LU."      ::= { appcLuPairOperEntry 4 }appcLuPairOperSessSec OBJECT-TYPE      SYNTAX INTEGER {                      required(1),                      accepted(2),                      notAllowed(3)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Specifies the type of 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."      ::= { appcLuPairOperEntry 5 }appcLuPairOperSecAccept 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 security acceptance           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."      ::= { appcLuPairOperEntry 6 }appcLuPairOperLinkObjId 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)."      ::= { appcLuPairOperEntry 7 }appcLuPairOperParaSessSup OBJECT-TYPE      SYNTAX INTEGER {                      no(1),                      yes(2)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Active Parallel Sessions Supported.           Indicates whether or not multiple session 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."      ::= { appcLuPairOperEntry 8 }appcLuPairOperParaSessSupLS OBJECT-TYPE      SYNTAX INTEGER {                      no(1),                      yes(2)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Active Parallel Sessions Supported - last starting value.           This object represents the initial value proposed by the local           LU the last time this capability was negotiated, i.e., when           the first session was bound between the local LU and its           partner."      ::= { appcLuPairOperEntry 9 }appcLuPairOperState OBJECT-TYPE      SYNTAX INTEGER {                      inactive (1),                      active (2)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The value identifies the current operational state of this LU          pair:                  inactive (1) - no active or pending session exists                                 between the LUs.                  active (2)   - an active or pending session exists                                 between the LUs."      ::= { appcLuPairOperEntry 10 }-- *********************************************************************--    APPC Mode Admin Table--    Objects in this table contain default or expected configuration--    values for session modes.--    Modes that have active sessions appear in the appcModeOperTable.-- *********************************************************************appcModeAdminTable OBJECT-TYPE      SYNTAX SEQUENCE OF AppcModeAdminEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "APPC Mode Table"      ::= { appcLu 5 }appcModeAdminEntry OBJECT-TYPE      SYNTAX AppcModeAdminEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Entry of APPC Mode Information Table."      INDEX { appcModeAdminLocLuName,              appcModeAdminParLuName,              appcModeAdminModeName }      ::= { appcModeAdminTable 1 }AppcModeAdminEntry     ::= SEQUENCE {               appcModeAdminLocLuName          DisplayString,               appcModeAdminParLuName          DisplayString,               appcModeAdminModeName           DisplayString,               appcModeAdminCosName            DisplayString,               appcModeAdminSessEndTpName      DisplayString,               appcModeAdminMaxSessLimit       Integer32,               appcModeAdminMinCwinLimit       Integer32,               appcModeAdminMinClosLimit       Integer32,               appcModeAdminConWinAutoActLmt   Integer32,               appcModeAdminRecvPacWinSz       Integer32,               appcModeAdminSendPacWinSz       Integer32,               appcModeAdminPrefRecvRuSz       Integer32,               appcModeAdminPrefSendRuSz       Integer32,               appcModeAdminRecvRuSzUpBnd      Integer32,               appcModeAdminSendRuSzUpBnd      Integer32,               appcModeAdminRecvRuSzLoBnd      Integer32,               appcModeAdminSendRuSzLoBnd      Integer32,               appcModeAdminSingSessReinit     INTEGER,               appcModeAdminCompression        INTEGER,               appcModeAdminInBoundCompLevel   INTEGER,               appcModeAdminOutBoundCompLevel  INTEGER,               appcModeAdminCompRleBeforeLZ    INTEGER,               appcModeAdminSyncLvl            INTEGER,               appcModeAdminCrypto             INTEGER                     }appcModeAdminLocLuName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..17))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The SNA name of the local LU to which this mode 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 mode definition           applies to all local LUs for the SNA node identified by           appcLocalCpName, and not just to a single local LU."      ::= { appcModeAdminEntry 1 }appcModeAdminParLuName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..17))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The SNA name of the partner LU to which this mode 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 mode definition           applies to all partner LUs for the SNA node identified by           appcModeAdminLocLuName, and not just to a single partner LU."      ::= { appcModeAdminEntry 2 }appcModeAdminModeName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..8))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Specifies the mode name. A mode defines the characteristics           for a group of sessions. The mode name can be blank (8           space characters). "      ::= { appcModeAdminEntry 3 }appcModeAdminCosName OBJECT-TYPE      SYNTAX DisplayString (SIZE (0..8))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Specifies the class of service (COS) name associated with           this mode.  If the implementation does not support COS names,           a null string is returned."      ::= { appcModeAdminEntry 4 }appcModeAdminSessEndTpName OBJECT-TYPE      SYNTAX DisplayString (SIZE (0..64))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Specifies the name of the transaction program (TP) to be          invoked when a session using this mode is deactivated or ended.          If no such TP is defined, this object is a null string.  When          the TP name consists entirely of displayable EBCDIC code          points, it is mapped directly to the equivalent ASCII display          string.  However, registered TP names always have a non-          displayable EBCDIC code point (value less than or equal to          x'3F') as the first character, so they cannot be directly          mapped to an ASCII display string.  These TP names are          converted to a display string that is equivalent to a          hexadecimal display of the EBCDIC code points.  For example,          the 2-byte TP name x'06F1' (CNOS) is converted to the 6-byte          ASCII display string '06F1' (including the two single quotes).          "      ::

⌨️ 快捷键说明

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