12-18-2006 07:23 PM - edited 02-21-2020 01:21 AM
I have configured a Linksys VPN router and a PIX as a site to site.
When I run the debug cry commands on the PIX, I am always receiving the following message:
"ISAKMP (0): retransmitting Config Mode Request..."
I have searched the Cisco site and the Web and cannot find anything definitive as to what is causing my error.
When I perform a "sh isa sa" on the PIX, I get the following:
state = OAK_CONF_ADDR, but I cannot reference that either.
What are these debug outputs telling me?
Thx
Solved! Go to Solution.
12-19-2006 05:04 AM
when configuring IPSec with non-Cisco devices, always turn off xauth (add command no-xauth)
change command specifying isakmp key
isakmp key your_key address your_address no-xauth
M.
Hope that helps rateif it does
12-19-2006 05:04 AM
when configuring IPSec with non-Cisco devices, always turn off xauth (add command no-xauth)
change command specifying isakmp key
isakmp key your_key address your_address no-xauth
M.
Hope that helps rateif it does
12-19-2006 08:00 AM
Yes. I ended up digging up an old config and saw two statements: no-xauth and no-config-mode. Once I put both of those on the statement ( as your example illustrates) I was able to connect the sites together.
Thanks for your help.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide