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

📄 rfc2238.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 4 页
字号:
HPR-MIB DEFINITIONS ::= BEGIN  IMPORTS        DisplayString, DateAndTime, TimeStamp, TEXTUAL-CONVENTION                FROM SNMPv2-TC        Counter32, Gauge32, Unsigned32, TimeTicks,        OBJECT-TYPE, MODULE-IDENTITY                FROM SNMPv2-SMI        MODULE-COMPLIANCE, OBJECT-GROUP                FROM SNMPv2-CONF        snanauMIB                FROM SNA-NAU-MIB        SnaControlPointName                FROM APPN-MIB;hprMIB MODULE-IDENTITY        LAST-UPDATED  "970514000000Z"        ORGANIZATION  "AIW APPN / HPR MIB 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 HPR capabilities."::= { snanauMIB 6 }-- snanauMIB ::= { mib-2 34 }-- *********************************************************************-- Textual Conventions-- *********************************************************************-- SnaControlPointName is imported from the APPN MIBHprNceTypes ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "A bit string identifying the set of functions provided by a          network connection endpoint (NCE).  The following values are          defined:                bit 0:  control point                bit 1:  logical unit                bit 2:  boundary function                bit 3:  route setup          "      SYNTAX BITS { controlPoint(0),                    logicalUnit(1),                    boundaryFunction(2),                    routeSetup(3) }HprRtpCounter ::= TEXTUAL-CONVENTION      STATUS current      DESCRIPTION          "An object providing statistics for an RTP connection.  A          Management Station can detect discontinuities in this counter          by monitoring the correspondingly indexed          hprRtpCounterDisconTime object."      SYNTAX Counter32-- *********************************************************************  hprObjects         OBJECT IDENTIFIER ::= { hprMIB 1 }-- *********************************************************************-- *********************************************************************hprGlobal            OBJECT IDENTIFIER ::= { hprObjects 1 }-- *********************************************************************-- The hprGlobal group applies to both intermediate and end nodes.-- *********************************************************************hprNodeCpName OBJECT-TYPE      SYNTAX SnaControlPointName      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Administratively assigned network name for the APPN node          where this HPR 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."      ::= { hprGlobal 1 }hprOperatorPathSwitchSupport  OBJECT-TYPE      SYNTAX INTEGER {                      notSupported(1),                      switchTriggerSupported(2),                      switchToPathSupported(3)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "This object indicates an implementation's level of support          for an operator-requested path switch.            notSupported(1)           - the agent does not support                                        operator-requested path switches            switchTriggerSupported(2) - the agent supports a 'switch                                        path now' command from an                                        operator, but not a command to                                        switch to a specified path            switchToPathSupported(3)  - the agent supports both a                                        'switch path now' command and a                                        command to switch to a specified                                        path.  Note that the latter                                        command is not available via                                        this MIB; a system that supports                                        it must do so via other means,                                        such as a local operator                                        interface."      ::= { hprGlobal 2 }-- *********************************************************************hprAnrRouting        OBJECT IDENTIFIER ::= { hprObjects 2 }-- *********************************************************************hprAnrsAssigned OBJECT-TYPE      SYNTAX Counter32      UNITS "ANR labels"      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The count of ANR labels assigned by this node since it was          last re-initialized.  A Management Station can detect          discontinuities in this counter by monitoring the          appnNodeCounterDisconTime object in the APPN MIB."      ::= { hprAnrRouting 1 }hprAnrCounterState  OBJECT-TYPE      SYNTAX INTEGER {                      notActive(1),                      active(2)                     }      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "This object is used for a network management station to turn          on/off the counting of ANR packets in the hprAnrRoutingTable.          The initial value of this object is an implementation choice.                 notActive(1) - the counter hprAnrPacketsReceived                                returns no meaningful value                 active(2)    - the counter hprAnrPacketsReceived is                                being incremented and is returning                                meaningful values"      ::= { hprAnrRouting 2 }hprAnrCounterStateTime OBJECT-TYPE      SYNTAX DateAndTime      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The time when the hprAnrCounterState object last changed its          value.  The initial value returned by this object is the time          at which the APPN node instrumented with this MIB was last          brought up."      ::= { hprAnrRouting 3 }hprAnrRoutingTable OBJECT-TYPE      SYNTAX SEQUENCE OF HprAnrRoutingEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The ANR Routing table provides a means of correlating an          incoming ANR label (i.e., one assigned by this node) with the          TG over which a packet containing the label will be forwarded.          When the ANR label identifies a local NCE, the hprAnrOutTgDest          and hprAnrOutTgNum objects have no meaning.  The table also          contains an object to count the number of packets received          with a given ANR label."      ::= { hprAnrRouting 4 }hprAnrRoutingEntry OBJECT-TYPE      SYNTAX HprAnrRoutingEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The ANR label is used to index this table."      INDEX  { hprAnrLabel }      ::= { hprAnrRoutingTable 1 }HprAnrRoutingEntry ::= SEQUENCE {     hprAnrLabel             OCTET STRING,     hprAnrType              INTEGER,     hprAnrOutTgDest         DisplayString,     hprAnrOutTgNum          INTEGER,     hprAnrPacketsReceived   Counter32,     hprAnrCounterDisconTime TimeStamp     }hprAnrLabel OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (1..8))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The first ANR label in an incoming packet."      ::= { hprAnrRoutingEntry 1 }hprAnrType OBJECT-TYPE      SYNTAX INTEGER {                      nce(1),                      tg(2)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "An object indicating whether an ANR label assigned by this          node identifies a local NCE or a TG on which outgoing packets          are forwarded.              nce(1)  - the ANR label identifies a local NCE.  In this                        case the hprAnrOutTgDest and hprAnrOutTgNum                        objects have no meaning.              tg(2)   - the ANR label identifies a TG."      ::= { hprAnrRoutingEntry 2 }hprAnrOutTgDest OBJECT-TYPE      SYNTAX DisplayString (SIZE (0 | 3..17))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Destination node for the TG over which packets with this ANR          label are forwarded.  This is the fully qualified name of an          APPN network node or end node, formatted according to the          SnaControlPointName textual convention.  If the ANR label          identifies a local NCE, then this object returns a zero-length          string.          This object corresponds to the appnLocalTgDest object in the          APPN MIB."      ::= { hprAnrRoutingEntry 3 }hprAnrOutTgNum OBJECT-TYPE      SYNTAX INTEGER (0..255)      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Number of the TG over which packets with this ANR label are          forwarded.  If the ANR label identifies a local NCE, then this          object returns the value 0, since 0 is not a valid TG number          for a TG that supports HPR.          This object corresponds to the appnLocalTgNum object in the          APPN MIB."      ::= { hprAnrRoutingEntry 4 }hprAnrPacketsReceived OBJECT-TYPE      SYNTAX Counter32      UNITS "ANR packets"      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The count of packets received with this ANR label as their          first label.          A Management Station can detect discontinuities in this          counter by monitoring the hprAnrCounterDisconTime object in          the same row."      ::= { hprAnrRoutingEntry 5 }hprAnrCounterDisconTime OBJECT-TYPE      SYNTAX TimeStamp      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The value of the sysUpTime object when the          hprAnrPacketsReceived counter for this ANR label last          experienced a discontinuity.  This will be the more recent of          two times:  the time at which the ANR label was associated with          either an outgoing TG or a local NCE, or the time at which the          ANR counters were last turned on or off."      ::= { hprAnrRoutingEntry 6 }-- *********************************************************************hprTransportUser     OBJECT IDENTIFIER ::= { hprObjects 3 }-- *********************************************************************-- Transport Service User (TU) Table: (RTP Connection Users)---- There will be several users of the HPR transport and each HPR node-- shall maintain a table of these users.-- *********************************************************************hprNceTable OBJECT-TYPE      SYNTAX SEQUENCE OF HprNceEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The Network Connection Endpoint (NCE) table."      ::= { hprTransportUser 1 }hprNceEntry OBJECT-TYPE      SYNTAX HprNceEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The NCE ID is used to index this table."      INDEX  { hprNceId }      ::= { hprNceTable 1 }HprNceEntry ::= SEQUENCE {     hprNceId            OCTET STRING,

⌨️ 快捷键说明

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