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

📄 rfc2925.mib

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 MIB
📖 第 1 页 / 共 5 页
字号:
             pingCtlStorageType,             pingCtlTrapGeneration,             pingCtlTrapProbeFailureFilter,             pingCtlTrapTestFailureFilter,             pingCtlType,             pingCtlDescr,             pingCtlByPassRouteTable,             pingCtlSourceAddressType,             pingCtlSourceAddress,             pingCtlIfIndex,             pingCtlDSField,             pingCtlRowStatus,             pingResultsOperStatus,             pingResultsIpTargetAddressType,             pingResultsIpTargetAddress,             pingResultsMinRtt,             pingResultsMaxRtt,             pingResultsAverageRtt,             pingResultsProbeResponses,             pingResultsSentProbes,             pingResultsRttSumOfSquares,             pingProbeHistoryResponse,             pingProbeHistoryStatus,             pingProbeHistoryLastRC           }   STATUS  current   DESCRIPTION       "The group of objects that comprise the remote ping       capability."    ::= { pingGroups 1 } pingTimeStampGroup OBJECT-GROUP   OBJECTS {             pingResultsLastGoodProbe,             pingProbeHistoryTime           }   STATUS  current   DESCRIPTION       "The group of DateAndTime objects."    ::= { pingGroups 2 } pingNotificationsGroup NOTIFICATION-GROUP   NOTIFICATIONS {             pingProbeFailed,             pingTestFailed,             pingTestCompleted          }   STATUS        current   DESCRIPTION       "The notification which are required to be supported by       implementations of this MIB."   ::= { pingGroups 3 }ENDDISMAN-TRACEROUTE-MIB DEFINITIONS ::= BEGINIMPORTS    MODULE-IDENTITY, OBJECT-TYPE, Integer32,    Gauge32, Unsigned32, mib-2,    NOTIFICATION-TYPE,    OBJECT-IDENTITY        FROM SNMPv2-SMI                  -- RFC2578    RowStatus, StorageType,    TruthValue, DateAndTime        FROM SNMPv2-TC                   -- RFC2579    MODULE-COMPLIANCE, OBJECT-GROUP,    NOTIFICATION-GROUP        FROM SNMPv2-CONF                 -- RFC2580    SnmpAdminString        FROM SNMP-FRAMEWORK-MIB          -- RFC2571    InterfaceIndexOrZero                 -- RFC2863        FROM IF-MIB    InetAddressType, InetAddress        FROM INET-ADDRESS-MIB            -- RFC2851    OperationResponseStatus        FROM DISMAN-PING-MIB;            -- RFC2925 traceRouteMIB MODULE-IDENTITY    LAST-UPDATED "200009210000Z"         -- 21 September 2000    ORGANIZATION "IETF Distributed Management Working Group"    CONTACT-INFO        "Kenneth White        International Business Machines Corporation        Network Computing Software Division        Research Triangle Park, NC, USA        E-mail: wkenneth@us.ibm.com"    DESCRIPTION        "The Traceroute MIB (DISMAN-TRACEROUTE-MIB) provides        access to the traceroute capability at a remote host."     --  Revision history     REVISION     "200009210000Z"         -- 21 September 2000     DESCRIPTION         "Initial version, published as RFC 2925."    ::= { mib-2 81 } -- Top level structure of the MIB traceRouteNotifications  OBJECT IDENTIFIER ::= { traceRouteMIB 0 } traceRouteObjects        OBJECT IDENTIFIER ::= { traceRouteMIB 1 } traceRouteConformance    OBJECT IDENTIFIER ::= { traceRouteMIB 2 } -- The registration node (point) for traceroute implementation types traceRouteImplementationTypeDomains OBJECT IDENTIFIER ::= { traceRouteMIB 3 } traceRouteUsingUdpProbes OBJECT-IDENTITY    STATUS      current    DESCRIPTION        "Indicates that an implementation is using UDP probes to        perform the traceroute operation."    ::= { traceRouteImplementationTypeDomains 1 } -- Simple Object Definitions traceRouteMaxConcurrentRequests OBJECT-TYPE    SYNTAX      Unsigned32    UNITS       "requests"    MAX-ACCESS  read-write    STATUS      current    DESCRIPTION       "The maximum number of concurrent active traceroute requests       that are allowed within an agent implementation.  A value       of 0 for this object implies that there is no limit for       the number of concurrent active requests in effect."    DEFVAL { 10 }    ::= { traceRouteObjects 1 }  -- Traceroute Control Table traceRouteCtlTable OBJECT-TYPE    SYNTAX      SEQUENCE OF TraceRouteCtlEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Defines the Remote Operations Traceroute Control Table for        providing the capability of invoking traceroute from a remote        host.  The results of traceroute operations can be stored in        the traceRouteResultsTable, traceRouteProbeHistoryTable, and        the traceRouteHopsTable."   ::= { traceRouteObjects 2 } traceRouteCtlEntry OBJECT-TYPE    SYNTAX      TraceRouteCtlEntry    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "Defines an entry in the traceRouteCtlTable.  The first        index element, traceRouteCtlOwnerIndex, is of type        SnmpAdminString, a textual convention that allows for        use of the SNMPv3 View-Based Access Control Model        (RFC 2575 [11], VACM) and allows an management        application to identify its entries.  The second index,        traceRouteCtlTestName (also an SnmpAdminString),        enables the same management application to have        multiple requests outstanding."    INDEX {            traceRouteCtlOwnerIndex,            traceRouteCtlTestName          }    ::= { traceRouteCtlTable 1 } TraceRouteCtlEntry ::=    SEQUENCE {      traceRouteCtlOwnerIndex         SnmpAdminString,      traceRouteCtlTestName           SnmpAdminString,      traceRouteCtlTargetAddressType  InetAddressType,      traceRouteCtlTargetAddress      InetAddress,      traceRouteCtlByPassRouteTable   TruthValue,      traceRouteCtlDataSize           Unsigned32,      traceRouteCtlTimeOut            Unsigned32,      traceRouteCtlProbesPerHop       Unsigned32,      traceRouteCtlPort               Unsigned32,      traceRouteCtlMaxTtl             Unsigned32,      traceRouteCtlDSField            Unsigned32,      traceRouteCtlSourceAddressType  InetAddressType,      traceRouteCtlSourceAddress      InetAddress,      traceRouteCtlIfIndex            InterfaceIndexOrZero,      traceRouteCtlMiscOptions        SnmpAdminString,      traceRouteCtlMaxFailures        Unsigned32,      traceRouteCtlDontFragment       TruthValue,      traceRouteCtlInitialTtl         Unsigned32,      traceRouteCtlFrequency          Unsigned32,      traceRouteCtlStorageType        StorageType,      traceRouteCtlAdminStatus        INTEGER,      traceRouteCtlMaxRows            Unsigned32,      traceRouteCtlTrapGeneration     BITS,      traceRouteCtlDescr              SnmpAdminString,      traceRouteCtlCreateHopsEntries  TruthValue,      traceRouteCtlType               OBJECT IDENTIFIER,      traceRouteCtlRowStatus          RowStatus    } traceRouteCtlOwnerIndex OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..32))    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION       "To facilitate the provisioning of access control by a       security administrator using the View-Based Access       Control Model (RFC 2575, VACM) for tables in which       multiple users may need to independently create or       modify entries, the initial index is used as an 'owner       index'.  Such an initial index has a syntax of       SnmpAdminString, and can thus be trivially mapped to a       securityName or groupName as defined in VACM, in       accordance with a security policy.       When used in conjunction with such a security policy       all entries in the table belonging to a particular user       (or group) will have the same value for this initial       index.  For a given user's entries in a particular       table, the object identifiers for the information in       these entries will have the same subidentifiers (except       for the 'column' subidentifier) up to the end of the       encoded owner index. To configure VACM to permit access       to this portion of the table, one would create       vacmViewTreeFamilyTable entries with the value of       vacmViewTreeFamilySubtree including the owner index       portion, and vacmViewTreeFamilyMask 'wildcarding' the       column subidentifier.  More elaborate configurations       are possible."    ::= { traceRouteCtlEntry 1 }  traceRouteCtlTestName OBJECT-TYPE    SYNTAX      SnmpAdminString (SIZE(0..32))    MAX-ACCESS  not-accessible    STATUS      current    DESCRIPTION        "The name of a traceroute test.  This is locally unique,        within the scope of an traceRouteCtlOwnerIndex."    ::= { traceRouteCtlEntry 2 } traceRouteCtlTargetAddressType OBJECT-TYPE    SYNTAX      InetAddressType    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "Specifies the type of host address to be used on the        traceroute request at the remote host."    DEFVAL { ipv4 }    ::= { traceRouteCtlEntry 3 } traceRouteCtlTargetAddress OBJECT-TYPE    SYNTAX      InetAddress    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "Specifies the host address used on the        traceroute request at the remote host.  The        host address type can be determined by the        examining the value of the corresponding        traceRouteCtlTargetAddressType index element.        A value for this object MUST be set prior to        transitioning its corresponding traceRouteCtlEntry to        active(1) via traceRouteCtlRowStatus."    ::= { traceRouteCtlEntry 4 } traceRouteCtlByPassRouteTable 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 traceroute operation to a local host through an       interface that has no route defined (e.g., after the       interface was dropped by routed)."    DEFVAL { false }    ::= { traceRouteCtlEntry 5 } traceRouteCtlDataSize OBJECT-TYPE    SYNTAX      Unsigned32 (0..65507)    UNITS       "octets"    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "Specifies the size of the data portion of a traceroute        request in octets.  A traceroute request is essentially        transmitted by encoding a UDP datagram into a        IP packet. So subtracting the size of a UDP header        (8 octets) and the size of a IP header (20 octets)        yields a maximum of 65507 octets."    DEFVAL { 0 }    ::= { traceRouteCtlEntry 6 } traceRouteCtlTimeOut OBJECT-TYPE    SYNTAX      Unsigned32 (1..60)    UNITS       "seconds"    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "Specifies the time-out value, in seconds, for        a traceroute request."    DEFVAL { 3 }    ::= { traceRouteCtlEntry 7 } traceRouteCtlProbesPerHop OBJECT-TYPE    SYNTAX      Unsigned32 (1..10)    UNITS       "probes"    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "Specifies the number of times to reissue a traceroute        request with the same time-to-live (TTL) value."    DEFVAL { 3 }    ::= { traceRouteCtlEntry 8 } traceRouteCtlPort OBJECT-TYPE    SYNTAX      Unsigned32 (1..65535)    UNITS       "UDP Port"    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "Specifies the UDP port to send the traceroute        request to.  Need to specify a port that is not in        use at the destination (target) host.  The default        value for this object is the IANA assigned port,        33434, for the traceroute function."    DEFVAL { 33434 }    ::= { traceRouteCtlEntry 9 } traceRouteCtlMaxTtl OBJECT-TYPE    SYNTAX      Unsigned32 (1..255)    UNITS       "time-to-live value"    MAX-ACCESS  read-create    STATUS      current    DESCRIPTION        "Specifies the maximum time-to-live value."    DEFVAL { 30 }    ::= { traceRouteCtlEntry 10 } traceRouteCtlDSField 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 traceroute 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 traceroute response.  Not all values are legal

⌨️ 快捷键说明

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