Skip to Content

Cisco 200-301: How to Configure Floating Static and Host Routes on Cisco Routers?

Learn the step-by-step process to configure static default, floating static default, and host routes on Cisco routers. Includes commands to set administrative distance and verify connectivity for CCNA 200-301 certification exam.

Question

Guidelines

This is a lab item in which tasks will be performed on virtual devices

  • Refer to the Tasks tab to view the tasks for this lab item.
  • Refer to the Topology tab to access the device console(s) and perform the tasks.
  • Console access is available for all required devices by clicking the device icon or using the tab(s) above the console window.
  • All necessary pre-configurations have been applied.
  • Do not remove any existing configurations from the devices, only those necessary to make the appropriate changes required to fulfill the listed tasks.
  • Do not change the enable password or hostname for any device.
  • Save your configurations to NVRAM before moving to the next item.
  • Click Next at the bottom of the screen to submit this lab and move to the next question.
  • When Next is clicked, the lab closes and cannot be reopened.

Topology

This is a lab item in which tasks will be performed on virtual devices

Tasks

Task 1

  • Configure a host route on R5 for the destination of 10.200.220.6.
  • Configure a static default route on R1 preferring the path through R3 towards R6.
  • From R5, use traceroute and ping to verify the path towards and reachability of R6.

Task 2

  • Configure a floating static default route on R1, preferring the path through R2 towards R6 if the link to R3 should fail.
  • Configure the administrative distance for 225.
  • Configure a static route on R2 to forward the return traffic towards 10.100.110.0/25.
  • After shutting interface e0/1 on R1, use traceroute and ping from R5 to verify path towards and reachability of R6.

Answer

Task 1

R5(config)# ip route 10.200.220.6 255.255.255.255 10.100.110.1
R1(config)# ip route 0.0.0.0 0.0.0.0 10.133.13.2
R5# traceroute 10.200.220.6
R5# ping 10.200.220.6

Task 2

R1(config)# ip route 0.0.0.0 0.0.0.0 10.122.12.2 225
R2(config)# ip route 10.100.110.0 255.255.255.128 10.122.12.1
R1(config)# interface e0/1
R1(config-if)# shutdown
R5# traceroute 10.200.220.6
R5# ping 10.200.220.6

Cisco 200-301 certification exam assessment practice question and answer (Q&A) dump including multiple choice questions (MCQ) and objective type questions, with detail explanation and reference available free, helpful to pass the Cisco 200-301 exam and earn Cisco 200-301 certification.