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

📄 rfc2925.txt

📁 中、英文RFC文档大全打包下载完全版 .
💻 TXT
📖 第 1 页 / 共 5 页
字号:
        pingResultsRttSumOfSquares     Unsigned32,        pingResultsLastGoodProbe       DateAndTime     } pingResultsOperStatus OBJECT-TYPE    SYNTAX      INTEGER {                          enabled(1),  -- test is in progress                          disabled(2)  -- test has stopped                        }    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Reflects the operational state of a pingCtlEntry:           enabled(1)   - Test is active.           disabled(2)  - Test has stopped."    ::= { pingResultsEntry 1 } pingResultsIpTargetAddressType OBJECT-TYPE    SYNTAX      InetAddressType    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "This objects indicates the type of address stored        in the corresponding pingResultsIpTargetAddress        object."    DEFVAL { unknown }    ::= { pingResultsEntry 2 } pingResultsIpTargetAddress OBJECT-TYPE    SYNTAX      InetAddressWhite                       Standards Track                    [Page 26]RFC 2925           Ping, Traceroute, and Lookup MIBs      September 2000    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "This objects reports the IP address associated        with a pingCtlTargetAddress value when the destination        address is specified as a DNS name.  The value of        this object should be a zero length octet string        when a DNS name is not specified or when a        specified DNS name fails to resolve."    DEFVAL { ''H }    ::= { pingResultsEntry 3 } pingResultsMinRtt OBJECT-TYPE    SYNTAX      Unsigned32    UNITS       "milliseconds"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The minimum ping round-trip-time (RTT) received.  A value        of 0 for this object implies that no RTT has been received."    ::= { pingResultsEntry 4 } pingResultsMaxRtt OBJECT-TYPE    SYNTAX      Unsigned32    UNITS       "milliseconds"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The maximum ping round-trip-time (RTT) received.  A value        of 0 for this object implies that no RTT has been received."    ::= { pingResultsEntry 5 }  pingResultsAverageRtt OBJECT-TYPE    SYNTAX      Unsigned32    UNITS       "milliseconds"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The current average ping round-trip-time (RTT)."    ::= { pingResultsEntry 6 }  pingResultsProbeResponses OBJECT-TYPE    SYNTAX      Unsigned32    UNITS       "responses"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Number of responses received for the correspondingWhite                       Standards Track                    [Page 27]RFC 2925           Ping, Traceroute, and Lookup MIBs      September 2000        pingCtlEntry and pingResultsEntry.  The value of this object        MUST be reported as 0 when no probe responses have been        received."    ::= { pingResultsEntry 7 }  pingResultsSentProbes OBJECT-TYPE    SYNTAX      Unsigned32    UNITS       "probes"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The value of this object reflects the number of probes sent        for the corresponding pingCtlEntry and pingResultsEntry.        The value of this object MUST be reported as 0 when no probes        have been sent."    ::= { pingResultsEntry 8 }  pingResultsRttSumOfSquares OBJECT-TYPE    SYNTAX      Unsigned32    UNITS       "milliseconds"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "This object contains the sum of the squares for all ping        responses received.  Its purpose is to enable standard        deviation calculation.  The value of this object MUST        be reported as 0 when no ping responses have been        received."    ::= { pingResultsEntry 9 } pingResultsLastGoodProbe OBJECT-TYPE    SYNTAX      DateAndTime    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "Date and time when the last response was received for        a probe."    ::= { pingResultsEntry 10 } -- Ping Probe History Table pingProbeHistoryTable OBJECT-TYPE    SYNTAX      SEQUENCE OF PingProbeHistoryEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Defines a table for storing the results of a ping        operation.  Entries in this table are limited byWhite                       Standards Track                    [Page 28]RFC 2925           Ping, Traceroute, and Lookup MIBs      September 2000        the value of the corresponding pingCtlMaxRows        object.        An entry in this table is created when the result of        a ping probe is determined.  The initial 2 instance        identifier index values identify the pingCtlEntry        that a probe result (pingProbeHistoryEntry) belongs        to.  An entry is removed from this table when        its corresponding pingCtlEntry is deleted.        An implementation of this MIB will remove the oldest        entry in the pingProbeHistoryTable to allow the        addition of an new entry once the number of rows in        the pingProbeHistoryTable reaches the value specified        by pingCtlMaxRows."   ::= { pingObjects 4 } pingProbeHistoryEntry OBJECT-TYPE    SYNTAX      PingProbeHistoryEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Defines an entry in the pingProbeHistoryTable.        The first two index elements identify the        pingCtlEntry that a pingProbeHistoryEntry belongs        to.  The third index element selects a single        probe result."    INDEX {             pingCtlOwnerIndex,             pingCtlTestName,             pingProbeHistoryIndex           }    ::= { pingProbeHistoryTable 1 } PingProbeHistoryEntry ::=    SEQUENCE {        pingProbeHistoryIndex         Unsigned32,        pingProbeHistoryResponse      Unsigned32,        pingProbeHistoryStatus        OperationResponseStatus,        pingProbeHistoryLastRC        Integer32,        pingProbeHistoryTime          DateAndTime    } pingProbeHistoryIndex OBJECT-TYPE    SYNTAX      Unsigned32 (1..'ffffffff'h)    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTIONWhite                       Standards Track                    [Page 29]RFC 2925           Ping, Traceroute, and Lookup MIBs      September 2000        "An entry in this table is created when the result of        a ping probe is determined.  The initial 2 instance        identifier index values identify the pingCtlEntry        that a probe result (pingProbeHistoryEntry) belongs        to.        An implementation MUST start assigning        pingProbeHistoryIndex values at 1 and wrap after        exceeding the maximum possible value as defined by        the limit of this object ('ffffffff'h)."    ::= { pingProbeHistoryEntry 1 } pingProbeHistoryResponse OBJECT-TYPE    SYNTAX      Unsigned32    UNITS       "milliseconds"    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The amount of time measured in milliseconds from when        a probe was sent to when its response was received or        when it timed out.  The value of this object is reported        as 0 when it is not possible to transmit a probe."    ::= { pingProbeHistoryEntry 2 } pingProbeHistoryStatus OBJECT-TYPE    SYNTAX      OperationResponseStatus    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The result of a particular probe done by a remote host."    ::= { pingProbeHistoryEntry 3 } pingProbeHistoryLastRC        OBJECT-TYPE    SYNTAX      Integer32    MAX-ACCESS  read-only    STATUS      current    DESCRIPTION        "The last implementation method specific reply code received.        If the ICMP Echo capability is being used then a successful        probe ends when an ICMP response is received that contains        the code ICMP_ECHOREPLY(0).  The ICMP responses are defined        normally in the ip_icmp include file."    ::= { pingProbeHistoryEntry 4 } pingProbeHistoryTime OBJECT-TYPE    SYNTAX      DateAndTime    MAX-ACCESS  read-only    STATUS      currentWhite                       Standards Track                    [Page 30]RFC 2925           Ping, Traceroute, and Lookup MIBs      September 2000    DESCRIPTION        "Timestamp for when this probe result was determined."    ::= { pingProbeHistoryEntry 5 } -- Notification Definition section pingProbeFailed NOTIFICATION-TYPE      OBJECTS {        pingCtlTargetAddressType,        pingCtlTargetAddress,        pingResultsOperStatus,        pingResultsIpTargetAddressType,        pingResultsIpTargetAddress,        pingResultsMinRtt,        pingResultsMaxRtt,        pingResultsAverageRtt,        pingResultsProbeResponses,        pingResultsSentProbes,        pingResultsRttSumOfSquares,        pingResultsLastGoodProbe      }      STATUS  current      DESCRIPTION          "Generated when a probe failure is detected when the          corresponding pingCtlTrapGeneration object is set to          probeFailure(0) subject to the value of          pingCtlTrapProbeFailureFilter.  The object          pingCtlTrapProbeFailureFilter can be used to specify the          number of successive probe failures that are required          before this notification can be generated."      ::= { pingNotifications 1 } pingTestFailed NOTIFICATION-TYPE      OBJECTS {        pingCtlTargetAddressType,        pingCtlTargetAddress,        pingResultsOperStatus,        pingResultsIpTargetAddressType,        pingResultsIpTargetAddress,        pingResultsMinRtt,        pingResultsMaxRtt,        pingResultsAverageRtt,        pingResultsProbeResponses,        pingResultsSentProbes,        pingResultsRttSumOfSquares,        pingResultsLastGoodProbe      }White                       Standards Track                    [Page 31]RFC 2925           Ping, Traceroute, and Lookup MIBs      September 2000      STATUS  current      DESCRIPTION          "Generated when a ping test is determined to have failed          when the corresponding pingCtlTrapGeneration object is          set to testFailure(1).  In this instance          pingCtlTrapTestFailureFilter should specify the number of          probes in a test required to have failed in order to          consider the test as failed."      ::= { pingNotifications 2 } pingTestCompleted NOTIFICATION-TYPE      OBJECTS {        pingCtlTargetAddressType,        pingCtlTargetAddress,        pingResultsOperStatus,        pingResultsIpTargetAddressType,        pingResultsIpTargetAddress,        pingResultsMinRtt,        pingResultsMaxRtt,        pingResultsAverageRtt,        pingResultsProbeResponses,        pingResultsSentProbes,        pingResultsRttSumOfSquares,        pingResultsLastGoodProbe      }      STATUS  current      DESCRIPTION          "Generated at the completion of a ping test when the          corresponding pingCtlTrapGeneration object is set to          testCompletion(4)."      ::= { pingNotifications 3 } -- Conformance information -- Compliance statem

⌨️ 快捷键说明

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