cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
840
Views
0
Helpful
5
Replies

traffic direction

donaghq_2
Level 1
Level 1

Is is possible to direct traffic to webserver A all the time and then have it sent to webserver B if A fails?

1 Accepted Solution

Accepted Solutions

On a CSS you need to use the command 'primarysorryserver' under the content rule.

So you create 'service serverA' and 'service serverB'

You go to your content rule and you do

owner XXXXX

content WWW

add service serverA

primarysorryserver serverB

All traffic will go to serverA unless this one is down in which case traffic will be forwarded to serverB.

Regards,

Gilles.

Thanks for rating.

View solution in original post

5 Replies 5

Gilles Dufour
Cisco Employee
Cisco Employee

yes, this is possible.

But if you want more detail you need to tell us which device you are talking about. CSS or CSM ?

Both can do this but they use different config.

Regards,

Gilles.

Thanks for your reply. I am trying to do this on a CSS 11050 running "ap0500605" code. Thank You.

On a CSS you need to use the command 'primarysorryserver' under the content rule.

So you create 'service serverA' and 'service serverB'

You go to your content rule and you do

owner XXXXX

content WWW

add service serverA

primarysorryserver serverB

All traffic will go to serverA unless this one is down in which case traffic will be forwarded to serverB.

Regards,

Gilles.

Thanks for rating.

How would you do the same with the CSM?

For CSM

serverfarm MyPrimary

real x.x.x.x

inservice

!

serverfarm MyBackup

real x.x.x.x

inservice

!

vserver MyApp

vip x.x.x.x

serverfarm MyPrimary backup MyBackup

inservice.

Regards,

Gilles.

Review Cisco Networking for a $25 gift card