nerdexam
Citrix

1Y0-204 · Question #54

Which Citrix ADC Access Control List (ACL) command can a Citrix Administrator use to bridge traffic originating from 192.168.10.200?

The correct answer is C. add ns acl. The add ns acl command is used to create an extended ACL that can filter packets based on various parameters, such as source IP address, source port, action, and protocol. An extended ACL can define the conditions that a packet must satisfy for the Citrix ADC to process the…

Managing Infrastructure Components

Question

Which Citrix ADC Access Control List (ACL) command can a Citrix Administrator use to bridge traffic originating from 192.168.10.200?

Options

  • Aadd ns simpleacl6
  • Badd ns acl6
  • Cadd ns acl
  • Dadd ns simpleacl

How the community answered

(31 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    71% (22)
  • D
    19% (6)

Explanation

The add ns acl command is used to create an extended ACL that can filter packets based on various parameters, such as source IP address, source port, action, and protocol. An extended ACL can define the conditions that a packet must satisfy for the Citrix ADC to process the packet, bridge the packet, or drop the packet. Therefore, to bridge traffic originating from 192.168.10.200, a Citrix Administrator can use the following command: add ns acl bridge_192.168.10.200 BRIDGE -srcIP 192.168.10.200 This command creates an extended ACL named bridge_192.168.10.200 with the action BRIDGE and the source IP address 192.168.10.200. Any packet that matches these conditions will be bridged to the destination without processing by the Citrix ADC.

Topics

#ACL#access control list#traffic filtering#Citrix ADC CLI

Community Discussion

No community discussion yet for this question.

Full 1Y0-204 Practice