nerdexam
Citrix

1Y0-241 · Question #114

A Citrix Administrator needs to block all DNS requests from subnet 10.107.149.0/24. Which expressions can the administrator use to match the required traffic?

The correct answer is D. CLIENT.IP.SRC IN_SUBNET(10.107.149.0/24) && (client.UDP.DSTPORT.EQ(53) ||. See the full explanation below for the reasoning.

Question

A Citrix Administrator needs to block all DNS requests from subnet 10.107.149.0/24. Which expressions can the administrator use to match the required traffic?

Options

  • ACLIENT.IP.SRC(10.107.149.0) && (client.UDP.DSTPORT.EQ(53) || client TCP
  • BCLIENT.IP.SRC IN_SUBNET(10 107.149.0/24) && client.UDP.DSTPORT.EQ(53) ||
  • CCLIENT.IP.SRC(10.107.149.0) && client UDP.DSTPORT.EQ(53) || client.TCP.DSTPORT.EQ(53)
  • DCLIENT.IP.SRC IN_SUBNET(10.107.149.0/24) && (client.UDP.DSTPORT.EQ(53) ||

How the community answered

(40 responses)
  • A
    3% (1)
  • B
    13% (5)
  • C
    8% (3)
  • D
    78% (31)

Community Discussion

No community discussion yet for this question.

Full 1Y0-241 Practice