I get 5 "interesting" events with a successful VPN session:
- 1) PIX event indicating establishment of a security association to the client
2) PIX event indicating establishment of a security association to the PIX
3) IAS authentication event
--if-- IAS authentication is successful user allowed access
--else-- user denied access
4) Destruction of security association to client (when client disconnects)
5) Destruction of security association to PIX (when client disconnects)
All of these are being logged successfully. However, I would like to track these as a group and write a single event upon destruction of the security association that indicates disconnect.
This would make reporting on the connections and duration much simpler. Is there anyway to do this? Perhaps using status variables?[list=][/list]

