Briefing Aruba Knowledge

what will this policy do with the user frame?

ip access-list session anewone
user network 10.1.1.0 255.255.255.0 any permit
user any any permit
host 10.1.1.1 host 10.2.2.2 any deny
A user sends a frame with the following attributes:
Source IP: 10.1.1.1 Destination IP: 10.2.2.2 Destination Port: 25
Based on the above Mobility Controller configuration file segment, what will this policy do with the
user frame?

A.
The frame is discarded because of the implicit deny all at the end of the policy.

B.
The frame is discarded because of the statement: user host 10.1.1.1 host 10.2.2.2 deny.

C.
The frame is accepted because of the statement: user any any permit.

D.
The frame is accepted because of the statement: user network 10.1.1.0 255.255.255.0 any permit.

E.
This is not a valid policy.