The ip route recursive-lookup default-route protocol command sets specified routes to be iterated to the default route.
The undo ip route prefix-priority-scheduler protocol command cancels specified routes from being iterated to the default route.
By default, routes cannot be iterated to the default route.
ip route recursive-lookup default-route protocol { static | bgp | msr }
undo ip route recursive-lookup default-route protocol { static | bgp | msr }
Parameter | Description | Value |
---|---|---|
static |
Static route |
- |
bgp |
BGP Route |
- |
msr |
Multicast Static Route |
- |
Usage Scenario
Traffic cannot be transmitted along static, BGP, or multicast static routes with an unreachable next hop. In this situation, iteration is required. Run the ip route recursive-lookup default-route protocol command to iterate these routes to the default route.
Precautions
After iteration, the actual forwarding route may change.