Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam 1Y0-231 All Questions

View all questions & answers for the 1Y0-231 exam

Exam 1Y0-231 topic 1 question 67 discussion

Actual exam question from Citrix's 1Y0-231
Question #: 67
Topic #: 1
[All 1Y0-231 Questions]

Scenario: A Citrix Administrator suspects an attack on a load-balancing virtual server (IP address 192.168.100.25). The administrator needs to restrict access to this virtual server for 10 minutes.
Which access control list (ACL) will accomplish this?

  • A. add ns acl rule1 DENY -destIP 192.168.100.25 -TTL 600000
  • B. add simpleacl rule1 DENY -srcIP 192.168.100.25 -TTL 600000
  • C. add ns acl rule1 DENY -destIP 192.168.100.25 -TTL 600
  • D. add simpleacl rule1 DENY -srcIP 192.168.100.25 -TTL 600
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
RDIO
1 year, 9 months ago
Selected Answer: C
C. 600sec=10min simple acl cannot deny based on IP destination. https://docs.citrix.com/en-us/citrix-adc/current-release/networking/access-control-lists-acls/simple-acls-and-simple-acl6s.html Extended ACL can filter based on the destination IP. https://docs.citrix.com/en-us/citrix-adc/current-release/networking/access-control-lists-acls/extended-acls-and-extended-acl6s.html
upvoted 4 times
...
jdellacasa
1 year, 10 months ago
Selected Answer: C
d parameter is source IP, not what we want to achieve with the deny.C with destip is valid :https://developer-docs.citrix.com/projects/netscaler-command-reference/en/12.0/ns/ns-acl/ns-acl/
upvoted 2 times
...
Vik84
2 years ago
Selected Answer: D
It is totally D, there is no such param like dstIP, check below command. Usage: add ns simpleacl <aclname> <aclaction> [-td <positive_integer>] -srcIP <ip_addr> [-destPort <port> -protocol ( TCP | UDP )] [-TTL <positive_integer>]
upvoted 1 times
sailorsoul
2 years ago
simple ACL does not have dst IP, true. The question asks the admin to filter based on the destination IP address. So the only valid answer is using an extended ACL.
upvoted 1 times
...
...
sailorsoul
2 years ago
Selected Answer: C
resubmit . D is wrong because the need to filter the destination IP.
upvoted 2 times
...
sailorsoul
2 years ago
Selected Answer: D
When creating a simple ACL or simple ACL6, you can specify a time to live (TTL), in seconds
upvoted 1 times
sailorsoul
2 years ago
Actually it is C, simple ACL cannot filter based on destination IP.
upvoted 2 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...