I'm working on troubleshooting a Cisco ASA VPN connection and I'm after more information on what some of the log messages mean, specifically this one at the moment but a good general resource on how to read these logs would be ideal:
At log level 7 I can see
Group = 1.1.1.1, IP = 1.1.1.1, IKE AM Responder FSM error history (struct &0x3f76598) <state>, <event>: AM_DONE, EV_ERROR-->AM_WAIT_MSG3, EV_PROB_AUTH_FAIL-->AM_WAIT_MSG3, EV_TIMEOUT-->AM_WAIT_MSG3, NullEvent-->AM_SND_MSG2, EV_CRYPTO_ACTIVE-->AM_SND_MSG2, EV_SND_MSG-->AM_SND_MSG2, EV_START_TMR-->AM_SND_MSG2, EV_RESEND_MSG
Formatted for readability:
Group = 1.1.1.1, IP = 1.1.1.1,
IKE AM Responder FSM error history (struct &0x3f76598)
<state>, <event>:
AM_DONE,
EV_ERROR-->AM_WAIT_MSG3,
EV_PROB_AUTH_FAIL-->AM_WAIT_MSG3,
EV_TIMEOUT-->AM_WAIT_MSG3,
NullEvent-->AM_SND_MSG2,
EV_CRYPTO_ACTIVE-->AM_SND_MSG2,
EV_SND_MSG-->AM_SND_MSG2,
EV_START_TMR-->AM_SND_MSG2,
EV_RESEND_MSG
Is this a history of the events that have taken place to establish and VPN, and is it meant to be read as EVENT->RESULT, bottom to top? Are there any good documents detailing how to interpret theses logs for troubleshooting connections? Almost everything I can find in my searches is of the level "post your config and we'll figure out what is wrong", which isn't helping when eveyone who looks at our configs says "it should work" :-)