Exam 1Y0-231 All QuestionsBrowse all questions from this exam
Question 62

Scenario: A Citrix Administrator is configuring a new authentication, authorization, and auditing (AAA) virtual server, and the status is DOWN. The administrator makes the below configurations: add lb vserver lb_vsrv_www HTTP 10.107.149.229 80 -persistenceType NONE -cltTimeout 180 -authn401 ON -authnVsName SAML_SP bind lb vserver lb_vsrv_www_ssl Red_srv bind lb vserver Ib_vsrv_www_ssl Blue_srv add authentication vserver SAML_SP SSL 10.107.149.230 443 -AuthenticationDomain citrix.lab

What should the administrator bind to the virtual server SAML_SP to complete the installation and change the status to UP?

    Correct Answer: A

    An authentication virtual server must be of type SSL and must have an SSL certificate-key pair bound to it. Without an SSL certificate, the authentication virtual server cannot process SSL requests from clients, resulting in the server status being DOWN. Therefore, binding an SSL certificate to the virtual server SAML_SP is necessary to complete the installation and change the status to UP.

Discussion
4f6bb17Option: A

A AAA-vServer is fixed to use SSL and will show as DOWN, as long as there is no certificate bound. The config of the AAA-vServer can be empty but will show UP once a certificate is bound.

Vik84Option: D

Correct is D

bgeorgiev4Option: B

According to: https://support.citrix.com/article/CTX108960/probable-reasons-for-the-status-of-a-virtual-server-being-marked-as-down-on-netscaler Correct answer is B a service: "A service provides the connections between the NetScaler appliance and the back end servers. Each virtual server must have atleast one service bound to it"

NilsonSouza

No, this ctx is for a Load balancing vs and not aaa vs..

MarkodukOption: A

https://docs.netscaler.com/en-us/citrix-adc/current-release/aaa-tm/entities-of-authentication-authorization-auditing/authentication-virtual-server.html The correct answer is A. An SSL certificate. According to the documentation1, an authentication virtual server must be of type SSL and have an SSL certificate-key pair bound to it. Without an SSL certificate, the authentication virtual server cannot process the SSL requests from the clients and the status will be DOWN. Therefore, the administrator should bind an SSL certificate to the virtual server SAML_SP to complete the installation and change the status to UP.

Tlab97271Option: D

I think D 1. Create LDAP Authentication Action specifying the target LDAP server. This could be a vServer on Citrix ADC if you are Load-Balancing LDAP in your environment. 2. Create the Authentication Policy and bind the Authentication Policy

sailorsoulOption: A

voting A.

Vik84

It is not A, because port use from the command is 80, not 443.

NilsonSouza

Not A because it's http 80 vserver Only https needs a SSL Certificate