<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Config Helper &#187; Cisco</title>
	<atom:link href="http://www.confighelper.com/category/cisco/feed" rel="self" type="application/rss+xml" />
	<link>http://www.confighelper.com</link>
	<description>Technology Configuration and Support Site</description>
	<lastBuildDate>Fri, 02 Jul 2010 23:01:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Check Cisco ASA VPN Activity Using Syslog</title>
		<link>http://www.confighelper.com/2009/07/how-to-check-cisco-asa-vpn-activity-using-syslog.html</link>
		<comments>http://www.confighelper.com/2009/07/how-to-check-cisco-asa-vpn-activity-using-syslog.html#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:59:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[cisco asa]]></category>
		<category><![CDATA[user logging]]></category>
		<category><![CDATA[vpn activity]]></category>
		<category><![CDATA[vpn logging]]></category>

		<guid isPermaLink="false">http://www.confighelper.com/?p=37</guid>
		<description><![CDATA[On occasion you might need to check your logs to see a certain user’s VPN activity. If you are using a syslog server there are a couple things you can look for that will provide you with the name of the user who logged in, the date and time, the IP address they connect from, [...]]]></description>
			<content:encoded><![CDATA[<p>On occasion you might need to check your logs to see a certain user’s VPN activity. If you are using a syslog server there are a couple things you can look for that will provide you with the name of the user who logged in, the date and time, the IP address they connect from, and the VPN group.</p>
<p><strong>1.</strong> Open syslog file. It will depend on how your logs are setup; daily, monthly, yearly, etc.<br />
<strong>2.</strong> Search for the username you want to see VPN activity for. The log will contain the time the session started, the name of the user connecting, the name of the VPN profile used, the IP they connected from. The start of a VPN session will look like this:</p>
<p>2009-3-28 22:37:20	Local4.Notice	10.255.255.1	:Mar 28 22:37:18 PST: %ASA-vpn-5-713130: Group = Cisco-VPN, Username = jsmith, IP = 75.104.195.48, Received unsupported transaction mode attribute: 5<br />
2009-3-28 22:37:20	Local4.Error	10.255.255.1	:Mar 28 22:37:18 PST: %ASA-vpn-3-713119: Group = Cisco-VPN, Username = jsmith, IP = 75.104.195.48, PHASE 1 COMPLETED<br />
2009-3-28 22:37:20	Local4.Notice	10.255.255.1	:Mar 28 22:37:18 PST: %ASA-vpn-5-713075: Group = Cisco-VPN, Username = jsmith, IP = 75.104.195.48, Overriding Initiator's IPSec rekeying duration from 2147483 to 28800 seconds<br />
2009-3-28 22:37:20	Local4.Notice	10.255.255.1	:Mar 28 22:37:19 PST: %ASA-vpn-5-713049: Group = Cisco-VPN, Username = jsmith, IP = 75.104.195.48, Security negotiation complete for User (jsmith)  Responder, Inbound SPI = 0xd759e860, Outbound SPI = 0x0d4b19d5<br />
2009-3-28 22:37:20	Local4.Notice	10.255.255.1	:Mar 28 22:37:19 PST: %ASA-vpn-5-713120: Group = Cisco-VPN, Username = jsmith, IP = 75.104.195.48, PHASE 2 COMPLETED (msgid=5a5f9c4c)</p>
<p>This tells us that a user named jsmith connected on 3/23/09 at 22:37:20. The user was part of the ASA group Cisco-VPN and the IP the user connected from was 75.104.195.48.</p>
<p><strong>3.</strong> To see when the user disconnected and to see how long they were connected you will look for the following entry:</p>
<p>2009-3-29 01:04:30	Local4.Notice	10.255.255.1	:Mar 29 01:04:39 PST: %ASA-vpn-5-713050: Group = Cisco-VPN, Username = jsmith, IP = 75.104.195.48, Connection terminated for peer jsmith.  Reason: Peer Terminate  Remote Proxy 10.254.0.10, Local Proxy 0.0.0.0<br />
2009-3-29 01:04:30	Local4.Warning10.255.255.1	:Mar 29 01:04:39 PST: %ASA-auth-4-113019: Group = Cisco-VPN, Username = jsmith, IP = 75.104.195.48, Session disconnected. Session Type: IPsec, Duration: 1h:23m:29s, Bytes xmt: 6224550, Bytes rcv: 1082700, Reason: User Requested</p>
<p>This tells us that user jsmith disconected on 3/23/09 at 01:04:30, total connection duration was 1h:23m:29s, and the session was terminated at the user's request.</p>
<p>This example was based on a <a title="Cisco ASA" href="http://www.cisco.com" target="_blank">Cisco ASA</a>, but should be relevant to other firewalls as well.</p>
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; border=&quot;0&quot;&gt;&lt;tr&gt;&lt;td&gt;&lt;img src=&quot;http://www.confighelper.com/images/0/&quot; /&gt;&lt;td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;&lt;td&gt;&lt;/tr&gt;&lt;/table&gt;
]]></content:encoded>
			<wfw:commentRss>http://www.confighelper.com/2009/07/how-to-check-cisco-asa-vpn-activity-using-syslog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
