Explanation According to the Citrix documentation, the command bind cs vserver MYVPN_http -lbvserver Vserver-CS-1 binds a load balancing virtual server to a content switching virtual server. This means that the content switching virtual server will forward the requests that match its policies to the load balancing virtual server. In this case, the content switching virtual server MYVPN_http has a policy that matches requests for http://server.citrix.lab, so it will forward those requests to the load balancing virtual server Vserver-CS-1. Therefore, the users trying to access http://server.citrix.lab will be connected to the Vserver MYVPN_http, which will then connect them to Vserver-CS-1.