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

📄 rfc2238.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 4 页
字号:
     hprNceType          HprNceTypes,     hprNceDefault       HprNceTypes,     hprNceInstanceId    OCTET STRING     }hprNceId OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (1..8))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The Network Connection Endpoint (NCE) ID.  NCEs identify          Control Points (Cp), Logical Units (Lu), HPR Boundary          Functions (Bf) and Route Setup (Rs) Functions.  A value for          this object can be retrieved from any of the following          objects in the APPN MIB:               - appnLsCpCpNceId               - appnLsRouteNceId               - appnLsBfNceId               - appnIsInRtpNceId               - appnIsRtpNceId          In each case this value identifies a row in this table          containing information related to that in the APPN MIB."      ::= { hprNceEntry 1 }hprNceType OBJECT-TYPE      SYNTAX HprNceTypes      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "A bit string identifying the function types provided by this          Network Connection Endpoint (NCE)."      ::= { hprNceEntry 2 }hprNceDefault OBJECT-TYPE      SYNTAX HprNceTypes      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "A bit string identifying the function types for which this          Network Connection Endpoint (NCE) is the default NCE.  While          default NCEs are not explicitly defined in the architecture,          some implementations provide them; for such implementations,          it is useful to make this information available to a          Management Station."      ::= { hprNceEntry 3 }hprNceInstanceId   OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (4))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The NCE instance identifier (NCEII) identifying the current          instance of this NCE.  An NCEII is used to denote different          instances (IPLs) of an NCE component.  Each time an NCE is          activated (IPL'd), it acquires a different, unique NCEII."      ::= { hprNceEntry 4 }-- *********************************************************************hprRtp               OBJECT IDENTIFIER ::= { hprObjects 4 }-- *********************************************************************-- *********************************************************************---- The RTP group is implemented by all managed nodes supporting the-- HPR Transport Tower.  The group contains several scalars (simple-- objects) and a table.-- *********************************************************************-- *********************************************************************hprRtpGlobe          OBJECT IDENTIFIER ::= { hprRtp 1}-- *********************************************************************hprRtpGlobeConnSetups  OBJECT-TYPE      SYNTAX Counter32      UNITS "RTP connection setups"      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The count of RTP connection setups in which this node has          participated, as either sender or receiver, since it was last          re-initialized.  Retries of a setup attempt do not cause the          counter to be incremented.          A Management Station can detect discontinuities in this          counter by monitoring the appnNodeCounterDisconTime object          in the APPN MIB."      ::= { hprRtpGlobe 1 }hprRtpGlobeCtrState OBJECT-TYPE      SYNTAX INTEGER {                      notActive(1),                      active(2)                     }      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "This object allows a network management station to turn the          counters in the hprRtpTable on and off.  The initial value of          this object is an implementation choice.                 notActive(1) - the counters in the hprRtpTable are                                returning no meaningful values                 active(2)    - the counters in the hprRtpTable are                                being incremented and are returning                                meaningful values"      ::= { hprRtpGlobe 2 }hprRtpGlobeCtrStateTime OBJECT-TYPE      SYNTAX DateAndTime      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The time when the value of the hprRtpGlobeCtrState object          last changed.  The initial value returned by this object is          the time at which the APPN node instrumented with this MIB          was last brought up."      ::= { hprRtpGlobe 3 }-- *********************************************************************-- The RTP Connection Table-- There may be many RTP connections on a node supporting the functions-- specified in the RTP option set.  Each node implementing this option-- set shall maintain a table of these RTP connections.-- *********************************************************************hprRtpTable OBJECT-TYPE      SYNTAX SEQUENCE OF HprRtpEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The RTP Connection table"      ::= { hprRtp 2 }hprRtpEntry OBJECT-TYPE      SYNTAX HprRtpEntry      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The local NCE ID and local TCID are used to index this          table."      INDEX             { hprRtpLocNceId,               hprRtpLocTcid }      ::= { hprRtpTable 1 }HprRtpEntry ::= SEQUENCE {     hprRtpLocNceId          OCTET STRING,       -- local nce id     hprRtpLocTcid           OCTET STRING,       -- local tcid     hprRtpRemCpName         SnaControlPointName,-- remote cp name     hprRtpRemNceId          OCTET STRING,       -- remote nce id     hprRtpRemTcid           OCTET STRING,       -- remote tcid     hprRtpPathSwitchTrigger INTEGER,            -- trigger (read-write)     hprRtpRscv              OCTET STRING,       -- rscv     hprRtpTopic             DisplayString,      -- topic (cos)     hprRtpState             INTEGER,            -- state     hprRtpUpTime            TimeTicks,          -- up time     hprRtpLivenessTimer     Unsigned32,         -- liveness timer     hprRtpShortReqTimer     Unsigned32,         -- short request timer     hprRtpPathSwTimer       Unsigned32,         -- path switch timer     hprRtpLivenessTimeouts  HprRtpCounter,      -- liveness timeouts     hprRtpShortReqTimeouts  HprRtpCounter,      -- short req timeouts     hprRtpMaxSendRate       Gauge32,            -- maximum send rate     hprRtpMinSendRate       Gauge32,            -- minimum send rate     hprRtpCurSendRate       Gauge32,            -- current send rate     hprRtpSmRdTripDelay     Gauge32,            -- smooth rnd trip delay     hprRtpSendPackets       HprRtpCounter,      -- packets sent     hprRtpRecvPackets       HprRtpCounter,      -- packets received     hprRtpSendBytes         HprRtpCounter,      -- bytes sent     hprRtpRecvBytes         HprRtpCounter,      -- bytes received     hprRtpRetrPackets       HprRtpCounter,      -- pkts re-xmitted     hprRtpPacketsDiscarded  HprRtpCounter,      -- pkts discarded     hprRtpDetectGaps        HprRtpCounter,      -- gaps detected     hprRtpRateReqSends      HprRtpCounter,      -- rate req send     hprRtpOkErrPathSws      HprRtpCounter,      -- ok  err path sws     hprRtpBadErrPathSws     HprRtpCounter,      -- bad err path sws     hprRtpOkOpPathSws       HprRtpCounter,      -- ok  op  path sws     hprRtpBadOpPathSws      HprRtpCounter,      -- bad op  path sws     hprRtpCounterDisconTime TimeStamp           -- discontinuity ind        }hprRtpLocNceId OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (1..8))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The local Network Connection Endpoint (NCE) ID of this RTP          connection.  NCEs identify CPs, LUs, Boundary Functions (BFs),          and Route Setup (RS) components.  A value for this object can          be retrieved from any of the following objects in the APPN          MIB:               - appnLsCpCpNceId               - appnLsRouteNceId               - appnLsBfNceId               - appnIsInRtpNceId               - appnIsRtpNceId          In each case this value identifies a row in this table          containing information related to that in the APPN MIB."      ::= { hprRtpEntry 1 }hprRtpLocTcid OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (8))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The local TCID of this RTP connection.  A value for this          object can be retrieved from either the appnIsInRtpTcid object          or the appnIsRtpTcid object the APPN MIB; in each case this          value identifies a row in this table containing information          related to that in the APPN MIB."      ::= { hprRtpEntry 2 }hprRtpRemCpName OBJECT-TYPE      SYNTAX SnaControlPointName      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Administratively assigned network name for the remote node of          this RTP connection."      ::= { hprRtpEntry 3 }hprRtpRemNceId OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (1..8))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The remote Network Connection Endpoint (NCE) of this RTP          connection.  NCEs identify CPs, LUs, Boundary Functions (BFs),          and Route Setup (RS) components."      ::= { hprRtpEntry 4 }hprRtpRemTcid OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (8))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The remote TCID of this RTP connection."      ::= { hprRtpEntry 5 }hprRtpPathSwitchTrigger OBJECT-TYPE      SYNTAX INTEGER {                      ready(1),                      switchPathNow(2)                     }      MAX-ACCESS read-write      STATUS current      DESCRIPTION          "Object by which a Management Station can trigger an operator-          requested path switch, by setting the value to          switchPathNow(2).  Setting this object to switchPathNow(2)          triggers a path switch even if its previous value was already          switchPathNow(2).          The value ready(1) is returned on GET operations until a SET          has been processed; after that the value received on the most          recent SET is returned.          This MIB module provides no support for an operator-requested          switch to a specified path."      ::= { hprRtpEntry 6 }hprRtpRscv OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (0..255))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The forward Route Selection Control Vector for this RTP          connection.  The format of this vector is described in SNA          Formats.          The value returned in this object during a path switch is          implementation-dependent:  it may be the old path, the new          path, a zero-length string, or some other valid RSCV string."      ::= { hprRtpEntry 7 }hprRtpTopic OBJECT-TYPE      SYNTAX DisplayString (SIZE(8))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The topic for this RTP connection.  This is used to indicate          the Class of Service."      ::= { hprRtpEntry 8 }hprRtpState OBJECT-TYPE      SYNTAX INTEGER {                      rtpListening(1),                      rtpCalling(2),                      rtpConnected(3),                      rtpPathSwitching(4),                      rtpDisconnecting(5),                      other(99)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The state of the RTP connection, from the perspective of the          local RTP protocol machine:              rtpListening      - connection open; waiting for other end                                  to call in              rtpCalling        - connection opened, attempting to call                                  out, have not yet received any data                                  from other end              rtpConnected      - connection is active; responded to a                                  call-in or received other end's TCID                                  from a call-out attempt              rtpPathSwitching  - the path switch timer is running;                                  attempting to find a new path for this                                  connection.              rtpDisconnecting  - no sessions are using this connection;                                  in process of bringing it down

⌨️ 快捷键说明

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