300-730 · Question #106
Refer to the exhibit. A TCP based application that should be accessible over the VPN tunnel is not working! Pings to the appropriate IP address are failing. Based on the output, what is a fix for…
The correct answer is A. Add a route on the remote peer for 209.165.201.0/27. Pings failing across a VPN tunnel typically indicate a missing return route; the remote peer must have a route to the originating subnet to send replies back through the tunnel.
Question
Options
- AAdd a route on the remote peer for 209.165.201.0/27.
- BAdd a route on the local peer for 10.1.1.0/24.
- CAdd a permit for TCP traffic going to 10.1.1.0/24.
- DAdd a permit for TCP traffic going to 209.165.201.0/27.
How the community answered
(60 responses)- A68% (41)
- B5% (3)
- C10% (6)
- D17% (10)
Why each option
Pings failing across a VPN tunnel typically indicate a missing return route; the remote peer must have a route to the originating subnet to send replies back through the tunnel.
The remote peer lacks a route to 209.165.201.0/27, which is the source network on the local side. Without this route, the remote peer cannot forward reply traffic back through the VPN tunnel. Adding this route establishes symmetric routing and allows both ICMP and TCP sessions to complete.
The local peer is the source of traffic and already has a path to its own connected or configured network; adding a route to 10.1.1.0/24 on the local peer does not fix the missing return path on the remote side.
The failure is a routing problem, not an access control issue; a missing ACL permit for TCP does not explain why ICMP pings are also failing.
Adding a permit for TCP to 209.165.201.0/27 addresses ACL policy, not the missing route needed for the remote peer to return traffic through the tunnel.
Concept tested: VPN tunnel routing - missing return route on remote peer
Source: https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/98069-asa-vpn-debug.html
Topics
Community Discussion
No community discussion yet for this question.