AD | Application | AWS | Azure | Cloud | Database | Enterprise | Environmental | Event Log | File System | Infra | IoT | IT Service | Linux | Network/System | Performance | Protocol | SaaS | Security | Service Level | SNMP | Storage | VMware | VoIP | Web | Wireless

Crumbtrail

MonitorTools.com » Technical documentation » SNMP » MIB » RFC » DISMAN-TRACEROUTE-MIB » Objects

DISMAN-TRACEROUTE-MIB.mib object view, vendor RFC

Introduction

Most network devices and programs ship with so-called MIB files to describe the parameters and meanings (i.e.: friendly names) which are available for monitoring via SNMP.
ActiveXperts Network Monitor 2024 can import vendor-specific MIB files, so it can be used to monitor specific OID's (Object Identifiers). This way, you can monitor your devices, computers, etc. by selecting your relevant OID's by name.

ActiveXperts Network Monitor 2024 can import MIB file DISMAN-TRACEROUTE-MIB and use it to monitor vendor specific OID's.

DISMAN-TRACEROUTE-MIB file content

Object view of DISMAN-TRACEROUTE-MIB:

Scalar Object
traceRouteMaxConcurrentRequests .1.3.6.1.2.1.81.1.1
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.
traceRouteCtlEntry .1.3.6.1.2.1.81.1.2.1
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.
traceRouteResultsEntry .1.3.6.1.2.1.81.1.3.1
Defines an entry in the traceRouteResultsTable. The traceRouteResultsTable has the same indexing as the traceRouteCtlTable in order for a traceRouteResultsEntry to correspond to the traceRouteCtlEntry that caused it to be created.
traceRouteProbeHistoryEntry .1.3.6.1.2.1.81.1.4.1
Defines a table for storing the results of a traceroute operation. Entries in this table are limited by the value of the corresponding traceRouteCtlMaxRows object. The first two index elements identify the traceRouteCtlEntry that a traceRouteProbeHistoryEntry belongs to. The third index element selects a single traceroute operation result. The fourth and fifth indexes select the hop and the probe for a particular traceroute operation.
traceRouteHopsEntry .1.3.6.1.2.1.81.1.5.1
Defines an entry in the traceRouteHopsTable. The first two index elements identify the traceRouteCtlEntry that a traceRouteHopsEntry belongs to. The third index element, traceRouteHopsHopIndex, selects a hop in a traceroute path.
Tabular Object
traceRouteCtlOwnerIndex .1.3.6.1.2.1.81.1.2.1.1
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.
traceRouteCtlTestName .1.3.6.1.2.1.81.1.2.1.2
The name of a traceroute test. This is locally unique, within the scope of an traceRouteCtlOwnerIndex.
traceRouteCtlTargetAddressType .1.3.6.1.2.1.81.1.2.1.3
Specifies the type of host address to be used on the traceroute request at the remote host.
traceRouteCtlTargetAddress .1.3.6.1.2.1.81.1.2.1.4
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.
traceRouteCtlByPassRouteTable .1.3.6.1.2.1.81.1.2.1.5
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).
traceRouteCtlDataSize .1.3.6.1.2.1.81.1.2.1.6
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.
traceRouteCtlTimeOut .1.3.6.1.2.1.81.1.2.1.7
Specifies the time-out value, in seconds, for a traceroute request.
traceRouteCtlProbesPerHop .1.3.6.1.2.1.81.1.2.1.8
Specifies the number of times to reissue a traceroute request with the same time-to-live (TTL) value.
traceRouteCtlPort .1.3.6.1.2.1.81.1.2.1.9
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.
traceRouteCtlMaxTtl .1.3.6.1.2.1.81.1.2.1.10
Specifies the maximum time-to-live value.
traceRouteCtlDSField .1.3.6.1.2.1.81.1.2.1.11
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 or meaningful. DS Field usage is often not supported by IP implementations. A value of 0 means that the function represented by this option is not supported. Useful TOS octet values are probably '16' (low delay) and '8' ( high throughput).
traceRouteCtlSourceAddressType .1.3.6.1.2.1.81.1.2.1.12
Specifies the type of the source address, traceRouteCtlSourceAddress, to be used at a remote host when performing a traceroute operation.
traceRouteCtlSourceAddress .1.3.6.1.2.1.81.1.2.1.13
Use the specified IP address (which must be given as an IP number, not 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 traceRouteCtlSourceAddressType.
traceRouteCtlIfIndex .1.3.6.1.2.1.81.1.2.1.14
Setting this object to an interface's ifIndex prior to starting a remote traceroute operation directs the traceroute probes to be transmitted over the specified interface. A value of zero for this object implies that this option is not enabled.
traceRouteCtlMiscOptions .1.3.6.1.2.1.81.1.2.1.15
Enables an application to specify implementation dependent options.
traceRouteCtlMaxFailures .1.3.6.1.2.1.81.1.2.1.16
The value of this object indicates the maximum number of consecutive timeouts allowed before terminating a remote traceroute request. A value of either 255 (maximum hop count/possible TTL value) or a 0 indicates that the function of terminating a remote traceroute request when a specific number of successive timeouts are detected is disabled.
traceRouteCtlDontFragment .1.3.6.1.2.1.81.1.2.1.17
This object enables setting of the don't fragment flag (DF) in the IP header for a probe. Use of this object enables performing a manual PATH MTU test.
traceRouteCtlInitialTtl .1.3.6.1.2.1.81.1.2.1.18
The value of this object specifies the initial TTL value to use. This enables bypassing the initial (often well known) portion of a path.
traceRouteCtlFrequency .1.3.6.1.2.1.81.1.2.1.19
The number of seconds to wait before repeating a traceroute test as defined by the value of the various objects in the corresponding row. The number of hops in a single traceroute test is determined by the value of the corresponding traceRouteCtlProbesPerHop object. After a single test completes the number of seconds as defined by the value of traceRouteCtlFrequency MUST elapse before the next traceroute test is started. A value of 0 for this object implies that the test as defined by the corresponding entry will not be repeated.
traceRouteCtlStorageType .1.3.6.1.2.1.81.1.2.1.20
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.
traceRouteCtlAdminStatus .1.3.6.1.2.1.81.1.2.1.21
Reflects the desired state that an traceRouteCtlEntry should be in: enabled(1) - Attempt to activate the test as defined by this traceRouteCtlEntry. disabled(2) - Deactivate the test as defined by this traceRouteCtlEntry. Refer to the corresponding traceRouteResultsOperStatus to determine the operational state of the test defined by this entry.
traceRouteCtlDescr .1.3.6.1.2.1.81.1.2.1.22
The purpose of this object is to provide a descriptive name of the remote traceroute test.
traceRouteCtlMaxRows .1.3.6.1.2.1.81.1.2.1.23
The maximum number of entries allowed in the traceRouteProbeHistoryTable. An implementation of this MIB will remove the oldest entry in the traceRouteProbeHistoryTable to allow the addition of an new entry once the number of rows in the traceRouteProbeHistoryTable reaches this value. Old entries are not removed when a new test is started. Entries are added to the traceRouteProbeHistoryTable until traceRouteCtlMaxRows is reached before entries begin to be removed. A value of 0 for this object disables creation of traceRouteProbeHistoryTable entries.
traceRouteCtlTrapGeneration .1.3.6.1.2.1.81.1.2.1.24
The value of this object determines when and if to to generate a notification for this entry: pathChange(0) - Generate a traceRoutePathChange notification when the current path varies from a previously determined path. testFailure(1) - Generate a traceRouteTestFailed notification when the full path to a target can't be determined. testCompletion(2) - Generate a traceRouteTestCompleted notification when the path to a target has been determined. The value of this object defaults to zero, indicating that none of the above options have been selected.
traceRouteCtlCreateHopsEntries .1.3.6.1.2.1.81.1.2.1.25
The current path for a traceroute test is kept in the traceRouteHopsTable on a per hop basis when the value of this object is true(1).
traceRouteCtlType .1.3.6.1.2.1.81.1.2.1.26
The value of this object is used either to report or select the implementation method to be used for performing a traceroute operation. The value of this object may be selected from traceRouteImplementationTypeDomains. Additional implementation types should be allocated as required by implementers of the DISMAN-TRACEROUTE-MIB under their enterprise specific registration point and not beneath traceRouteImplementationTypeDomains.
traceRouteCtlRowStatus .1.3.6.1.2.1.81.1.2.1.27
This object allows entries to be created and deleted in the traceRouteCtlTable. Deletion of an entry in this table results in all corresponding (same traceRouteCtlOwnerIndex and traceRouteCtlTestName index values) traceRouteResultsTable, traceRouteProbeHistoryTable, and traceRouteHopsTable entries being deleted. A value MUST be specified for traceRouteCtlTargetAddress prior to a transition to active(1) state being accepted. Activation of a remote traceroute operation is controlled via traceRouteCtlAdminStatus and not by transitioning of this object's value to active(1). Transitions in and out of active(1) state are not allowed while an entry's traceRouteResultsOperStatus 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 traceroute operation. The operational state of an traceroute operation can be determined by examination of the corresponding traceRouteResultsOperStatus object.
traceRouteResultsOperStatus .1.3.6.1.2.1.81.1.3.1.1
Reflects the operational state of an traceRouteCtlEntry: enabled(1) - Test is active. disabled(2) - Test has stopped.
traceRouteResultsCurHopCount .1.3.6.1.2.1.81.1.3.1.2
Reflects the current TTL value (range from 1 to 255) for a remote traceroute operation. Maximum TTL value is determined by traceRouteCtlMaxTtl.
traceRouteResultsCurProbeCount .1.3.6.1.2.1.81.1.3.1.3
Reflects the current probe count (1..10) for a remote traceroute operation. The maximum probe count is determined by traceRouteCtlProbesPerHop.
traceRouteResultsIpTgtAddrType .1.3.6.1.2.1.81.1.3.1.4
This objects indicates the type of address stored in the corresponding traceRouteResultsIpTgtAddr object.
traceRouteResultsIpTgtAddr .1.3.6.1.2.1.81.1.3.1.5
This objects reports the IP address associated with a traceRouteCtlTargetAddress 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.
traceRouteResultsTestAttempts .1.3.6.1.2.1.81.1.3.1.6
The current number of attempts to determine a path to a target. The value of this object MUST be started at 0.
traceRouteResultsTestSuccesses .1.3.6.1.2.1.81.1.3.1.7
The current number of attempts to determine a path to a target that have succeeded. The value of this object MUST be reported as 0 when no attempts have succeeded.
traceRouteResultsLastGoodPath .1.3.6.1.2.1.81.1.3.1.8
The date and time when the last complete path was determined.
traceRouteProbeHistoryIndex .1.3.6.1.2.1.81.1.4.1.1
An entry in this table is created when the result of a traceroute probe is determined. The initial 2 instance identifier index values identify the traceRouteCtlEntry that a probe result (traceRouteProbeHistoryEntry) belongs to. An entry is removed from this table when its corresponding traceRouteCtlEntry is deleted. An implementation MUST start assigning traceRouteProbeHistoryIndex values at 1 and wrap after exceeding the maximum possible value as defined by the limit of this object ('ffffffff'h).
traceRouteProbeHistoryHopIndex .1.3.6.1.2.1.81.1.4.1.2
Indicates which hop in a traceroute path that the probe's results are for. The value of this object is initially determined by the value of traceRouteCtlInitialTtl.
traceRouteProbeHistoryProbeIndex .1.3.6.1.2.1.81.1.4.1.3
Indicates the index of a probe for a particular hop in a traceroute path. The number of probes per hop is determined by the value of the corresponding traceRouteCtlProbesPerHop object.
traceRouteProbeHistoryHAddrType .1.3.6.1.2.1.81.1.4.1.4
This objects indicates the type of address stored in the corresponding traceRouteProbeHistoryHAddr object.
traceRouteProbeHistoryHAddr .1.3.6.1.2.1.81.1.4.1.5
The address of a hop in a traceroute path. This object is not allowed to be a DNS name. The value of the corresponding object, traceRouteProbeHistoryHAddrType, indicates this object's IP address type.
traceRouteProbeHistoryResponse .1.3.6.1.2.1.81.1.4.1.6
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.
traceRouteProbeHistoryStatus .1.3.6.1.2.1.81.1.4.1.7
The result of a traceroute operation made by a remote host for a particular probe.
traceRouteProbeHistoryLastRC .1.3.6.1.2.1.81.1.4.1.8
The last implementation method specific reply code received. Traceroute is usually implemented by transmitting a series of probe packets with increasing time-to-live values. A probe packet is a UDP datagram encapsulated into an IP packet. Each hop in a path to the target (destination) host rejects the probe packets (probe's TTL too small, ICMP reply) until either the maximum TTL is exceeded or the target host is received.
traceRouteProbeHistoryTime .1.3.6.1.2.1.81.1.4.1.9
Timestamp for when this probe results were determined.
traceRouteHopsHopIndex .1.3.6.1.2.1.81.1.5.1.1
Specifies the hop index for a traceroute hop. Values for this object with respect to the same traceRouteCtlOwnerIndex and traceRouteCtlTestName MUST start at 1 and increase monotonically. The traceRouteHopsTable keeps the current traceroute path per traceRouteCtlEntry if enabled by setting the corresponding traceRouteCtlCreateHopsEntries to true(1). All hops (traceRouteHopsTable entries) in a traceroute path MUST be updated at the same time when a traceroute operation completes. Care needs to be applied when either a path changes or can't be determined. The initial portion of the path, up to the first hop change, MUST retain the same traceRouteHopsHopIndex values. The remaining portion of the path SHOULD be assigned new traceRouteHopsHopIndex values.
traceRouteHopsIpTgtAddressType .1.3.6.1.2.1.81.1.5.1.2
This objects indicates the type of address stored in the corresponding traceRouteHopsIpTargetAddress object.
traceRouteHopsIpTgtAddress .1.3.6.1.2.1.81.1.5.1.3
This object reports the IP address associated with the hop. A value for this object should be reported as a numeric IP address and not as a DNS name.
traceRouteHopsMinRtt .1.3.6.1.2.1.81.1.5.1.4
The minimum traceroute round-trip-time (RTT) received for this hop. A value of 0 for this object implies that no RTT has been received.
traceRouteHopsMaxRtt .1.3.6.1.2.1.81.1.5.1.5
The maximum traceroute round-trip-time (RTT) received for this hop. A value of 0 for this object implies that no RTT has been received.
traceRouteHopsAverageRtt .1.3.6.1.2.1.81.1.5.1.6
The current average traceroute round-trip-time (RTT) for this hop.
traceRouteHopsRttSumOfSquares .1.3.6.1.2.1.81.1.5.1.7
This object contains the sum of all traceroute responses received for this hop. Its purpose is to enable standard deviation calculation.
traceRouteHopsSentProbes .1.3.6.1.2.1.81.1.5.1.8
The value of this object reflects the number of probes sent for this hop during this traceroute test. The value of this object should start at 0.
traceRouteHopsProbeResponses .1.3.6.1.2.1.81.1.5.1.9
Number of responses received for this hop during this traceroute test. This value of this object should start at 0.
traceRouteHopsLastGoodProbe .1.3.6.1.2.1.81.1.5.1.10
Date and time was the last response was received for a probe for this hop during this traceroute test.
Table
traceRouteCtlTable .1.3.6.1.2.1.81.1.2
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.
traceRouteResultsTable .1.3.6.1.2.1.81.1.3
Defines the Remote Operations Traceroute Results Table for keeping track of the status of a traceRouteCtlEntry. An entry is added to the traceRouteResultsTable when an traceRouteCtlEntry is started by successful transition of its traceRouteCtlAdminStatus object to enabled(1). An entry is removed from the traceRouteResultsTable when its corresponding traceRouteCtlEntry is deleted.
traceRouteProbeHistoryTable .1.3.6.1.2.1.81.1.4
Defines the Remote Operations Traceroute Results Table for storing the results of a traceroute operation. An implementation of this MIB will remove the oldest entry in the traceRouteProbeHistoryTable to allow the addition of an new entry once the number of rows in the traceRouteProbeHistoryTable reaches the value specified by traceRouteCtlMaxRows.
traceRouteHopsTable .1.3.6.1.2.1.81.1.5
Defines the Remote Operations Traceroute Hop Table for keeping track of the results of traceroute tests on a per hop basis.
Trap
traceRoutePathChange .1.3.6.1.2.1.81.0.1
The path to a target has changed.
traceRouteTestFailed .1.3.6.1.2.1.81.0.2
Could not determine the path to a target.
traceRouteTestCompleted .1.3.6.1.2.1.81.0.3
The path to a target has just been determined.
Object Identifier
traceRouteMIB .1.3.6.1.2.1.81
The Traceroute MIB (DISMAN-TRACEROUTE-MIB) provides access to the traceroute capability at a remote host.
traceRouteNotifications .1.3.6.1.2.1.81.0
traceRouteObjects .1.3.6.1.2.1.81.1
traceRouteConformance .1.3.6.1.2.1.81.2
traceRouteImplementationTypeDomains .1.3.6.1.2.1.81.3
traceRouteUsingUdpProbes .1.3.6.1.2.1.81.3.1
Indicates that an implementation is using UDP probes to perform the traceroute operation.
traceRouteCompliances .1.3.6.1.2.1.81.2.1
traceRouteGroups .1.3.6.1.2.1.81.2.2
Group
traceRouteGroup .1.3.6.1.2.1.81.2.2.1
The group of objects that comprise the remote traceroute operation.
traceRouteTimeStampGroup .1.3.6.1.2.1.81.2.2.2
The group of DateAndTime objects.
traceRouteNotificationsGroup .1.3.6.1.2.1.81.2.2.3
The notifications which are required to be supported by implementations of this MIB.
traceRouteHopsTableGroup .1.3.6.1.2.1.81.2.2.4
The group of objects that comprise the traceRouteHopsTable.