Debian Admin

Debian/Ubuntu Linux System Administration Tutorials,Howtos,Tips

  • Sponsor

  • Categories

  • Sponsor

  • Meta

  • Archives

Fix for Unable to delete static routes in Cisco catalyst switch

Posted by Admin on November 27th, 2009

Some times you may not be able to delete the static routes in cisco catalyst switches so this tutorial will explain how to fix this problem

When you run the following comamnd will show you the existing routing table

switch# show ip route

The static routes cannot be deleted no ip route … command

switch(config)# no ip route ….

or

switch# clear ip route *

or

switch# clear ip cache *

Solution

You need to disable and enable the “ip routing” service.

Disable IP Routing

switch(config)#no ip routing

Enable IP Routing

switch(config)#ip routing

  • Share/Bookmark

Random Posts

    Leave a Reply

    XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>