cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
653
Views
0
Helpful
2
Replies

One host to one server in the serverfarm

Bilal Nawaz
VIP Alumni
VIP Alumni

Hello,

Is there any way on the ACE to specify 'forward all requests to the VIP from a single IP to go to server X in the serverfarm'

If so, how would I do this please?

Kind Regards,

Bilal

Please rate useful posts & remember to mark any solved questions as answered. Thank you.
1 Accepted Solution

Accepted Solutions

Francesco Casotto
Cisco Employee
Cisco Employee

Hello Bilal,

2 approaches come to mind:

1) you could create a serverfarm with that server only and then use:

policy-map type loadbalance first-match testurl-l7slb

  match SPECIAL-CLIENT source-address 192.168.33.154 255.255.255.255

    serverfarm SPECIAL-FARM

  class class-default

    serverfarm NORMAL-FARM

OR

2) if you are using source ip stickiness then you could create a static entry linking a single client source ip address to a certain server, see here:

http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA2_3_0/configuration/slb/guide/sticky.html#wp1005389

Hope it helps,

Francesco

View solution in original post

2 Replies 2

Francesco Casotto
Cisco Employee
Cisco Employee

Hello Bilal,

2 approaches come to mind:

1) you could create a serverfarm with that server only and then use:

policy-map type loadbalance first-match testurl-l7slb

  match SPECIAL-CLIENT source-address 192.168.33.154 255.255.255.255

    serverfarm SPECIAL-FARM

  class class-default

    serverfarm NORMAL-FARM

OR

2) if you are using source ip stickiness then you could create a static entry linking a single client source ip address to a certain server, see here:

http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/vA2_3_0/configuration/slb/guide/sticky.html#wp1005389

Hope it helps,

Francesco

Thank you Francesco, 2nd option appeals more to me.

Please rate useful posts & remember to mark any solved questions as answered. Thank you.

Review Cisco Networking for a $25 gift card