cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
444
Views
3
Helpful
1
Replies

Sticky and RDP

jteixido
Level 1
Level 1

Hi,

Does it make any sense to configure sticky for two servers being load balanced for RDP session?

If I RDP to the VIP and connect to one of two RDP servers, once I login how will sticky help in this situation?

Any thoughts will be appreciated,

John...

1 Reply 1

dario.didio
Level 4
Level 4

If you use the routing tokens in the RDP protocol, then you don't need stickyness, you just need to create a L7 RDP policy map.

http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/ace_appliances/vA3_1_0/configuration/slb/guide/classlb.html#wp1280133

If you would not use stickyness an no RDP L7 policy map, round robin would cause you to be equally load-balanced over the 2 servers.

This means that the first request is send to server 1, the second to server 2, the third to server 1,ETC...

In other words, your RDP will not function.

Hope this helps.