Problem : How do i delete a static route on a HP Procurve 2626

Problem : How do i delete a static route on a HP Procurve 2626

Hi there

How can I delete a static route on our HP Procurve 2626 switch.

If I telnet in I can add a route by firstly entering the config context.  Then I can enter (for example) ip route 10.10.10.3 255.255.255.255 192.168.1.1.

If I want to change this entry I just re-enter the correct details but I am not sure how to delete an entry if it is no longer needed.

Can you help?


 

Solution: How do i delete a static route on a HP Procurve 2626

if hp is knocking off cisco’s ios completely the cisco equilivent would be to change it from 1.1 to 1.2:

no ip route 10.10.10.3 255.255.255.255 192.168.1.1
ip route 10.10.10.3 255.255.255.255 192.168.1.2

so basically you just remove it and redo it.