Scenario: A Citrix Administrator entered the command-line interface commands below to prevent IP address 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 deny the IP address?