11-04-2002 09:23 AM - edited 02-20-2020 10:21 PM
I added a static route that I need to now delete, only my lack of knowledge with cisco routers is holding me back!
Can some please help me out with this?
11-04-2002 09:47 AM
I've figured out the syntax to delete the route:
clear ip route
but when I do that, the route still appears in the list?!?
11-04-2002 11:54 AM
Use the following command to remove the route from your config.
no ip route
Don't forget to save your config when your done.
copy running-config startup-config
Bob
11-16-2002 01:15 PM
on config mode type exacly the same command with "no" before
for example you add a static route lets say
Router A(config)# ip route 172.16.2.3 255.255.255.0 172.16.5.1
you will delete with command no
Router A(config)# no ip route 172.16.2.3 255.255.255.0 172.16.5.1
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide