Citrix ADC 13 Advanced Topics – Security, Management and Optimization — Question 5

Scenario: A Citrix Administrator executed the following commands on the Citrix ADC:
> 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 lb_vsrv_www -policyName POL_1 -priority 100 -gotoPriorityExpression END -type REQUEST
What will be the effect of these commands?

Answer options

Correct answer: A

Explanation

The correct answer is A because the responder policy defined with the condition `!(CLIENT.IP.SRC.TYPECAST_TEXT_T.CONTAINS_ANY('Admin_group'))` allows connections from the specified IP addresses. Options B and D are incorrect as they suggest blocking traffic from those IPs, while option C is incorrect because it excludes 192.168.149.49 from being allowed.