Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Free Resources

Difficulty IndexLearn — Free ChaptersIT GlossaryFree Tools & LabsStudy GuidesCareer RoadmapsBrowse by VendorCisco Command ReferenceCCNA Scenarios

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

HomeCertifications200-301GlossaryFloating Static Route

Routing

OSPFDRBDRLSARouter IDAdministrative DistanceMetricDefault RouteView all terms →

Practice

Practice TestMock ExamFlashcards
Routing200-301 Exam Term

What Does Floating Static Route Mean in 200-301?

Also known as: backup static route

Reviewed byJohnson Ajibi· Senior Network & Security Engineer · MSc IT Security

Quick Definition

A backup static route with a higher AD than the primary dynamic route, installed only if the primary fails.

Full Definition

A floating static route is a static route configured with a manually increased Administrative Distance (higher than the primary routing protocol). In normal operation, the dynamic route has a lower AD and the floating static sits inactive in the configuration. If the dynamic route disappears (link failure, protocol issue), the static route 'floats' into the routing table as a backup. This provides a simple failover mechanism without complex routing protocol configuration.

CLI Command

ip route 192.168.2.0 255.255.255.0 10.0.0.3 200  ! AD of 200 — higher than OSPF (110)

Exam Trap — Don't Get Fooled

The floating static route must have an AD higher than the primary routing protocol. If OSPF (AD 110) is the primary, the floating static should have AD > 110, e.g., 200. If the static has AD 1 (default), it would always win over OSPF.

Related 200-301 Terms

Administrative Distance

A value (0–255) that tells a router how trustworthy a routing source is when multiple sources advertise the same prefix.

Static Route

A manually configured route that does not update automatically when the network changes.

Frequently Asked Questions

What does Floating Static Route mean on the 200-301 exam?

A floating static route is a static route configured with a manually increased Administrative Distance (higher than the primary routing protocol). In normal operation, the dynamic route has a lower AD and the floating static sits inactive in the configuration. If the dynamic route disappears (link failure, protocol issue), the static route 'floats' into the routing table as a backup. This provides a simple failover mechanism without complex routing protocol configuration.

How does Floating Static Route appear as a trap on the 200-301?

The floating static route must have an AD higher than the primary routing protocol. If OSPF (AD 110) is the primary, the floating static should have AD > 110, e.g., 200. If the static has AD 1 (default), it would always win over OSPF.

How important is Floating Static Route on the 200-301 exam?

Floating Static Route falls under the Routing domain of the 200-301 exam. Understanding it in context with related terms like static-route and administrative-distance is essential for answering scenario-based questions correctly.

← Back to 200-301 GlossaryPractice 200-301 Questions

Term Info

Category

Routing

Exam

200-301