300-730 · Question #127
An engineer has successfully established a Phase 1 and Phase 2 tunnel between two sites. Site A has internal subnet 192.168.0.0/24 and Site B has internal subnet 10.0.0.0/24. The engineer notices…
The correct answer is C. Allow protocol ESP or AH on the firewall in front of the Site B router. The firewall in front of Site B is blocking ESP protocol packets from Site A, so the Site B router never receives the encrypted traffic and its decrypt counters stay at zero.
Question
Options
- AModify the routing at Site B so that traffic is sent to Site A.
- BConfigure the correct DH group on both devices.
- CAllow protocol ESP or AH on the firewall in front of the Site B router.
- DEnable PFS on the headend device.
How the community answered
(38 responses)- A11% (4)
- B5% (2)
- C68% (26)
- D16% (6)
Why each option
The firewall in front of Site B is blocking ESP protocol packets from Site A, so the Site B router never receives the encrypted traffic and its decrypt counters stay at zero.
Routing at Site B is confirmed correct because pings from Site B internal devices reach the Site B router, eliminating a routing problem as the cause.
A DH group mismatch would prevent Phase 2 from establishing at all; since both Phase 1 and Phase 2 are already up, the DH configuration is valid on both sides.
IPsec data-plane traffic is carried by ESP (IP protocol 50) or AH (IP protocol 51), which are not TCP or UDP and must be explicitly permitted in firewall rules. Because Site A shows incrementing decrypt counters, it is receiving encrypted packets from Site B, but the firewall in front of the Site B router is dropping the ESP packets sent by Site A before they can reach the router, explaining why Site B has no decryption activity. Permitting ESP or AH inbound on that firewall allows the encrypted return traffic to reach the Site B router.
PFS affects the security of Phase 2 rekeying sessions and does not determine whether packets in an already-established tunnel are decrypted.
Concept tested: Firewall ESP/AH protocol permit for IPsec traffic
Source: https://www.cisco.com/c/en/us/support/docs/security-sdwan/ipsec/5409-ipsec-through-nats.html
Topics
Community Discussion
No community discussion yet for this question.