Valid 1Y0-241 Dumps shared by EduDump.com for Helping Passing 1Y0-241 Exam! EduDump.com now offer the newest 1Y0-241 exam dumps, the EduDump.com 1Y0-241 exam questions have been updated and answers have been corrected get the newest EduDump.com 1Y0-241 dumps with Test Engine here:
Scenario: A Citrix Administrator entered the command line interface (CLI) commands below to prevent IP address 10.10.10.100 from accessing the NetScaler on port 80. > add simpleacl rule1 DENY -srcIP 10.10.10.100 -TTL 600 > add simpleacl rule2 DENY -srcIP 10.10.10.100 -destPort 80 > add ns acl rule1 DENY -srcIP 10.10.10.100 -priority 10 > add ns acl rule2 DENY -srcIP 10.10.10.100 -priority 100 apply ns acls Which access control list (ACL) will the NetScaler use to satisfy the scenario?
Correct Answer: C
NetScaler evaluates simple ACLs first in the order they were created and stops at the first matching rule. Here, rule1 (the simple ACL with just the source IP) matches any traffic from 10.10.10.100-so it will always be the one used to deny access, even before the more specific port-80 rule is considered.