Matteo Guglielmi
Regular Contributor
Connected to the LAN of my asus router (which is mainly used as a firewall) I have 3 cisco routers (RT1, RT2 and RT3) running eigrp. On the asus router I've defined a static route with default metric to RT1 and two more static routes to RT2 and RT3 with metric 10 and 20 respectively. The 3 static routes share the same summarized network since all cisco routers (RT1, RT2, and RT3) are connected to the same internal networks. The problem arises when I turn off RT1. In fact, I cannot reach anymore the management interface of the asus router on the LAN. To me it seems that the asus router keeps trying to send packages to RT1. As soon as I remove the static route to RT1, I can access again the asus router's management interface via the remaining static routes.
So, my question is:
is there any way to dynamically add or remove static routes on the asus router based on pingable ip addresses?
Also, how's the metric value used in the routing table?
Thank you.
### admin@BRTO3:/tmp/home/root# route ###
10.16.0.0 10.16.130.252 255.252.0.0 UG 1 0 0 br0
10.16.0.0 10.16.130.254 255.252.0.0 UG 11 0 0 br0
10.16.0.0 10.16.130.253 255.252.0.0 UG 21 0 0 br0
So, my question is:
is there any way to dynamically add or remove static routes on the asus router based on pingable ip addresses?
Also, how's the metric value used in the routing table?
Thank you.
### admin@BRTO3:/tmp/home/root# route ###
10.16.0.0 10.16.130.252 255.252.0.0 UG 1 0 0 br0
10.16.0.0 10.16.130.254 255.252.0.0 UG 11 0 0 br0
10.16.0.0 10.16.130.253 255.252.0.0 UG 21 0 0 br0
Last edited: