|
Posted by Barry Margolin on December 15, 2004, 12:37 am
If you were Registered and logged in, you could reply and use other advanced thread options
> I've got a C2600 where I add a static route on the eth interface.
> Why does this static route stay active even when the interface is down?
>
> eg.
> interface ethernet 0/0
> ip address 192.168.1.1 255.255.255.0
> ip route 192.168.100.0 255.255.255.0 192.168.1.10
>
> usually static routes are inactive as soon as the next-hop is unreachable...
Cisco performs recursive route lookup. So it will look in the routing
table to determine how to reach 192.168.1.10, in order to use that
static route.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
|