Scenario: A network engineer has bound four policies to an HTTP virtual server as follows:
PolicyA is bound with a priority of 10 and has the following expression: REQ.IP.SOURCEIP == 10.10.10.0
PolicyB is bound with a priority of 15 and has the following expression: REQ.IP.SOURCEIP != 10.10.11.0
PolicyC is bound with a priority of 20 and has the following expression: REQ.IP.SOURCEIP == 10.10.12.0
PolicyD is bound with a priority of 25 and has the following expression: REQ.IP.SOURCEIP != 10.10.13.0
When a connection is made from a PC with an IP address of 10.10.12.15, which policy will be applied?

A.
PolicyA
B.
PolicyB
C.
PolicyC
D.
PolicyD
Explanation:
Don’t be fooled by this as the first policy to match will be used, in this case 10.10.12.15 is not 10.10.11.0 hence
it statisfies policyB
Answer “C” is more strict but the order in which the policies are applied (based on priority) suggests answer B.
0
0
B
0
0