Labs · · 3 min read

Lab ipc-09 - Static Route to a Remote Loopback (with Loopback Source)

Lab ipc-09 - Static Route to a Remote Loopback (with Loopback Source) - PingLabz Labs article title card

A specific static route to a remote loopback is the simplest possible deterministic routing test. The loopback as the ping source proves end-to-end reachability with a stable address. This lab walks through configuring static routes across R1, R2, R3 of the base topology to make 10.255.0.1 reach 10.255.0.3 end-to-end.

What you will learn

  • How to configure a static route to a remote /32 (loopback)
  • Why every router in the path needs both forward AND reverse routes
  • How to use a loopback as the source IP for ping and traceroute
  • The role of the traceroute source argument

What this lab does NOT cover

  • Routing protocols that learn these routes dynamically (OSPF, EIGRP) - covered in ipc-04 through ipc-11
  • Default routes - that is ipc-01

Topology

Download the CCNA Base Topology .yaml

The PingLabz CCNA Base Topology - 3 iol-xe routers + 1 alpine + 1 ioll2-xe switch.

Download CCNA Base Topology

Read next

Terminal card showing a repeating CDP native VLAN mismatch log naming Ethernet0/0 native VLAN 1 against SW2 Ethernet0/0 native VLAN 99
VLANs ·

Native VLAN Mismatch: Read the CDP Log, Fix the Trunk

%CDP-4-NATIVE_VLAN_MISMATCH hands you both interfaces and both native VLANs in one line. The real damage is underneath it: untagged frames get re-homed at the trunk boundary and two VLANs quietly become one. Captured live on IOS XE 17.18.2 in CML.