- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 10:59 PM
Hi,
I am planing to deploy second CSS on my disaster recovery site. Distance between two sites is about 300km, and i am planing to use VIP redundancy because those two css will be on the same subnet (VPLS trough MPLS core). Is any restrictions to vip redundancy in mean of delay, jitter etc?
Solved! Go to Solution.
- Labels:
-
Application Networking
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 11:09 PM
The CSS uses a protocol similar to VRRP for communication/election between active/standby with a heartbeat every 1 sec.
After 3 missed heartbeat the CSS will failover.
You can adjust this timer with the following command
CSS11503-2(config)# vrrp-backup-timer ?
CSS11503-2(config)#
I believe that would be the only possible concern in your case.
Gilles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 11:09 PM
The CSS uses a protocol similar to VRRP for communication/election between active/standby with a heartbeat every 1 sec.
After 3 missed heartbeat the CSS will failover.
You can adjust this timer with the following command
CSS11503-2(config)# vrrp-backup-timer ?
CSS11503-2(config)#
I believe that would be the only possible concern in your case.
Gilles.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2007 11:27 PM
That would bi it,thank you Gilles on your help.
