tracert / traceroute Command

Nerd Cafe | نرد کافه

1. Topology Overview

2. IP Addressing Plan

Device
Interface
IP Address
Subnet Mask

PC1

NIC

192.168.1.100

255.255.255.0

R1

fa0/0

192.168.1.1

255.255.255.0

R1

s0/0/0

10.0.0.1

255.255.255.252

R2

s0/0/0

10.0.0.2

255.255.255.252

R2

s0/1/0

10.0.0.5

255.255.255.252

R3

s0/1/0

10.0.0.6

255.255.255.252

R3

fa0/0

192.168.3.1

255.255.255.0

PC2

NIC

192.168.3.100

255.255.255.0

  • Switches are Layer 2 only, so no IP addresses needed.

3. Configure PCs

PC1

PC2

4. Configure Routers with EIGRP

R1

R2

R3

5. Verify Routing

R1

R2

R3

6. Verify Connectivity

From PC1:

7. Understanding tracert / traceroute

Purpose

  • Shows the path packets take from source to destination.

  • Measures round-trip time (RTT) per hop.

  • Identifies routing issues or slow links.

How it Works

  1. tracert sends ICMP Echo Requests with TTL=1.

  2. Each router decrements TTL by 1.

  3. When TTL = 0 → router sends ICMP Time Exceeded.

  4. tracert prints router IP and RTT.

  5. TTL increments until reaching the destination.

Expected Output

Cisco Packet Tracer (Version 6.2.0.0052)

💖 Support Our Work

If you find this post helpful and would like to support my work, you can send a donation via TRC-20 (USDT). Your contributions help us keep creating and sharing more valuable content.

Thank you for your generosity! 🙏

Keywords

TTL, ICMP, hops, round-trip-time, latency, router, path, diagnostic, packet, time-exceeded, echo-request, echo-reply, network-troubleshooting, route-discovery, IP-address, gateway, delay, forwarding, connectivity, troubleshooting, Nerd Cafe , نرد کافه

Channel Overview

🌐 Website: www.nerd-cafe.ir

📺 YouTube: @nerd-cafe

🎥 Aparat: nerd_cafe

📌 Pinterest: nerd_cafe

📱 Telegram: @nerd_cafe

📝 Blog: Nerd Café on Virgool

💻 GitHub: nerd-cafe

Last updated