1Y0-240 Exam QuestionsBrowse all questions from this exam

1Y0-240 Exam - Question 34


Scenario: A Citrix Administrator is executing the following commands on the NetScaler: add policy dataset Admin_group ipv4 bind policy dataset Admin_group 192.168.149.10 index 11 bind policy dataset Admin_group 192.168.149.39 index 12 bind policy dataset Admin_group 192.168.149.49 index 13 add responder policy POL_1 "!(CLIENT.IP.SRC.TYPECAST_TEXT_T.CONTAINS_ANY(\"Admin_group\"))" RESET bind lb vserver ln_vsrv_www policyName POL_1 priority 100 gotoPriorityExpression END type REQUEST

What will be the effect of these commands?

Show Answer
Correct Answer: B

The commands are creating an IP dataset named Admin_group with specific IP addresses and then binding a responder policy POL_1 to a load balancing virtual server ln_vsrv_www. This policy checks if the source IP of incoming client requests is not in the Admin_group dataset. If the source IP is not in the dataset, a RESET action is triggered, effectively blocking the traffic. Therefore, only the users with source IP addresses 192.168.149.10, 192.168.149.39, or 192.168.149.49 will be allowed to connect to the virtual server.

Discussion

2 comments
Sign in to comment
LevisOption: B
Sep 15, 2020

B is right.

LevisOption: C
Aug 26, 2020

C is the answer, becasue the policy action is "RESET"

vkpichu
Aug 28, 2020

B is correct. see the negotiate ! option enabled in the expression