H12-811_V1.0 · Question #831
An ACL rule is as follows. Which of the following IP addresses can be matched by the permit rule? rule 5 permit ip source 10.0.2.0 0.0.254.255
The correct answer is C. 10.0.4.5. The wildcard mask 0.0.254.255 corresponds to a range of IP addresses where the second octet can vary between 2 and 4, and the third octet can vary between 0 and 255. This means the ACL rule matches IP addresses in the range 10.0.2.0 to 10.0.4.255. The only option that falls…
Question
An ACL rule is as follows. Which of the following IP addresses can be matched by the permit rule? rule 5 permit ip source 10.0.2.0 0.0.254.255
Options
- A10.0.6.7
- B10.0.5.6
- C10.0.4.5
- D10.0.2.1
How the community answered
(33 responses)- A3% (1)
- B3% (1)
- C82% (27)
- D12% (4)
Explanation
The wildcard mask 0.0.254.255 corresponds to a range of IP addresses where the second octet can vary between 2 and 4, and the third octet can vary between 0 and 255. This means the ACL rule matches IP addresses in the range 10.0.2.0 to 10.0.4.255. The only option that falls within this range is 10.0.4.5, making it the correct answer.
Topics
Community Discussion
No community discussion yet for this question.