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

Exam 1Y0-204 All Questions

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

Exam 1Y0-204 topic 1 question 108 discussion

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

Scenario: A Citrix Administrator suspects an attack on a load balancing virtual server. The administrator needs to restrict access to the load balancing virtual server (192.168.100.25) for 10 minutes.
Which Access Control List (ACL) will help to accomplish this requirement?

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

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Another_soul96
2 months ago
Both options A and B are correct. They both achieve the same goal of restricting access to the load balancing virtual server for 10 minutes. The choice between them depends on your preference and the specific requirements of your environment. As mentioned earlier, option A (simple ACL) is generally preferred due to its simplicity. However, if you need more granular control over the traffic being blocked, option B (network ACL) might be a better choice.
upvoted 1 times
...
jcirkz
3 months, 1 week ago
Selected Answer: A
The example given on the following link is: > add simpleacl rule1 DENY -srcIP 10.102.29.5 -TTL 600 Done https://docs.netscaler.com/en-us/citrix-adc/current-release/networking/access-control-lists-acls/simple-acls-and-simple-acl6s.html
upvoted 1 times
...
Jogaz0
1 year, 1 month ago
The correct Access Control List (ACL) to restrict access to the load balancing virtual server (192.168.100.25) for 10 minutes would be add ns acl rule1 DENY -destIP 192.168.100.25 -TTL 600. So, the answer is B. add ns acl rule1 DENY -destIP 192.168.100.25 -TTL 6001. This is because: The add ns acl command is used to add an ACL rule in Citrix ADC1. The DENY option is used to deny access1. The -destIP 192.168.100.25 option specifies the IP address of the load balancing virtual server1. The -TTL 600 option sets the Time To Live (TTL) for the rule to 600 seconds, which is equivalent to 10 minutes1. Please note that it’s important to use the correct syntax and consider whether you’re working with a request or a response.
upvoted 3 times
...
ugurcan
1 year, 8 months ago
Selected Answer: A
Answer A This command creates a simple access control list (ACL) that blocks traffic to the load balancing virtual server with the IP address of 192.168.100.25 from all source IP addresses. The TTL parameter is set to 10, indicating that the rule will be in effect for 10 minutes.
upvoted 1 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 ...