- Static Routing in XP
- Posted by Anthony on June 24th, 2008
Hello,
I had a few questions regarding static routes. Here's the setup:
On my XP Pro machine, I have created 2 persistent static routes, both
pointing to the same subnet, going through two different routers (primary and
backup).
route -p add 192.168.1.0 mask 255.255.255.0 192.168.1.253 metric 1
route -p add 192.168.1.0 mask 255.255.0.0 192.168.1.254 metric 10
The data is very time-sensitive, so I cannot have much failover latency. If
my primary route (through .253) goes down,
A) How long will it take to fail over to the backup?
B) Will XP then ignore the primary route and consider the backup as the
primary, or will XP keep checking to see if the primary is up every so often
(how often)?
C) If my primary goes back up again, will traffic then shift back to it?
Thank you,
Anthony
- Posted by James Egan on June 25th, 2008
On Tue, 24 Jun 2008 12:18:01 -0700, Anthony
<Anthony@discussions.microsoft.com> wrote:
I tested something similar myself recently except my test involved two
default gateways out to the Intenet. The primary with a manual metric
of 1 and the secondary with a manual metric of 20.
Although I left the primary router powered up, I zapped the dsl
synchronisation effectively killing the gateway.
Only a few seconds.
I can't say exactly how often but in my test the default gateway
automatically switched back to using the one with the lower metric
every few minutes even though it was still dead and swapped again back
to the secondary gateway on detecting it was still dead.
So it appears that it follows the same procedure each time and polls
the primary gateway for a response every few minutes.
My suspicion is that it will happen after the next poll whenever it is
due. I don't know if this polling period is settable in the registry
somewhere.
Overall I would say that it was an annoyance for me getting the
occasional waits for switching between gateways. It certainly wasn't
transparent. I could tell something wasn't quite right but it could be
a lot more serious for you and you may have to look for a better
solution.
Jim.
- Posted by Anthony on June 25th, 2008
Jim,
Thanks a million for the quick reply! If I discover how to modify the
polling time period, I'll be sure to post it.
--
Anthony
"James Egan" wrote:
- Static Routing (Routers) by MC
- Redundancy with Static Routing (Routers) by Tom Gill
- Pix static routing (Routers) by BG
- Pix 506E and static Routing (Routers) by Morkai Kurst
- static routing woe's - please help (Routers) by ongicek

