[c-nsp] default route behavoir

Joe Maimon jmaimon at ttec.com
Tue Dec 11 21:31:01 EST 2007



Matlock, Kenneth L wrote:


> 
> now, keep in mind that the switch will only determine that 10.50.6.2 is
> down if the interface that 10.50.6.2 is connected changes state to down.
> If the state doesn't change, that route's still valid even if 10.50.6.2
> is no longer responding.

To avoid recursive routing, use the interface parameter of the route 
command, along with the next hop ip address.

ip route 0.0.0.0 0.0.0.0 vlan1 10.50.6.2 10
ip route 0.0.0.0 0.0.0.0 vlan2 10.50.5.24 20

Dynamic routing is the proper way to do this.








More information about the cisco-nsp mailing list