|
|
|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||
|
Posted by on March 28, 2007, 6:10 pm
Please log in for more thread options
Thanks for reading. We've got a Catalyst 2948G switch that had an incorrect default route specified. I added the correct default route with the set ip route default command. The default route appears but the incorrect route is still there (see below): set interface sl0 down set interface me1 down set ip route 0.0.0.0/0.0.0.0 172.16.1.1 set ip route 0.0.0.0/0.0.0.0 172.16.0.1 set ip alias default 0.0.0.0 How do I delete the route 172.16.1.1 ? | ||||||||||
|
Posted by Brian V on March 28, 2007, 6:37 pm
Please log in for more thread options clear ip route 0.0.0.0/0.0.0.0 172.16.1.1 | ||||||||||

Remove IP Route from Route T
Yahoo!
Windows Live
del.icio.us
digg
Netscape 



>
> Thanks for reading. We've got a Catalyst 2948G switch that had an
> incorrect default route specified. I added the correct default route
> with the set ip route default command. The default route appears but
> the incorrect route is still there (see below):
>
>
> set interface sl0 down
> set interface me1 down
> set ip route 0.0.0.0/0.0.0.0 172.16.1.1
> set ip route 0.0.0.0/0.0.0.0 172.16.0.1
> set ip alias default 0.0.0.0
>
> How do I delete the route 172.16.1.1 ?
>