Exam 1Y0-241 Topic 7 Question 115 Discussion
Actual exam question for Citrix's 1Y0-241 exam
Question #: 115
Topic #: 7
Question #: 115
Topic #: 7
Scenario: A Citrix Administrator needs to configure a security policy so that when the users try to access the VIP from the source IP addresses below, the rewrite policy should NOT be applied.
- 10.107.149.10
- 10.107.149.39
- 10.107.149.49
The administrator created the below configurations:
> add policy dataset Admin_group ipv4
> bind policy dataset Admin_group 10.107.149.10 -index 1
> bind policy dataset Admin_group 10.107.149.39 -index 2
> bind policy dataset Admin_group 10.107.149.49 -index 3
Which policy expression can the administrator use to meet this requirement?
- 10.107.149.10
- 10.107.149.39
- 10.107.149.49
The administrator created the below configurations:
> add policy dataset Admin_group ipv4
> bind policy dataset Admin_group 10.107.149.10 -index 1
> bind policy dataset Admin_group 10.107.149.39 -index 2
> bind policy dataset Admin_group 10.107.149.49 -index 3
Which policy expression can the administrator use to meet this requirement?
Suggested Answer: D Vote an answer
Using the dataset you defined,
CLIENT.IP.SRC.TYPECAST_TEXT_T.EQUALS_ANY("Admin_group") matches only those three IPs. Appending .NOT inverts it, so the policy fires for all other clients-and therefore does not apply the rewrite for the IPs in your Admin_group.
CLIENT.IP.SRC.TYPECAST_TEXT_T.EQUALS_ANY("Admin_group") matches only those three IPs. Appending .NOT inverts it, so the policy fires for all other clients-and therefore does not apply the rewrite for the IPs in your Admin_group.
by Ira at Aug 04, 2026, 10:44 AM
0
0
0
10
Comments
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.
Report Comment
Commenting
You can sign-up / login (it's free).