1Y0-204 · Question #70
A Citrix Administrator needs to block all the DNS requests from subnet 10.107.149.0/24. Which expression can the administrator use to match the required traffic?
The correct answer is B. CLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24)&& (client UDP.DSTPORT.EQ(53) || client. The expression B matches the required traffic because it uses the IN_SUBNET function to check if the source IP address belongs to the subnet 10.107.149.0/24, and it uses parentheses to group the logical OR condition for the destination port being either UDP or TCP 53.
Question
A Citrix Administrator needs to block all the DNS requests from subnet 10.107.149.0/24. Which expression can the administrator use to match the required traffic?
Options
- ACLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24)&& client UDP.DSTPORT.EQ(53) || client.
- BCLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24)&& (client UDP.DSTPORT.EQ(53) || client.
- CCLIENT.IP.SRC(10.107.149.0) && (client.UDP.DSTPORT.EQ(53) || client.
- DCLIENT.IP.SRC(10.107.149.0) && client.UDP.DSTPORT.EQ(53) || client.
How the community answered
(29 responses)- A7% (2)
- B79% (23)
- C10% (3)
- D3% (1)
Explanation
The expression B matches the required traffic because it uses the IN_SUBNET function to check if the source IP address belongs to the subnet 10.107.149.0/24, and it uses parentheses to group the logical OR condition for the destination port being either UDP or TCP 53.
Topics
Community Discussion
No community discussion yet for this question.