03-12-2007 02:07 PM - edited 03-09-2019 05:35 PM
I have a tunnel between a PIX 515E version 7.2(2)and a Cisco 3800 version 12.3(11r). There is a mismatch somewere in the configs but I cannot find it. Any help would be appreciated. I have included the configs and the syslog errors.
03-12-2007 05:25 PM
Hi Bill,
Please notice the following log message :
Could not delete route for L2L peer that came in on a dynamic map. address: 167.18.19.0, mask: 255.0.0.0
It shows an 8 bit subnet mask. Please check the crypto ACLs on each device. Also the phase 1 lifetime is lower than that of phase 2. This is an incorrect implementation. Please make sure that the either the phase 1 lifetime is hiher than that of phase 2 or atleast equal.
HTH,
Please rate if it helps,
Regards,
Kamal
03-13-2007 07:23 AM
Why is an 8-bit mask an issue?
03-13-2007 08:37 AM
Hi,
Its not if it the same on both the ends. Just make sure that it is the same on both the ends.
HTH,
Kamal
03-14-2007 05:21 PM
Hi,
Has your problem been resolved?
Regards,
Kamal
02-02-2012 03:22 PM
I came across the same problem:
QM FSM error (P2 struct ....
IKE QM Responder FSM error history (struct &0x254e780)
sending delete/delete with reason message
Removing peer from correlator table failed, no match!
Could not delete route for L2L peer that came in on a dynamic map.
The problem was that a dynamic crypto map for client VPN connecions was conflicting with a Static crypto map.
because the priority for dynamic map was higher than the L2L map.
if you have something like this:
crypto map mapname 10 ipsec-isakmp dynamic outside_dyn_map
crypto map mapname 11 match address map_ACL
change it to something like this
crypto map mapname 11 match address map_ACL
crypto map mapname 6000 ipsec-isakmp dynamic outside_dyn_map
making the dynamic map the last on your priority. This fixed my problem although the QM FSM error is quite generic.
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