Remove IP Route from Route T

Hello All,

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 ?

Reply to
cruz
Loading thread data ...

clear ip route 0.0.0.0/0.0.0.0 172.16.1.1

Reply to
Brian V

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.