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

📄 rfc2925.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
        next ping test is started.        A value of 0 for this object implies that the test        as defined by the corresponding entry will not be        repeated."    DEFVAL { 0 }    ::= { pingCtlEntry 10 } pingCtlMaxRows OBJECT-TYPE    SYNTAX      Unsigned32    UNITS       "rows"    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The maximum number of entries allowed in the        pingProbeHistoryTable.  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 this value.        Old entries are not removed when a new test is        started.  Entries are added to the pingProbeHistoryTable        until pingCtlMaxRows is reached before entries begin to        be removed.        A value of 0 for this object disables creation of        pingProbeHistoryTable entries."    DEFVAL      { 50 }    ::= { pingCtlEntry 11 } pingCtlStorageType OBJECT-TYPE    SYNTAX      StorageType    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The storage type for this conceptual row.        Conceptual rows having the value 'permanent' need not        allow write-access to any columnar objects in the row."    DEFVAL { nonVolatile }    ::= { pingCtlEntry 12 } pingCtlTrapGeneration OBJECT-TYPE    SYNTAX      BITS {                   probeFailure(0),                   testFailure(1),                   testCompletion(2)                  }    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The value of this object determines when and if        to generate a notification for this entry:        probeFailure(0)   - Generate a pingProbeFailed            notification subject to the value of            pingCtlTrapProbeFailureFilter.  The object            pingCtlTrapProbeFailureFilter can be used            to specify the number of successive probe failures            that are required before a pingProbeFailed            notification can be generated.        testFailure(1)    - Generate a pingTestFailed            notification. In this instance the object            pingCtlTrapTestFailureFilter can be used to            determine the number of probe failures that            signal when a test fails.        testCompletion(2) - Generate a pingTestCompleted            notification.        The value of this object defaults to zero, indicating        that none of the above options have been selected."    ::= { pingCtlEntry 13 } pingCtlTrapProbeFailureFilter OBJECT-TYPE    SYNTAX      Unsigned32 (0..15)    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The value of this object is used to determine when        to generate a pingProbeFailed NOTIFICATION.        Setting pingCtlTrapGeneration        to probeFailure(0) implies that a pingProbeFailed        NOTIFICATION is generated only when the number of        successive probe failures as indicated by the        value of pingCtlTrapPrbefailureFilter fail within        a given ping test."    DEFVAL { 1 }    ::= { pingCtlEntry 14 } pingCtlTrapTestFailureFilter OBJECT-TYPE    SYNTAX      Unsigned32 (0..15)    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The value of this object is used to determine when        to generate a pingTestFailed NOTIFICATION.        Setting pingCtlTrapGeneration to testFailure(1)        implies that a pingTestFailed NOTIFICATION is        generated only when the number of ping failures        within a test exceed the value of        pingCtlTrapTestFailureFilter."    DEFVAL { 1 }    ::= { pingCtlEntry 15 } pingCtlType OBJECT-TYPE    SYNTAX      OBJECT IDENTIFIER    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The value of this object is used to either report or        select the implementation method to be used for        calculating a ping response time.  The value of this        object MAY be selected from pingImplementationTypeDomains.        Additional implementation types SHOULD be allocated as        required by implementers of the DISMAN-PING-MIB under        their enterprise specific registration point and not        beneath pingImplementationTypeDomains."    DEFVAL { pingIcmpEcho }    ::= { pingCtlEntry 16 } pingCtlDescr OBJECT-TYPE    SYNTAX      SnmpAdminString    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "The purpose of this object is to provide a        descriptive name of the remote ping test."    DEFVAL { '00'H }    ::= { pingCtlEntry 17 } pingCtlSourceAddressType OBJECT-TYPE    SYNTAX      InetAddressType    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "Specifies the type of the source address,        pingCtlSourceAddress, to be used at a remote host        when performing a ping operation."    DEFVAL { ipv4 }    ::= { pingCtlEntry 18 }  pingCtlSourceAddress OBJECT-TYPE    SYNTAX      InetAddress    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "Use the specified IP address (which must be given        in numeric form, not as a hostname) as the source        address in outgoing probe packets.  On hosts with        more than one IP address, this option can be used        to force the source address to be something other        than the primary IP address of the interface the        probe packet is sent on.  If the IP address is not        one of this machine's interface addresses, an error        is returned and nothing is sent.  A zero length        octet string value for this object disables source        address specification.        The address type (InetAddressType) that relates to        this object is specified by the corresponding value        of pingCtlSourceAddressType."    DEFVAL { ''H }    ::= { pingCtlEntry 19 } pingCtlIfIndex OBJECT-TYPE    SYNTAX      InterfaceIndexOrZero    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "Setting this object to an interface's ifIndex prior        to starting a remote ping operation directs        the ping probes to be transmitted over the        specified interface.  A value of zero for this object        means that this option is not enabled."    DEFVAL { 0 }    ::= { pingCtlEntry 20 } pingCtlByPassRouteTable OBJECT-TYPE    SYNTAX TruthValue    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION       "The purpose of this object is to optionally enable       bypassing the route table.  If enabled, the remote       host will bypass the normal routing tables and send       directly to a host on an attached network.  If the       host is not on a directly-attached network, an       error is returned.  This option can be used to perform       the ping operation to a local host through an       interface that has no route defined (e.g., after the       interface was dropped by routed)."    DEFVAL { false }    ::= { pingCtlEntry 21 } pingCtlDSField OBJECT-TYPE    SYNTAX      Unsigned32 (0..255)    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "Specifies the value to store in the Differentiated        Services (DS) Field in the IP packet used to        encapsulate the ping probe.  The DS Field is defined        as the Type of Service (TOS) octet in a IPv4 header        or as the Traffic Class octet in a IPv6 header.        The value of this object must be a decimal integer        in the range from 0 to 255.  This option can be used        to determine what effect an explicit DS Field setting        has on a ping response.  Not all values are legal or        meaningful.  A value of 0 means that the function     represented by this option is not supported.  DS Field     usage is often not supported by IP implementations and     not all values are supported.  Refer to RFC 2474 for     guidance on usage of this field."    REFERENCE        "Refer to RFC 2474 for the definition of the        Differentiated Services Field and to RFC 1812        Section 5.3.2 for Type of Service (TOS)."    DEFVAL { 0 }    ::= { pingCtlEntry 22 } pingCtlRowStatus OBJECT-TYPE    SYNTAX      RowStatus    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "This object allows entries to be created and deleted        in the pingCtlTable.  Deletion of an entry in this        table results in all corresponding (same        pingCtlOwnerIndex and pingCtlTestName index values)        pingResultsTable and pingProbeHistoryTable entries        being deleted.        A value MUST be specified for pingCtlTargetAddress        prior to a transition to active(1) state being        accepted.        Activation of a remote ping operation is controlled        via pingCtlAdminStatus and not by changing        this object's value to active(1).        Transitions in and out of active(1) state are not        allowed while an entry's pingResultsOperStatus is        active(1) with the exception that deletion of        an entry in this table by setting its RowStatus        object to destroy(6) will stop an active        ping operation.        The operational state of a ping operation        can be determined by examination of its        pingResultsOperStatus object."    REFERENCE        "See definition of RowStatus in RFC 2579, 'Textual        Conventions for SMIv2.'"    ::= { pingCtlEntry 23 }-- Ping Results Table pingResultsTable OBJECT-TYPE    SYNTAX      SEQUENCE OF PingResultsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Defines the Ping Results Table for providing        the capability of performing ping operations at        a remote host.  The results of these operations are        stored in the pingResultsTable and the pingPastProbeTable.        An entry is added to the pingResultsTable when an        pingCtlEntry is started by successful transition        of its pingCtlAdminStatus object to enabled(1).        An entry is removed from the pingResultsTable when        its corresponding pingCtlEntry is deleted."   ::= { pingObjects 3 } pingResultsEntry OBJECT-TYPE    SYNTAX      PingResultsEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Defines an entry in the pingResultsTable.  The        pingResultsTable has the same indexing as the        pingCtlTable in order for a pingResultsEntry to        correspond to the pingCtlEntry that caused it to        be created."    INDEX {             pingCtlOwnerIndex,             pingCtlTestName          }    ::= { pingResultsTable 1 } PingResultsEntry ::=    SEQUENCE {        pingResultsOperStatus          INTEGER,        pingResultsIpTargetAddressType InetAddressType,        pingResultsIpTargetAddress     InetAddress,        pingResultsMinRtt              Unsigned32,        pingResultsMaxRtt              Unsigned32,        pingResultsAverageRtt          Unsigned32,        pingResultsProbeResponses      Unsigned32,        pingResultsSentProbes          Unsigned32,        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      InetAddress    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

⌨️ 快捷键说明

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