According to the Access Control Lists documentation, 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:
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.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit