Which monitor will meet these requirements?

Scenario: A Citrix Architect has deployed two MPX devices, 12.0.53.13 nc and MPX 11500 models, in high availability (HA) pair for the Workspace labs team. The deployment method is two-arm and the devices are installed behind a CISCO ASA 5585 Firewall. The architect enabled the following features on the NetScaler devices. Content Switching, SSL Offloading, Load Balancing, NetScaler Gateway, Application Firewall in hybrid security and Appflow. All are enabled to send monitoring information to NMAS 12.0.53.13 nc build. The architect is preparing to configure load balancing for Microsoft Exchange 2016 server.
The following requirements were discussed during the implementation:
All traffic needs to be segregated based on applications, and the fewest number of IP addresses should be utilized during the configuration All traffic should be secured and any traffic coming into HTTP should be redirected to HTTPS.
Single Sign-on should be created for Microsoft Outlook web access (OWA).
NetScaler should recognize Uniform Resource Identifier (URl) and close the session to NetScaler when users hit the Logoff button in Microsoft Outlook web access.
Users should be able to authenticate using either user principal name (UPN) or sAMAccountName.
The Layer 7 monitor should be configured to monitor the Microsoft Outlook web access servers and the monitor probes must be sent on SSL
Which monitor will meet these requirements?
A. add lb monitor mon_rpc HTTP-ECV -send “GET /rpc/healthcheck.htm” recv 200 -LRTM DISABLED
B. add lb monitor mon_rpc HTTP-ECV -send “GET /rpc/healthcheck.htm” recv 200 -LRTM ENABLED
C. add lb monitor mon_rpc HTTP -send “GET /rpc/healthcheck.htm” recv 200 -LRTM DISABLED -secure YES
D. add lb monitor mon_rpc HTTP-ECV -send “GET/rpc/healthcheck.htm” recv 200 -LRTM DISABLED -secure YES

Download Printable PDF. VALID exam to help you PASS.

6 thoughts on “Which monitor will meet these requirements?

  1. I have the workbook used in the CNS-420 class. According to the workbook, the correct answer is:
    add lb monitor mon_rpc HTTP-ECV -send “GET /rpc/healthcheck.htm” recv 200 -LRTM DISABLED -secure YES

    So the correct and final answer is D as per the class workbook.

  2. julian la respuesta es D, intenta replicar los comandos por CLI y vera que no toma el comando del d y el C si lo toma sin probemas

    add lb monitor test HTTP -respCode 200 -httpRequest “GET/rpc/healthcheck.htm” -LRTM DISABLED -secure YES
    add lb monitor mon_rpc HTTP-ECV -send ““GET/rpc/healthcheck.htm”” -recv 200 -LRTM DISABLED -secure YES

    1. Correct Answer is D

      As all answers has -send & -recv in its CLI commands, and this is only match with monitor type HTTP-ECV
      add lb monitor test-HTTP-ECV HTTP-ECV -send “Get /rpc/healtcheck.htm” -recv 200 -LRTM DISABLED -secure YES

      Monitor type HTTP CLI command will be something like the below:
      add lb monitor test-HTTP HTTP -respCode 200 -httpRequest “Get /rpc/healtcheck.htm” -LRTM DISABLED -secure YES

  3. the requirement is “The Layer 7 monitor should be configured to monitor the Microsoft Outlook web access servers and the monitor probes must be sent on SSL”, then the monitor must me secure. the correct answer is D

    1. Correct is C. as in D is a typo “GET/rpc/healthcheck.htm” there is a space missing after GET

      1
      1

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.