CSS and active/backup services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2008 05:32 AM
Hi,
just a simple question, in a CSS 11500 environment is it possible to define 2 services (A and B), add them to the same content and then use them in a active/backup way ? I mean, if A is active then all traffic is balanced to A, in case A is not active the traffic goes to B.
Thanks in advance.
- Labels:
-
Server Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2008 12:10 PM
you will need to use the "sorry server" feature in CSS to acheive that
Sample Config
!********* SERVICE *****************
service serverA
ip address x.x.x.1
active
service serverB
ip address x.x.x.2
active
!********** OWNER ****************
owner SYED
content EXAMPLE
vip address 1.1.1.1
port 80
protocol tcp
add service serverA
primarySorryServer ServerB
active
********************************
HTH
Syed Iftekhar Ahmed
