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

📄 rfc2232.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 2 页
字号:
APPN-DLUR-MIB DEFINITIONS ::= BEGINIMPORTS        DisplayString, TruthValue                FROM SNMPv2-TC        OBJECT-TYPE, MODULE-IDENTITY, Unsigned32                FROM SNMPv2-SMI        MODULE-COMPLIANCE, OBJECT-GROUP                FROM SNMPv2-CONF        snanauMIB                FROM SNA-NAU-MIB        SnaControlPointName                FROM APPN-MIB;dlurMIB MODULE-IDENTITY        LAST-UPDATED  "9705101500Z"        ORGANIZATION  "IETF SNA NAU MIB WG / AIW APPN/HPR MIBs SIG"        CONTACT-INFO                "                        Bob Clouston                        Cisco Systems                        7025 Kit Creek Road                        P.O. Box 14987                        Research Triangle Park, NC 27709, USA                        Tel:    1 919 472 2333                        E-mail: clouston@cisco.com                        Bob Moore                        IBM Corporation                        800 Park Offices Drive                        RHJA/664                        P.O. Box 12195                        Research Triangle Park, NC 27709, USA                        Tel:    1 919 254 4436                        E-mail: remoore@ralvm6.vnet.ibm.com                "      DESCRIPTION                "This is the MIB module for objects used to manage                network devices with DLUR capabilities.  This MIB                contains information that is useful for managing an APPN                product that implements a DLUR (Dependent Logical Unit                Requester).  The DLUR product has a client/server                relationship with an APPN product that implements a DLUS                (Dependent Logical Unit Server)."::= { snanauMIB 5 }-- snanauMIB ::= { mib-2 34 }-- *********************************************************************-- Textual Convention-- *********************************************************************-- SnaControlPointName is imported from the APPN MIB-- *********************************************************************  dlurObjects OBJECT IDENTIFIER ::= { dlurMIB 1 }-- *********************************************************************dlurNodeInfo OBJECT IDENTIFIER ::= { dlurObjects 1 }-- *********************************************************************-- DLUR Capabilities of the node----  This group represents the capabilities and options of the DLUR--  implementation.-- *********************************************************************dlurNodeCapabilities OBJECT IDENTIFIER ::= { dlurNodeInfo 1 }dlurNodeCpName OBJECT-TYPE      SYNTAX SnaControlPointName      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Administratively assigned network name for the APPN node where          this DLUR implementation resides.  If this object has the same          value as the appnNodeCpName object in the APPN MIB, then the          two objects are referring to the same APPN node."      ::= { dlurNodeCapabilities 1 }dlurReleaseLevel OBJECT-TYPE      SYNTAX DisplayString (SIZE (2))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The DLUR release level of this implementation.  This is the          value that is encoded in the DLUR/DLUS Capabilites (CV 51).          To insure consistent display, this one-byte value is encoded          here as two displayable characters that are equivalent to a          hexadecimal display.  For example, if the one-byte value as          encoded in CV51 is X'01', this object will contain the          displayable string '01'."      ::= { dlurNodeCapabilities 2 }dlurAnsSupport OBJECT-TYPE      SYNTAX INTEGER {                     continueOrStop(1),                     stopOnly(2)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Automatic Network Shutdown (ANS) capability of this node.              -  'continueOrStop' indicates that the DLUR implementation                 supports either ANS value (continue or stop) as                 specified by the DLUS on ACTPU for each PU.              -  'stopOnly' indicates that the DLUR implementation only                 supports the ANS value of stop.           ANS = continue means that the DLUR node will keep LU-LU           sessions active even if SSCP-PU and SSCP-LU control sessions           are interrupted.           ANS = stop means that LU-LU sessions will be interrupted when           the SSCP-PU and SSCP-LU sessions are interrupted."      ::= { dlurNodeCapabilities 3 }dlurMultiSubnetSupport OBJECT-TYPE      SYNTAX TruthValue      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Indication of whether this DLUR implementation can support          CPSVRMGR sessions that cross NetId boundaries."      ::= { dlurNodeCapabilities 4 }dlurDefaultDefPrimDlusName OBJECT-TYPE      SYNTAX SnaControlPointName      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The SNA name of the defined default primary DLUS for all of          the PUs served by this DLUR.  This can be overridden for a          particular PU by a defined primary DLUS for that PU,          represented by the dlurPuDefPrimDlusName object."      ::= { dlurNodeCapabilities 5 }dlurNetworkNameForwardingSupport OBJECT-TYPE      SYNTAX TruthValue      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Indication of whether this DLUR implementation supports          forwarding of Network Name control vectors on ACTPUs and          ACTLUs to DLUR-served PUs and their associated LUs.          This object corresponds to byte 9. bit 3 of cv51."      ::= { dlurNodeCapabilities 6 }dlurNondisDlusDlurSessDeactSup OBJECT-TYPE      SYNTAX TruthValue      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Indication of whether this DLUR implementation supports          nondisruptive deactivation of its DLUR-DLUS sessions.          Upon receiving from a DLUS an UNBIND for the CPSVRMGR pipe          with sense data X'08A0 000B', a DLUR that supports this          option immediately begins attempting to activate a CPSVRMGR          pipe with a DLUS other than the one that sent the UNBIND.          This object corresponds to byte 9. bit 4 of cv51."      ::= { dlurNodeCapabilities 7 }-- *********************************************************************-- DLUR default defined backup DLUS table-- *********************************************************************dlurDefaultDefBackupDlusTable OBJECT-TYPE      SYNTAX SEQUENCE OF DlurDefaultDefBackupDlusEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "This table contains an ordered list of defined backup DLUSs          for all of the PUs served by this DLUR.  These can be          overridden for a particular PU by a list of defined backup          DLUSs for that PU, represented by the          dlurPuDefBackupDlusNameTable.  Entries in this table are          ordered from most preferred default backup DLUS to least          preferred."      ::= { dlurNodeInfo 2 }dlurDefaultDefBackupDlusEntry OBJECT-TYPE      SYNTAX DlurDefaultDefBackupDlusEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "This table is indexed by an integer-valued index, which          orders the entries from most preferred default backup DLUS          to least preferred."      INDEX { dlurDefaultDefBackupDlusIndex }      ::= { dlurDefaultDefBackupDlusTable 1 }DlurDefaultDefBackupDlusEntry ::= SEQUENCE {      dlurDefaultDefBackupDlusIndex      Unsigned32,      dlurDefaultDefBackupDlusName       SnaControlPointName                     }dlurDefaultDefBackupDlusIndex OBJECT-TYPE      SYNTAX Unsigned32 (1..4294967295)      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Index for this table.  The index values start at 1,          which identifies the most preferred default backup DLUS."      ::= { dlurDefaultDefBackupDlusEntry 1 }dlurDefaultDefBackupDlusName OBJECT-TYPE      SYNTAX SnaControlPointName      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Fully qualified name of a default backup DLUS for PUs served          by this DLUR."      ::= { dlurDefaultDefBackupDlusEntry 2 }-- *********************************************************************-- PU Information----  The following table carries information about the PUs that this APPN--  node is supporting via DLUR.-- *********************************************************************dlurPuInfo OBJECT IDENTIFIER ::= { dlurObjects 2 }dlurPuTable OBJECT-TYPE      SYNTAX SEQUENCE OF DlurPuEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Information about the PUs supported by this DLUR."      ::= { dlurPuInfo 1 }dlurPuEntry OBJECT-TYPE      SYNTAX DlurPuEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Entry in a table of PU information, indexed by PU name."      INDEX { dlurPuName  }      ::= { dlurPuTable 1 }DlurPuEntry ::= SEQUENCE {      dlurPuName                  DisplayString,      dlurPuSscpSuppliedName      DisplayString,      dlurPuStatus                INTEGER,      dlurPuAnsSupport            INTEGER,      dlurPuLocation              INTEGER,      dlurPuLsName                DisplayString,      dlurPuDlusSessnStatus       INTEGER,      dlurPuActiveDlusName        DisplayString,      dlurPuDefPrimDlusName       DisplayString                     }dlurPuName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..17))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Locally administered name of the PU."      ::= { dlurPuEntry 1 }dlurPuSscpSuppliedName OBJECT-TYPE      SYNTAX DisplayString (SIZE (0..17))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The SNA name of the PU.  This value is supplied to a PU by the          SSCP that activated it.  If a value has not been supplied, a          zero-length string is returned."      ::= { dlurPuEntry 2 }dlurPuStatus OBJECT-TYPE      SYNTAX INTEGER {                      reset(1),                      pendReqActpuRsp(2),                      pendActpu(3),                      pendActpuRsp(4),                      active(5),                      pendLinkact(6),                      pendDactpuRsp(7),                      pendInop(8),                      pendInopActpu(9)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Status of the DLUR-supported PU.  The following values are          defined:             reset(1)           -  reset             pendReqActpuRsp(2) -  pending a response from the DLUS                                   to a Request ACTPU             pendActpu(3)       -  pending an ACTPU from the DLUS             pendActpuRsp(4)    -  pending an ACTPU response from the PU             active(5)          -  active             pendLinkact(6)     -  pending activation of the link to a                                   downstream PU             pendDactpuRsp(7)   -  pending a DACTPU response from the PU             pendInop(8)        -  the CPSVRMGR pipe became inoperative                                   while the DLUR was pending an ACTPU                                   response from the PU             pendInopActpu(9)   -  when the DLUR was in the pendInop                                   state, a CPSVRMGR pipe became active                                   and a new ACTPU was received over it,                                   before a response to the previous                                   ACTPU was received from the PU."      ::= { dlurPuEntry 3 }dlurPuAnsSupport OBJECT-TYPE

⌨️ 快捷键说明

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