11-04-2004 01:18 AM
Hi,
Can anyone let me know how to configure V-SAT as a backup to serial interface?
Thanks
Kiran
Solved! Go to Solution.
11-04-2004 06:21 AM
The floating static route or a dynamic routing protocol solution should work for you. Assuming your remote destination is 192.168.1.0/24 and you have a route configured:
ip route 192.168.1.0 255.255.255.0 serial 0
By floating static we mean configure another route with a higher administrative distance:
ip route 192.168.1.0 255.255.255.0 ethernet0 150
Now if the serial0 goes down ethernet 0 will be used to reach the remote (assuming ethernet0 is your VSAT link).
If you take the dynamic protocol approach then the routing protocol will basically take care of your routing decisions and there is no need to configure anything statically.
11-05-2004 07:08 PM
Kiran,
I've been using this quite a bit lately..In a scenario where your primary connection is terrestrial on a serial interface such as frame relay, your primary routing protocol should send routes across the primary link for my case EIGRP (AD 90), in the case where the primary link goes down, the routing protocol will generate an update saying it is down and should follow the floating static route with a higher weight to your Brighton unit which is on the LAN. This has been working quite well..remember that it has to be detected by both routers w/floating static routes so it can failover...email me if you are still having trouble.
Cheers!
11-04-2004 02:43 AM
How is the VSAT connecting to your router? I would assume the VSAT modem is connecting to the router using a V.35 interface. If that is the case you can treat the VSAT as a secondary serial interface and use the same methods as suggested by Shanky in another similar post (link provided below):
11-04-2004 05:44 AM
V-SAT is getting connected to ethernet and that is the reason I'm looking for a solution to configure it as a backup
11-04-2004 06:21 AM
The floating static route or a dynamic routing protocol solution should work for you. Assuming your remote destination is 192.168.1.0/24 and you have a route configured:
ip route 192.168.1.0 255.255.255.0 serial 0
By floating static we mean configure another route with a higher administrative distance:
ip route 192.168.1.0 255.255.255.0 ethernet0 150
Now if the serial0 goes down ethernet 0 will be used to reach the remote (assuming ethernet0 is your VSAT link).
If you take the dynamic protocol approach then the routing protocol will basically take care of your routing decisions and there is no need to configure anything statically.
11-05-2004 07:08 PM
Kiran,
I've been using this quite a bit lately..In a scenario where your primary connection is terrestrial on a serial interface such as frame relay, your primary routing protocol should send routes across the primary link for my case EIGRP (AD 90), in the case where the primary link goes down, the routing protocol will generate an update saying it is down and should follow the floating static route with a higher weight to your Brighton unit which is on the LAN. This has been working quite well..remember that it has to be detected by both routers w/floating static routes so it can failover...email me if you are still having trouble.
Cheers!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide