Click the 'Exhibit' button to view the screenshot.
How will the HTTP request http://xenapp.training.lab/url1` be redirected based on the screenshot?
Click the 'Exhibit' button to view the screenshot.
How will the HTTP request http://xenapp.training.lab/url1` be redirected based on the screenshot?
Based on the given screenshot, the HTTP request http://xenapp.training.lab/url1 will be redirected to lb_vsrv_www. The commands shown are configurations for content switching policies and virtual servers. The final command 'Bind cs vserver CS_LB -lbvserver lb_vsrv_www' binds the CS_LB content switching virtual server to the load balancing virtual server lb_vsrv_www, meaning all unmatched requests will be directed to lb_vsrv_www.
The answer is A "The request will be sent to LB_vserver1 because the bin cs vserver CS_LB -policyName CS2-Pol -targetLBVserver LB_vserver1 -priority is set to 100. The Priority being set at 100 runs.
4th and 5th line have bins instead of bind... not ADC expert but Im not sure if bins command even exists :)