- Posts: 111
- Thank you received: 2
Configuring failover
- next_virus
-
Topic Author
- Offline
- Senior Member
-
Less
More
15 years 10 months ago #30661
by next_virus
Configuring failover was created by next_virus
HI,
I have to configure a fail over link to my router. It should be such that whenever the main link went down for 5 sec, it automatically shift to backup link.
Can any one let me know the steps????
Thanks
I have to configure a fail over link to my router. It should be such that whenever the main link went down for 5 sec, it automatically shift to backup link.
Can any one let me know the steps????
Thanks
- gagamboy
- Visitor
-
15 years 10 months ago #30665
by gagamboy
Replied by gagamboy on topic Re: Configuring failover
You can try researching about "cisco HSRP" or "VRRP" for generic router.
Hope to help.[/b]
Hope to help.[/b]
15 years 10 months ago #30686
by Perlhack
Replied by Perlhack on topic Re: Configuring failover
what are the requirements? single router, dual router, single router with dual WAN and single/dual LAN?
- next_virus
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 111
- Thank you received: 2
15 years 10 months ago #30731
by next_virus
Replied by next_virus on topic Re: Configuring failover
Single router with dual WAN LINK. I want to configure it, that whenever the main link went down it goes on backup link after 10 or 20 sec. And again come back to primmary one if it is stable for 2 or 3 mins.
I have tried this through SDM, but failed.
Thanks
I have tried this through SDM, but failed.
Thanks
15 years 10 months ago #30756
by Perlhack
Replied by Perlhack on topic Re: Configuring failover
Could use backup to do this.
interface Ethernet0/3
backup delay 0 10
backup interface Ethernet0/2
when eth0/3 goes down, wait 10 seconds and eth0/2 takes over.
interface Ethernet0/3
backup delay 0 10
backup interface Ethernet0/2
when eth0/3 goes down, wait 10 seconds and eth0/2 takes over.
- next_virus
-
Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 111
- Thank you received: 2
15 years 9 months ago #30774
by next_virus
Replied by next_virus on topic Re: Configuring failover
Thanks,
I will try this tomorrow.
I will try this tomorrow.
Time to create page: 0.207 seconds