Skip to main content

Traceroute — Hop-by-Hop Path Analysis in ObserveOps

Traceroute maps the network path from the assigned Collector to any target device in ObserveOps (formerly known as AIOps). You see every hop, its IP address, and its response time — helping you pinpoint exactly where latency or packet loss occurs in the path.

Prerequisites

  • You must have the Admin or NOC role.
  • The Collector must have network access to the target device.
  • An IPv4 address, IPv6 address, or resolvable hostname is required.

How It Works

ObserveOps sends probe packets with incrementing TTL values from the Collector toward the target. Each router that drops a packet due to TTL expiry sends back an ICMP Time Exceeded message, revealing its IP and response time. ObserveOps collects these responses hop by hop and displays the full path in sequence.

Go to Main Menu > Settings > Utility > Traceroute.

Traceroute screen showing IP Address/Host Name, Maximum Hops, and Timeout fields

Running a Traceroute

FieldDescription
IP Address / Host NameEnter the IPv4 address, IPv6 address, or FQDN of the destination device.
Maximum HopsSet the maximum number of hops before the trace stops.
TimeoutSet how long to wait for each hop's response before marking it as a timeout.

Click Test to start the trace. Click Reset to clear the form.

note

A * * * at an intermediate hop does not always indicate a problem. Many routers are configured to drop probe packets silently. Check whether hops after it respond normally before concluding there is an issue at that point.

Example

An alert triggers showing high latency to a branch office firewall. A NOC engineer runs Traceroute from the Collector nearest to the branch. Hops 1 through 4 respond with under 5 ms each, but hop 5 shows 280 ms and subsequent hops time out. The engineer identifies the ISP handoff at hop 5 as the bottleneck and opens a ticket with the carrier.

Troubleshooting

IssueCauseFix
All hops show * * *The Collector's outbound probe packets are blocked by a local firewall.Check the Collector host firewall and allow outbound ICMP or UDP probe traffic.
Trace stops before reaching the targetA router in the path is silently dropping probes, or Maximum Hops is set too low.Increase Maximum Hops and check for ACL rules that block probe packets.
Hostname does not appear next to a hop IPReverse DNS is not configured for that IP range.This is expected in many environments — the IP address itself is still accurate.

Known Limitations

  • Traceroute reveals the path from the Collector, not from the browser host. Results reflect Collector-side routing.
  • Some enterprise firewalls block all probe traffic, making results incomplete for those paths.
  • Traceroute does not measure application-layer performance.