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

📄 rfc2051.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
APPC-MIB DEFINITIONS        ::= BEGINIMPORTS      DisplayString, InstancePointer, TEXTUAL-CONVENTION, DateAndTime                FROM SNMPv2-TC      mib-2, Counter32, Gauge32, Integer32, TimeTicks,      OBJECT-TYPE, MODULE-IDENTITY                FROM SNMPv2-SMI      snanauMIB                FROM SNA-NAU-MIB      MODULE-COMPLIANCE, OBJECT-GROUP                FROM SNMPv2-CONF;appcMIB MODULE-IDENTITY      LAST-UPDATED  "9512150000Z"      ORGANIZATION  "IETF SNA NAU MIB Working Group"      CONTACT-INFO                "                        Michael Allen                        Wall Data Inc.                        P.O.Box 1120                        Duval, WA 98019, USA                        Tel:    1 206 844 3505                        E-mail: mallen@hq.walldata.com                        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                        Zbigniew Kielczewski                        Cisco Systems                        3100 Smoketree Court                        Raleigh, NC 27604, USA                        Tel:    1 919 871 6326                        E-mail: zbig@cisco.com                        William Kwan                        Jupiter Technology Inc.                        200 Prospect Street                        Waltham, MA 02254, USA                        Tel:    1 617 894 9300, x423                        E-mail: billk@jti.com                        Bob Moore                        IBM Corporation                        800 Park Offices Drive                        CNMA/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 APPC capabilities."::= { snanauMIB 3 }appcObjects          OBJECT IDENTIFIER ::= { appcMIB 1 }  appcGlobal         OBJECT IDENTIFIER ::= { appcObjects 1 }  appcLu             OBJECT IDENTIFIER ::= { appcObjects 2 }  appcTp             OBJECT IDENTIFIER ::= { appcObjects 3 }  appcSession        OBJECT IDENTIFIER ::= { appcObjects 4 }  appcConversation   OBJECT IDENTIFIER ::= { appcObjects 5 }  appcCPIC           OBJECT IDENTIFIER ::= { appcObjects 6 }-- *********************************************************************-- Objects in this MIB are used to model an SNA device that supports-- APPC LUs.-- Following is the overall organization of the MIB.---- 1.   APPC Global Objects            - global values, defaults,--                                       controls (including CNOS)-- 2.   APPC Defined Lu Tables         - Admin and Oper-- 3.   APPC Defined LU Pair Tables    - Admin and Oper-- 4.   APPC Mode Tables               - Admin and Oper-- 5.   APPC TP Tables                 - Admin only-- 6.   APPC Session Tables            - Active, Stats, History, RTP-- 7.   APPC Conversation Table        - Active, History-- 8.   APPC CPIC side info            - Admin and Oper-- *********************************************************************-- *********************************************************************-- Textual Convention-- ---------------------------------------------------------------------SnaSenseData ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "To facilitate their display by a Management Station, sense          data objects in the MIB are represented as DisplayStrings of          size 8.  Eight '0' characters indicates that no sense data          identifying an SNA error condition is available."      SYNTAX DisplayString (SIZE (8))-- *********************************************************************-- APPC Control Objects-- ----------------------------------------------------------------------- The following objects allow:--    * the collection of APPC Session information counters--      to be started and stopped--    * the collection of APPC Session RSCVs--      to be started and stopped--    * the collection of APPC tracing information to be started and--      stopped---- These objects are for implementations that wish to provide-- this level of operational control.  This group is-- conditionally mandatory in the conformance section of the MIB.---- *********************************************************************-- *********************************************************************-- Control Admin--      These objects contain the desired states for the controls.--      The actual states are in the Oper objects.-- *********************************************************************appcCntrlAdminGroup OBJECT IDENTIFIER ::= { appcGlobal 1 }appcCntrlAdminStat OBJECT-TYPE      SYNTAX INTEGER {                      notActive(1),                      active(2)                     }      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Indicates the desired state of statistics collection:              notActive  collection of counters is not active.              active     collection of counters is active.           When this object is set to notActive, all of the entries are           removed from the appcSessStatsTable."      ::= { appcCntrlAdminGroup  1 }appcCntrlAdminRscv OBJECT-TYPE      SYNTAX INTEGER {                      notActive(1),                      active(2)                     }      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Indicates the desired state of RSCV information collection:              notActive  collection of route selection control vectors                         is not active.              active     collection of route selection control vectors                         is active."      ::= { appcCntrlAdminGroup  2 }appcCntrlAdminTrace OBJECT-TYPE      SYNTAX INTEGER {                      notActive(1),                      active(2)                     }      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Indicates the desired state of tracing:              notActive  collection of tracing information is not active              active     collection of tracing information is active"      ::= { appcCntrlAdminGroup  3 }appcCntrlAdminTraceParm OBJECT-TYPE      SYNTAX DisplayString (SIZE (0..128))      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Specifies the parameter to be used in conjunction with          activating tracing.  The actual content is implementation          dependent."      ::= { appcCntrlAdminGroup  4 }-- *********************************************************************-- Control Oper--      These objects contain the actual states of the controls.-- *********************************************************************appcCntrlOperGroup OBJECT IDENTIFIER ::= { appcGlobal 2 }appcCntrlOperStat OBJECT-TYPE      SYNTAX INTEGER {                      notActive(1),                      active(2)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Indicates the current collection options in effect:              notActive  collection of counters is not active.              active     collection of counters is active.          Statistical entries are present in the appcSessStatsTable          only when the value of this object is 'active'."      ::= { appcCntrlOperGroup 1 }appcCntrlOperStatTime OBJECT-TYPE      SYNTAX TimeTicks      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Time since the appcCntrlOperStat object last changed.           This time is in hundreds of a second."      ::= { appcCntrlOperGroup 2 }appcCntrlOperRscv OBJECT-TYPE      SYNTAX INTEGER {                      notActive(1),                      active(2)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Indicates the current collection options in effect:              notActive  collection of route selection control vectors                         is not active.              active     collection of route selection control vectors                         is active."      ::= { appcCntrlOperGroup 3 }appcCntrlOperRscvTime OBJECT-TYPE      SYNTAX TimeTicks      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Time since the appcCntrlOperRscv object last changed.           This time is in hundreds of a second."      ::= { appcCntrlOperGroup 4 }appcCntrlOperTrace OBJECT-TYPE      SYNTAX INTEGER {                      notActive(1),                      active(2)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Indicates the current state of tracing:              notActive  collection of tracing information is not active.              active     collection of tracing information is active."      ::= { appcCntrlOperGroup 5 }appcCntrlOperTraceTime OBJECT-TYPE      SYNTAX TimeTicks      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Time since the appcCntrlOperTrace object last changed.           This time is in hundreds of a second."      ::= { appcCntrlOperGroup 6 }appcCntrlOperTraceParm OBJECT-TYPE      SYNTAX DisplayString (SIZE (0..128))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Specifies the parameter used in conjunction with activating           tracing. The actual content is implementation dependent."      ::= { appcCntrlOperGroup 7 }-- ******************************************************************--    APPC global settings---- ******************************************************************appcGlobalObjects OBJECT IDENTIFIER ::= { appcGlobal 3 }appcUpTime OBJECT-TYPE      SYNTAX TimeTicks      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The time, in hundredths of a second, since the          APPC portion of the system was last reinitialized."      ::= { appcGlobalObjects 1 }appcDefaultModeName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..8))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Specifies the mode name to be used under the following           conditions:              When an incoming BIND request contains a mode name not              defined at the local node.  The parameters defined for              this mode are used for the inbound implicit mode              capability.              When an APPC program issues an [MC_]ALLOCATE,              [MC_]SEND_CONVERSATION, or CNOS verb, or when a CPI-C              program issues an Allocate (CMALLC) call,              specifying a mode name not defined at the local node.  The              parameters defined for this mode are used for the outbound              implicit mode capability.           This mode name must match a defined entry in the           appcModeAdminTable."      ::= { appcGlobalObjects 2 }appcDefaultLuName OBJECT-TYPE      SYNTAX DisplayString (SIZE (1..17))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Specifies the name of the local LU that is to serve as the          default LU.  This is the default LU to which are routed inbound          BIND requests that exclude the secondary LU name.  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 local LU name must match a defined entry in the          appcLluAdminTable."      ::= { appcGlobalObjects 3 }appcDefaultImplInbndPlu OBJECT-TYPE      SYNTAX INTEGER {                      no(1),                      yes(2)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Specifies whether or not inbound implicit partner LU support          is enabled.  The following values are defined:              no   -  Specifies that inbound implicit partner LU support                      is disabled, which means that an incoming bind that

⌨️ 快捷键说明

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