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

📄 hpr-mib

📁 很不错java的SNMP应用例子
💻
📖 第 1 页 / 共 4 页
字号:
     hprRtpStatusRemNceId          OCTET STRING, -- remote nce id     hprRtpStatusRemTcid           OCTET STRING, -- remote tcid     hprRtpStatusNewRscv           OCTET STRING, -- new rscv     hprRtpStatusOldRscv           OCTET STRING, -- old rscv     hprRtpStatusCause             INTEGER,      -- cause     hprRtpStatusLastAttemptResult INTEGER       -- result of last                                          }hprRtpStatusLocNceId OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (1..8))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The local Network Connection Endpoint (NCE) of this RTP          connection.  NCEs identify CPs, LUs, Boundary Functions (BFs),          and Route Setup (RS) components."      ::= { hprRtpStatusEntry 1 }hprRtpStatusLocTcid OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (8))      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "The local TCID of this RTP connection."      ::= { hprRtpStatusEntry 2 }hprRtpStatusIndex OBJECT-TYPE      SYNTAX Unsigned32 (1..4294967295)      MAX-ACCESS not-accessible      STATUS current      DESCRIPTION          "Table index.  This value begins at one and is incremented          when a new entry is added to the table.  It is an          implementation choice whether to run a single counter for          all entries in the table, or to run a separate counter for          the entries for each RTP connection.  In the unlikely event          of a wrap, it is assumed that Management Stations will have          the ability to order table entries correctly."      ::= { hprRtpStatusEntry 3 }hprRtpStatusStartTime OBJECT-TYPE      SYNTAX DateAndTime      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The time when the path switch began."      ::= { hprRtpStatusEntry 4 }hprRtpStatusEndTime OBJECT-TYPE      SYNTAX DateAndTime      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The time when the path switch was ended, either successfully          or unsuccessfully."      ::= { hprRtpStatusEntry 5 }hprRtpStatusRemCpName OBJECT-TYPE      SYNTAX SnaControlPointName      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "Administratively assigned network name for the remote node of          this RTP connection."      ::= { hprRtpStatusEntry 6 }hprRtpStatusRemNceId 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."      ::= { hprRtpStatusEntry 7 }hprRtpStatusRemTcid OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (8))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The remote TCID of this RTP connection."      ::= { hprRtpStatusEntry 8 }hprRtpStatusNewRscv OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (0..255))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The new Route Selection Control Vector for this RTP          connection.  A zero-length string indicates that no value is          available, perhaps because the implementation does not save          RSCVs."      ::= { hprRtpStatusEntry 9 }hprRtpStatusOldRscv OBJECT-TYPE      SYNTAX OCTET STRING (SIZE (0..255))      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The old Route Selection Control Vector for this RTP          connection.  A zero-length string indicates that no value is          available, perhaps because the implementation does not save          RSCVs."      ::= { hprRtpStatusEntry 10 }hprRtpStatusCause OBJECT-TYPE      SYNTAX INTEGER {                      other(1),                      rtpConnFail(2),                      locLinkFail(3),                      remLinkFail(4),                      operRequest(5)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The reason for the path switch:               other(1)       - Reason other than those listed below,               rtpConnFail(2) - RTP connection failure detected,               locLinkFail(3) - Local link failure,               remLinkFail(4) - Remote link failure (learned from TDUs),               operRequest(5) - Operator requested path switch. "      ::= { hprRtpStatusEntry 11 }hprRtpStatusLastAttemptResult  OBJECT-TYPE      SYNTAX INTEGER { successful(1),                       initiatorMoving(2),                       directorySearchFailed(3),                       rscvCalculationFailed(4),                       negativeRouteSetupReply(5),                       backoutRouteSetupReply(6),                       timeoutDuringFirstAttempt(7),                       otherUnsuccessful(8)                     }      MAX-ACCESS read-only      STATUS current      DESCRIPTION          "The result of the last completed path switch attempt.  If the          path switch is aborted in the middle of a path switch attempt          because the path switch timer expires, the result of the          previous path switch attempt is reported.          The values are defined as follows:             successful(1)                - The final path switch                                            attempt was successful.             initiatorMoving(2)           - The final path switch                                            attempt failed because the                                            initiator is mobile, and                                            there was no active link                                            out of this node.             directorySearchFailed(3)     - The final path switch                                            attempt failed because a                                            directory search for the                                            destination node's CP name                                            failed.             rscvCalculationFailed(4)     - The final path switch                                            attempt failed because an                                            RSCV to the node containing                                            the remote RTP endpoint                                            could not be calculated.             negativeRouteSetupReply(5)   - The final path switch                                            attempt failed because route                                            setup failed for the new                                            path.             backoutRouteSetupReply(6)    - The final path switch                                            attempt failed because the                                            remote RTP endpoint refused                                            to continue the RTP                                            connection.             timeoutDuringFirstAttempt(7) - The path switch timer                                            expired during the first                                            path switch attempt.             otherUnsuccessful(8)         - The final path switch                                            attempt failed for a reason                                            other than those listed                                            above."      ::= { hprRtpStatusEntry 12 }-- ***************************************************************-- Conformance information-- ***************************************************************hprConformance       OBJECT IDENTIFIER ::= { hprMIB 2 }hprCompliances       OBJECT IDENTIFIER ::= { hprConformance 1 }hprGroups            OBJECT IDENTIFIER ::= { hprConformance 2 }-- Compliance statementshprCompliance  MODULE-COMPLIANCE      STATUS  current      DESCRIPTION          "The compliance statement for the SNMPv2 entities that          implement the HPR MIB."      MODULE  -- this module--    Unconditionally mandatory groups          MANDATORY-GROUPS  {                             hprGlobalConfGroup,                             hprAnrRoutingConfGroup,                             hprTransportUserConfGroup                            }--    Conditionally mandatory groups          GROUP   hprRtpConfGroup          DESCRIPTION              "The hprRtpConfGroup is mandatory for HPR implementations              supporting the HPR transport tower."      ::= { hprCompliances 1 }-- Units of conformancehprGlobalConfGroup OBJECT-GROUP        OBJECTS {                 hprNodeCpName,                 hprOperatorPathSwitchSupport                }      STATUS  current      DESCRIPTION          "A collection of objects providing the instrumentation of HPR          general information and capabilities."      ::= { hprGroups 1 }hprAnrRoutingConfGroup OBJECT-GROUP        OBJECTS {                 hprAnrsAssigned,                 hprAnrCounterState,                 hprAnrCounterStateTime,                 hprAnrType,                 hprAnrOutTgDest,                 hprAnrOutTgNum,                 hprAnrPacketsReceived,                 hprAnrCounterDisconTime                }      STATUS  current      DESCRIPTION          "A collection of objects providing instrumentation for the          node's ANR routing."      ::= { hprGroups 2 }hprTransportUserConfGroup OBJECT-GROUP        OBJECTS {                 hprNceType,                 hprNceDefault,                 hprNceInstanceId                }      STATUS  current      DESCRIPTION          "A collection of objects providing information on the users of          the HPR transport known to the node."      ::= { hprGroups 3 }hprRtpConfGroup  OBJECT-GROUP        OBJECTS {                 hprRtpGlobeConnSetups,                 hprRtpGlobeCtrState,                 hprRtpGlobeCtrStateTime,                 hprRtpRemCpName,                 hprRtpRemNceId,                 hprRtpRemTcid,                 hprRtpPathSwitchTrigger,                 hprRtpRscv,                 hprRtpTopic,                 hprRtpState,                 hprRtpUpTime,                 hprRtpLivenessTimer,                 hprRtpShortReqTimer,                 hprRtpPathSwTimer,                 hprRtpLivenessTimeouts,                 hprRtpShortReqTimeouts,                 hprRtpMaxSendRate,                 hprRtpMinSendRate,                 hprRtpCurSendRate,                 hprRtpSmRdTripDelay,                 hprRtpSendPackets,                 hprRtpRecvPackets,                 hprRtpSendBytes,                 hprRtpRecvBytes,                 hprRtpRetrPackets,                 hprRtpPacketsDiscarded,                 hprRtpDetectGaps,                 hprRtpRateReqSends,                 hprRtpOkErrPathSws,                 hprRtpBadErrPathSws,                 hprRtpOkOpPathSws,                 hprRtpBadOpPathSws,                 hprRtpCounterDisconTime,                 hprRtpStatusStartTime,                 hprRtpStatusEndTime,                 hprRtpStatusRemNceId,                 hprRtpStatusRemTcid,                 hprRtpStatusRemCpName,                 hprRtpStatusNewRscv,                 hprRtpStatusOldRscv,                 hprRtpStatusCause,                 hprRtpStatusLastAttemptResult                }      STATUS  current      DESCRIPTION          "A collection of objects providing the instrumentation for RTP          connection end points."      ::= { hprGroups 4 }-- end of conformance statementEND

⌨️ 快捷键说明

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