300-730 · Question #194
Refer to the exhibit. A network security administrator receives this error message after configuring a site-to-site IPsec VPN between two sites What is the solution to this problem? ``…
The correct answer is D. Crypto map must be applied to correct interface. The error 'invalid local address 192.168.10.1' means the crypto map is applied to an interface that does not own that IP address, so the map must be moved to the correct interface.
Question
IPSEC(validate_proposal): invalid local address 192.168.10.1
ISAKMP (0:3): atts not acceptable. Next payload is 0
ISAKMP (0:3): SA not acceptable!
Options
- AThe transport set must match between sites.
- BIPsec policy must match between sites.
- CISAKMP policy must match between sites.
- DCrypto map must be applied to correct interface.
How the community answered
(59 responses)- A15% (9)
- B5% (3)
- C8% (5)
- D71% (42)
Why each option
The error 'invalid local address 192.168.10.1' means the crypto map is applied to an interface that does not own that IP address, so the map must be moved to the correct interface.
A transform set mismatch generates errors referencing unsupported encryption or hash algorithms, not an invalid local address binding.
IPsec policy mismatches between peers produce negotiation failures citing specific unacceptable proposal attributes, not a missing local address error.
ISAKMP policy mismatches result in errors about differing authentication or encryption method proposals, not the 'invalid local address' condition shown in the exhibit.
The error 'invalid local address 192.168.10.1' occurs when the router cannot find the configured local VPN endpoint IP on the interface where the crypto map is applied. Applying the crypto map to the interface that actually holds 192.168.10.1 resolves the binding mismatch and allows ISAKMP to proceed with negotiation.
Concept tested: Crypto map interface binding for site-to-site IPsec VPN
Source: https://www.cisco.com/c/en/us/support/docs/security-vpn/ipsec-negotiation-ike-protocols/5409-ipsec-debug-00.html
Topics
Community Discussion
No community discussion yet for this question.