Labs · · 4 min read

Lab ipc-02 - Floating Static Routes (AD Manipulation)

Lab ipc-02 - Floating Static Routes (AD Manipulation) - PingLabz Labs article title card

A floating static route is a second static route to the same destination with a deliberately higher administrative distance. It sits in the configuration but stays out of the routing table - "floating" - until the primary route disappears. The moment the primary's next-hop becomes unreachable, IOS pulls the primary, the floating takes over, and traffic continues. This lab demonstrates the pattern on R1 of the base topology.

What you will learn

  • How administrative distance (AD) controls which route enters the routing table when multiple sources have the same prefix
  • How to configure a primary route and a floating backup to the same destination
  • How to remove the primary and watch the floating take over (live demo)
  • Real-world use cases for floating statics (backup paths, ISP failover, redundant data centers)

What this lab does NOT cover

  • IP SLA tracking with floating statics (used to drop the primary when end-to-end reachability fails, not just next-hop)
  • Floating defaults - that was the previous lab, 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.