Drag and drop the following steps into the correct order to configure an IPv4 default static route with a floating backup route on a Cisco router.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Why this order
The correct order is: 1. Enter privileged EXEC mode using the enable command, because you must be in privileged mode to enter global configuration. 2. Enter global configuration mode with configure terminal, as static routes are configured in global configuration. 3.
Configure the primary default route using ip route 0.0.0.0 0.0.0.0 <next-hop> with default administrative distance (1), establishing the primary path. 4. Configure the floating backup route using ip route 0.0.0.0 0.0.0.0 <backup-next-hop> <higher-AD> (e.g., 10), so it is less preferred. 5. Exit global configuration mode using end to return to privileged EXEC. 6.
Save the configuration with copy running-config startup-config to ensure the routes persist after a reboot.