210-260 · Question #57
What is the effect of the given command sequence?
The correct answer is A. It defines IPSec policy for traffic sourced from 10.10.10.0/24 with a desstination of. Although the exact command output is not displayed, the correct answer indicates this is an IPSec (not IKE) policy definition. In Cisco IOS, a crypto access list (ACL) is used to define which traffic should be protected by IPSec - this is called the 'interesting traffic'…
Question
What is the effect of the given command sequence?
Options
- AIt defines IPSec policy for traffic sourced from 10.10.10.0/24 with a desstination of
- BIt defines IPSec policy for traffic sourced from 10.100.100.0/24 with a destination of 10.10.10.0/24
- Cit defines IKE policy for traffic sourced from 10.10.10.0/24 with a destination of 10.100.100.0/24
- DIt defines IKE policy for traffic sourced from 10.100.100.0/24 with a destination of 10.10.10.0/24
How the community answered
(26 responses)- A73% (19)
- B15% (4)
- C8% (2)
- D4% (1)
Explanation
Although the exact command output is not displayed, the correct answer indicates this is an IPSec (not IKE) policy definition. In Cisco IOS, a crypto access list (ACL) is used to define which traffic should be protected by IPSec - this is called the 'interesting traffic' selector. The ACL syntax 'permit ip 10.10.10.0 0.0.0.255 10.100.100.0 0.0.0.255' would match traffic from 10.10.10.0/24 to 10.100.100.0/24. This crypto ACL is then referenced by a crypto map, which is the IPSec policy - not an IKE policy. IKE (Internet Key Exchange) is configured separately using 'crypto isakmp policy' commands and deals with the negotiation of the security association, not traffic selectors.
Topics
Community Discussion
No community discussion yet for this question.