cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1785
Views
0
Helpful
3
Replies

Deleting a route

cfriese
Level 1
Level 1

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?

3 Replies 3

cfriese
Level 1
Level 1

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?!?

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

abastis
Level 1
Level 1

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

Review Cisco Networking for a $25 gift card