List of questions
Related questions
Question 104 - 1Y0-204 discussion
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?
A.
CLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24)&& client UDP.DSTPORT.EQ(53) || client. TCP.DSTPORT.EQ(53)
B.
CLIENT.IP.SRC.IN_SUBNET(10.107.149.0/24)&& (client UDP.DSTPORT.EQ(53) || client. TCP.DSTPORT.EQ(53))
C.
CLIENT.IP.SRC(10.107.149.0) && (client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53))
D.
CLIENT.IP.SRC(10.107.149.0) && client.UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53)
Your answer:
0 comments
Sorted by
Leave a comment first