nerdexam
Aruba

ACMP_6.1 · Question #30

ip access-list session anewone user network 10.1.1.0 255.255.255.0 any permit user 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…

The correct answer is C. The frame is accepted because of the statement: user any any permit. See the full explanation below for the reasoning.

Question

ip access-list session anewone user network 10.1.1.0 255.255.255.0 any permit user 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?

Options

  • AThe frame is discarded because of the implicit deny all at the end of the policy.
  • BThe frame is discarded because of the statement: user host 10.1.1.1 host 10.2.2.2 deny.
  • CThe frame is accepted because of the statement: user any any permit.
  • DThe frame is accepted because of the statement: user network 10.1.1.0 255.255.255.0 any permit.
  • EThis is not a valid policy.

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    84% (27)
  • E
    3% (1)

Community Discussion

No community discussion yet for this question.

Full ACMP_6.1 Practice