<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Anyconnect VPN logging in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/anyconnect-vpn-logging/m-p/1326128#M334049</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.  Question on the ASA command.  Do I just go into config mode and type "tunnel-group accounting-server-group"?  Or just replace that with the actual group name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Sep 2009 17:30:04 GMT</pubDate>
    <dc:creator>fortunehitech1</dc:creator>
    <dc:date>2009-09-24T17:30:04Z</dc:date>
    <item>
      <title>Anyconnect VPN logging</title>
      <link>https://community.cisco.com/t5/network-access-control/anyconnect-vpn-logging/m-p/1326126#M334026</link>
      <description>&lt;P&gt;Is there a way to log when users login and out of the VPN?  I know with ASDM you can see currently logged on users and other stats about the sessions in progress but I need to verify if someone says "I was logged in last night working" than in fact they were.  We are doing AD authentication and the IAS server logs minimal data but the time stamps don't give times logged in.  It will show user logging in and then logging off at the same time.  Any ideas?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 23:42:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/anyconnect-vpn-logging/m-p/1326126#M334026</guid>
      <dc:creator>fortunehitech1</dc:creator>
      <dc:date>2019-03-10T23:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: Anyconnect VPN logging</title>
      <link>https://community.cisco.com/t5/network-access-control/anyconnect-vpn-logging/m-p/1326127#M334035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you are using IAS server you need to configure your IAS server to track accounting information (such as logon and logoff records) to maintain records for billing purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a MS article to configure the same on IAS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://technet.microsoft.com/en-us/library/cc783783" target="_blank"&gt;http://technet.microsoft.com/en-us/library/cc783783&lt;/A&gt;(WS.10).aspx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the ASA, this is what you need:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the tunnel-group and add this command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;accounting-server-group &lt;IAS-SERVER-GROUP-NAME&gt;&lt;/IAS-SERVER-GROUP-NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to see online users, you may run this command on the CLI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Show vpn-sessiondb webvpn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 15:12:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/anyconnect-vpn-logging/m-p/1326127#M334035</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2009-09-24T15:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Anyconnect VPN logging</title>
      <link>https://community.cisco.com/t5/network-access-control/anyconnect-vpn-logging/m-p/1326128#M334049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.  Question on the ASA command.  Do I just go into config mode and type "tunnel-group accounting-server-group"?  Or just replace that with the actual group name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 17:30:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/anyconnect-vpn-logging/m-p/1326128#M334049</guid>
      <dc:creator>fortunehitech1</dc:creator>
      <dc:date>2009-09-24T17:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Anyconnect VPN logging</title>
      <link>https://community.cisco.com/t5/network-access-control/anyconnect-vpn-logging/m-p/1326129#M334060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To specify the aaa-server group for sending accounting records, use the accounting-server-group&lt;/P&gt;&lt;P&gt;command in tunnel-group general-attributes configuration mode. for which your users are connecting and you want accounting start-stop records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hostname(config)# tunnel-group xyz general&lt;/P&gt;&lt;P&gt;hostname(config-general)# accounting-server-group aaa-server123&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;JK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 17:37:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/anyconnect-vpn-logging/m-p/1326129#M334060</guid>
      <dc:creator>Jatin Katyal</dc:creator>
      <dc:date>2009-09-24T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Anyconnect VPN logging</title>
      <link>https://community.cisco.com/t5/network-access-control/anyconnect-vpn-logging/m-p/1326130#M334072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ah, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 18:47:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/anyconnect-vpn-logging/m-p/1326130#M334072</guid>
      <dc:creator>fortunehitech1</dc:creator>
      <dc:date>2009-09-24T18:47:51Z</dc:date>
    </item>
  </channel>
</rss>

