1Y0-230 Exam QuestionsBrowse all questions from this exam

1Y0-230 Exam - Question 33


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?

Show Answer
Correct Answer: A

The correct answer is based on identifying which ACL the NetScaler will use to deny the IP address 10.10.10.100. The NetScaler will use 'ns acl' rules before 'simpleacl' rules, and among 'ns acl' rules, it will prioritize based on the lower priority number. Since 'add ns acl rule1 DENY-srcIP 10.10.10.100-priority 10' has a lower priority number than 'add ns acl rule2 DENY- srcIP 10.10.10.100-priority 100', it will be used to deny the IP address.

Discussion

4 comments
Sign in to comment
HeraldoOption: C
Nov 20, 2020

answer should be C

BrianBresnahanOption: B
Jan 7, 2021

B It will apply simple acls first, then you cannot specify a port unless you specify a protocol

Etchex
Mar 17, 2021

do u take the exam !

JandreOption: B
Oct 11, 2020

add simpleacl rule1 DENY- srcIP 10.10.10.100 –TTL 600

m3m0Option: C
Dec 2, 2020

Answer C: https://developer-docs.citrix.com/projects/netscaler-command-reference/en/12.0/ns/ns-simpleacl/ns-simpleacl/