Hello,
currently I have a switch Procurve 4204vl that is routing.
I need to do a bash script to connect to this router via telnet and change a line of its current configuration. This line is similar to this:
ip route 82.52.253.229 255.255.255.255 192.168.10.325
and it should be changed to
no ip route 82.52.253.229 255.255.255.255 192.168.10.325
My problem is I have not idea how to do it, or even if it is remotely possible to do it.
So, I will appreciate any kind of help.
Thank you!