Implementing Cisco Network Security (IINS, legacy) — Question 52

What is the effect of the given command sequence?
crypto map mymap 20 match address 201
access-list 201 permit ip 10.10.10.0 255.255.255.0 10.100.100.0 255.255.255.0

Answer options

Correct answer: I, K, E

Explanation

The correct answer is A because the command sequence specifically matches traffic that comes from the 10.10.10.0/24 network to the 10.100.100.0/24 network, defining IPSec policy for that flow. Option B is incorrect as it reverses the source and destination addresses. Option C is also wrong because it refers to IKE policy instead of IPSec policy.