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

📄 rfc2155.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
APPN-MIB DEFINITIONS          ::= BEGINIMPORTS        IANAifType                FROM IANAifType-MIB        DisplayString, VariablePointer, RowPointer, DateAndTime,        TruthValue, TimeStamp, TEXTUAL-CONVENTION                FROM SNMPv2-TC        experimental, Counter32, Gauge32, Integer32, Unsigned32,        TimeTicks, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE                FROM SNMPv2-SMI        MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP                FROM SNMPv2-CONF        snanauMIB                FROM SNA-NAU-MIB;appnMIB MODULE-IDENTITY        LAST-UPDATED  "9703201200Z"        ORGANIZATION  "IETF SNA NAU MIB WG / AIW APPN 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 APPN capabilities."::= { snanauMIB 4 }-- snanauMIB ::= { mib-2 34 }-- *********************************************************************-- Textual Conventions-- *********************************************************************SnaNodeIdentification ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "An SNA Node Identification consists of two parts, which          together comprise four bytes of hexadecimal data.  In SNA the          Node Identification is transported in bytes 2-5 of the XID.          The block number is the first three digits of the Node          Identification.  These 3 hexadecimal digits identify the          product.          The ID number is the last 5 digits of the Node Identification.          These 5 hexadecimal digits are administratively defined and          combined with the 3-digit block number form the 8-digit Node          Identification.  A unique value is required for connections to          SNA subarea.  In some implementations, the value 'bbb00000'          (where 'bbb' represents a 3-digit block number) is returned to          mean that the ID number is not unique on this node.          An SNA Node Identification is represented as eight          ASCII-encoded hexadecimal digits, using the characters '0' -          '9' and 'A' - 'F'."      SYNTAX OCTET STRING (SIZE (8))SnaControlPointName ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "A fully qualified SNA control point name, consisting of a 1 to          8 character network identifier (NetId), a period ('.'), and a 1          to 8 character control point name (CpName).          The NetId and CpName are constructed from the uppercase letters          'A' - 'Z' and the numerics '0' - '9', all encoded in ASCII,          with the restriction that the first character of each must be          a letter.  Trailing blanks are not allowed.          Earlier versions of SNA permitted three additional characters          in NetIds and CpNames:  '#', '@', and '$'.  While this use of          these characters has been retired, a Management Station should          still accept them for backward compatibility."      SYNTAX OCTET STRING (SIZE (3..17))SnaClassOfServiceName ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "An SNA class-of-service (COS) name, ranging from 1 to 8          ASCII characters.  COS names take one of two forms:             -  a user-defined COS name is constructed from the uppercase                letters 'A' - 'Z' and the numerics '0' - '9', with the                restriction that the first character of the name must be                a letter.             -  an SNA-defined user-session COS name begins with the                character '#', which is followed by up to seven                additional characters from the set of uppercase letters                and numerics.          Trailing blanks are not allowed in either form of COS name.          A zero-length string indicates that a COS name is not          available."      SYNTAX OCTET STRING (SIZE (0..8))SnaModeName ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "An SNA mode name, ranging from 1 to 8 ASCII characters.          Mode names take one of two forms:             -  a user-defined mode name is constructed from the                uppercase letters 'A' - 'Z' and the numerics '0' - '9',                with the restriction that the first character of the name                must be a letter.             -  an SNA-defined user-session mode name begins with the                character '#', which is followed by up to seven                additional characters from the set of uppercase letters                and numerics.          Trailing blanks are not allowed in either form of mode name,          with the single exception of the all-blank mode name, where          a string consisting of 8 blanks is returned.          A zero-length string indicates that a mode name is not          available."      SYNTAX OCTET STRING (SIZE (0..8))SnaSenseData ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "To facilitate their display by a Management Station, sense          data objects in the MIB are represented as OCTET STRINGS          containing eight ASCII characters.  Eight '0' characters          indicates that no sense data identifying an SNA error          condition is available.          An SNA sense data is represented as eight hexadecimal digits,          using the characters '0' - '9' and 'A' - 'F'."      SYNTAX OCTET STRING (SIZE (8))DisplayableDlcAddress ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "DLC address of a port or link station, represented as an          OCTET STRING containing 0 to 64 ASCII characters.          A Management Station should use a value of this type only          for display.  The 'real' DLC address, i.e., the sequence of          bytes that flow in the DLC header, is often available in a          DLC-specific MIB.          The zero-length string indicates that the DLC address in          question is not known to the agent."      SYNTAX OCTET STRING (SIZE (0..64))AppnNodeCounter ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "An object providing global statistics for the entire APPN          node.  A Management Station can detect discontinuities in this          counter by monitoring the appnNodeCounterDisconTime object."      SYNTAX Counter32AppnPortCounter ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "An object providing statistics for an APPN port.  A          Management Station can detect discontinuities in this counter          by monitoring the appnPortCounterDisconTime object."      SYNTAX Counter32AppnLinkStationCounter ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "An object providing statistics for an APPN link station.  A          Management Station can detect discontinuities in this counter          by monitoring the appnLsCounterDisconTime object."      SYNTAX Counter32AppnTopologyEntryTimeLeft ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "Number of days before deletion of this entry from the topology          database.  Range is 0-15.  A value of 0 indicates that the          entry is either in the process of being deleted, or is being          marked for deletion at the next garbage collection cycle."      SYNTAX INTEGER (0..15)AppnTgDlcData ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "DLC-specific data related to a connection network transmission          group.  For other TGs, a zero-length string is returned.          Examples of the type of data returned by an object with this          syntax include the following:                Token-Ring      - MAC/SAP                X.25 Switched   - dial digits                X.21 Switched   - dial digits                Circuit Switch  - dial digits          This MIB does not specify formats for these or any other types          of DLC-specific data.  Formats may, however, be specified in          documents related to a particular DLC.          The contents of an object with this syntax correspond to the          contents of the DLC-specific subfields of cv46, documented in          (6)."      SYNTAX OCTET STRING  (SIZE (0..64))AppnTgEffectiveCapacity ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "A value representing the effective capacity of a transmission          group.  This is an administratively assigned value derived from          the link bandwidth and maximum load factor.  It is encoded in          the same way as byte 7 of cv47, and represents a floating-point          number in units of 300 bits per second."      SYNTAX OCTET STRING (SIZE (1))AppnTgSecurity ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "A value representing the level of security on a transmission          group.  A class of service definition includes an indication of          the acceptable TG security value(s) for that class of service.          The following seven values are defined:            nonsecure(1) -                              (X'01'):  none of the values listed below;                              for example, satellite-connected or                              located in a nonsecure country            publicSwitchedNetwork(32) -                              (X'20'):  public switched network; secure                              in the sense that there is no                              predetermined route that traffic will take            undergroundCable(64) -                              (X'40'):  underground cable; located in a                              secure country (as determined by the                              network administrator)            secureConduit(96) -                              (X'60'):  secure conduit, not guarded; for                              example, pressurized pipe            guardedConduit(128) -                              (X'80'):  guarded conduit; protected                              against physical tapping            encrypted(160) -                              (X'A0'):  link-level encryption is provided            guardedRadiation(192) -                              (X'C0'):  guarded conduit containing the                              transmission medium; protected against                              physical and radiation tapping"      SYNTAX INTEGER {                     nonsecure(1),               -- X'01'                     publicSwitchedNetwork(32),  -- X'20'                     undergroundCable(64),       -- X'40'                     secureConduit(96),          -- X'60'                     guardedConduit(128),        -- X'80'                     encrypted(160),             -- X'A0'                     guardedRadiation(192)       -- X'C0'                     }AppnTgDelay ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "Relative amount of time that it takes for a signal to travel          the length of a logical link.  This time is represented in          microseconds, using the same encoding scheme used in cv47 in a          topology update.  Some of the more common values, along with          their encoded hex values, are:                     minimum(0),                 X'00'                     negligible(384),            X'4C'                     terrestrial(9216),          X'71'                     packet(147456),             X'91'                     long(294912),               X'99'                     maximum(2013265920)         X'FF'          "      SYNTAX OCTET STRING (SIZE (1))-- *********************************************************************  appnObjects             OBJECT IDENTIFIER ::= { appnMIB 1 }-- *********************************************************************-- ******************** The APPN Node Group ****************************appnNode              OBJECT IDENTIFIER ::= { appnObjects 1 }  appnGeneralInfoAndCaps      OBJECT IDENTIFIER ::= { appnNode 1 }  appnNnUniqueInfoAndCaps     OBJECT IDENTIFIER ::= { appnNode 2 }  appnEnUniqueCaps            OBJECT IDENTIFIER ::= { appnNode 3 }  appnPortInformation         OBJECT IDENTIFIER ::= { appnNode 4 }  appnLinkStationInformation  OBJECT IDENTIFIER ::= { appnNode 5 }  appnVrnInfo                 OBJECT IDENTIFIER ::= { appnNode 6 }-- This group provides global information about an APPN network node,-- an APPN end node, or an LEN node.-- The first section applies to all three node types.-- The second section applies only to APPN network nodes.-- The third section applies only to APPN end nodes and to LEN nodes.-- The fourth section applies to all three node types.-- The fifth section applies to all three node types.-- The sixth section applies only to APPN network nodes.-- APPN General Information-- This section applies to both APPN network and end nodes, and to-- LEN end nodes.appnNodeCpName OBJECT-TYPE      SYNTAX SnaControlPointName      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Administratively assigned network name for this node."      ::= { appnGeneralInfoAndCaps 1 }appnNodeMibVersion OBJECT-TYPE      SYNTAX DisplayString  (SIZE (11))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The value of LAST-UPDATED from this module's MODULE-IDENTITY          macro.  This object gives a Management Station an easy way of          determining the level of the MIB supported by an agent."      ::= { appnGeneralInfoAndCaps 2 }appnNodeId OBJECT-TYPE      SYNTAX SnaNodeIdentification      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "This node's Node Identification, which it sends in bytes          2-5 of XID."      ::= { appnGeneralInfoAndCaps 3 }appnNodeType OBJECT-TYPE      SYNTAX INTEGER {                     networkNode(1),                     endNode(2),                     t21len(4)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Type of APPN node:                networkNode(1) - APPN network node                endNode(2)     - APPN end node                t21len(4)      - LEN end node"      ::= { appnGeneralInfoAndCaps 4 }appnNodeUpTime OBJECT-TYPE      SYNTAX TimeTicks      UNITS "hundredths of a second"

⌨️ 快捷键说明

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