<?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: Remote VPN users report in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78719#M86764</link>
    <description>See also my answer here that has some additional commands: &lt;A href="https://community.checkpoint.com/t5/Remote-Access-Solutions/VPN-Licensing-and-RA-VPN-curent-tunnels/m-p/77646#M2554" target="_blank"&gt;https://community.checkpoint.com/t5/Remote-Access-Solutions/VPN-Licensing-and-RA-VPN-curent-tunnels/m-p/77646#M2554&lt;/A&gt;</description>
    <pubDate>Wed, 18 Mar 2020 18:30:46 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2020-03-18T18:30:46Z</dc:date>
    <item>
      <title>Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/49482#M86741</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Is there a way to export a list of Remote VPN users in the local MGMT database which includes last login time etc. ?&lt;/P&gt;&lt;P&gt;Something similar to&amp;nbsp;&lt;SPAN&gt;fwm dbexport.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2019 18:19:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/49482#M86741</guid>
      <dc:creator>Moe_89</dc:creator>
      <dc:date>2019-04-01T18:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/49496#M86742</link>
      <description>&lt;P&gt;You can get a list of the users easily enough using the following command:&lt;/P&gt;
&lt;P class="p1 lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;mgmt_cli -r true --format json show generic-objects class-name com.checkpoint.objects.classes.dummy.CpmiUser | jq .objects[].name&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Note: there is no official API support for locally defined users, so "generic objects" have to be used here.&lt;BR /&gt;If you have more than 500 users, you will have to execute variants of this command multiple times.&lt;BR /&gt;For example, to get the next 500 users:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;mgmt_cli -r true --format json show generic-objects class-name com.checkpoint.objects.classes.dummy.CpmiUser limit 500 offset 500 | jq .objects[].name&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Last login time is not something we store in the user database (generic objects or not), so you'll have to get it from the logs. Couple threads on this:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://community.checkpoint.com/t5/Logging-and-Reporting/Timeline-report-for-concurrent-VPN-users/m-p/31443#M2560" target="_blank" rel="noopener"&gt;https://community.checkpoint.com/t5/Logging-and-Reporting/Timeline-report-for-concurrent-VPN-users/m-p/31443#M2560&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://community.checkpoint.com/t5/Logging-and-Reporting/Scheduled-report-for-VPN-users-usage/m-p/20693#M1833" target="_blank" rel="noopener"&gt;https://community.checkpoint.com/t5/Logging-and-Reporting/Scheduled-report-for-VPN-users-usage/m-p/20693#M1833&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 26 Aug 2021 16:25:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/49496#M86742</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2021-08-26T16:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/56553#M86743</link>
      <description>&lt;P&gt;PhoneBoy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried the command, it errored out (image attached).&amp;nbsp; Am in expert mode.&amp;nbsp; Here is the error.&amp;nbsp; Thank you for your time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2019 14:10:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/56553#M86743</guid>
      <dc:creator>Scott_Perry1</dc:creator>
      <dc:date>2019-06-24T14:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/59661#M86744</link>
      <description>Hello, how i can list 700 users, where i must put the offset command. Thanks in advance.</description>
      <pubDate>Mon, 05 Aug 2019 14:59:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/59661#M86744</guid>
      <dc:creator>Andres_Solari</dc:creator>
      <dc:date>2019-08-05T14:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/59667#M86745</link>
      <description>I resolved, with the next command "mgmt_cli -r true --format json show generic-objects class-name com.checkpoint.objects.classes.dummy.CpmiUser limit 500 offset 0 | jq .objects []. Name" but have 760 users, how can I fix it? thanks in advance</description>
      <pubDate>Mon, 05 Aug 2019 16:16:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/59667#M86745</guid>
      <dc:creator>Andres_Solari</dc:creator>
      <dc:date>2019-08-05T16:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/59671#M86746</link>
      <description>&lt;P&gt;You have to ask for the next 500 results like so:&lt;BR /&gt;mgmt_cli -r true --format json show generic-objects class-name com.checkpoint.objects.classes.dummy.CpmiUser limit 500 offset 500 | jq .objects[].Name&lt;/P&gt;
&lt;P&gt;Note: parent post was edited with this response.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2020 04:35:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/59671#M86746</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-03-15T04:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/59682#M86747</link>
      <description>Thanks for the solution!!</description>
      <pubDate>Mon, 05 Aug 2019 20:02:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/59682#M86747</guid>
      <dc:creator>Andres_Solari</dc:creator>
      <dc:date>2019-08-05T20:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/75068#M86748</link>
      <description>&lt;P&gt;For R80.30 CP. How to export VPN users indicating their corresponding groups or extracting the groups listing their members&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2020 08:04:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/75068#M86748</guid>
      <dc:creator>badz</dc:creator>
      <dc:date>2020-02-13T08:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/77514#M86749</link>
      <description>&lt;P&gt;Thank you all for providing updates methods to obtain the necessary information.&amp;nbsp; Is there a way to relatively easily show the following:&lt;/P&gt;&lt;P&gt;1. List of concurrent connections&lt;/P&gt;&lt;P&gt;2. Time of the week which has more usage&lt;/P&gt;&lt;P&gt;3. Average concurrent users&lt;/P&gt;&lt;P&gt;4. Peak concurrent users&lt;/P&gt;&lt;P&gt;5. User average&lt;/P&gt;&lt;P&gt;6. Bandwidth usage&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the COVID-19 virus forcing companies to allow/accept more working from home, the information will become critical to me from a planning perspective.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 19:27:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/77514#M86749</guid>
      <dc:creator>Scott_Perry1</dc:creator>
      <dc:date>2020-03-06T19:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/77517#M86750</link>
      <description>&lt;P&gt;I believe the only way to get most of this information is SmartView Monitor.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Open SmartConsole &amp;gt; Logs &amp;amp; Monitor.&lt;/LI&gt;
&lt;LI&gt;Open the catalog (new tab).&lt;/LI&gt;
&lt;LI&gt;Click Tunnel &amp;amp; User Monitoring.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Refer to the Logging and Reporting guide for your specific version.&lt;BR /&gt;Note this may require the Monitoring blade to be enabled on your gateway, which might have a performance impact.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2020 19:48:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/77517#M86750</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-03-06T19:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/77780#M86751</link>
      <description>&lt;P&gt;Great question posed by&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/24527"&gt;@Scott_Perry1&lt;/a&gt;&amp;nbsp;monitoring remote access VPN usage metrics.&amp;nbsp;&lt;/P&gt;&lt;P&gt;here's &lt;A href="https://sc1.checkpoint.com/documents/R80.40/WebAdminGuides/EN/CP_R80.40_LoggingAndMonitoring_AdminGuide/Content/Topics-LMG/Reports.htm" target="_blank" rel="noopener"&gt;link to latest/greatest R80.40 Logging and Monitoring Admin Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;check the "note" on page // views and reports / Reports&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note - For Security Gateways R77.30 and lower, the ability to generate reports on Firewall and VPN activity is integrated into SmartConsole. To enable this functionality, activate the Firewall session event on the SmartEvent Policy tab. Select and enable Consolidated Sessions &amp;gt; Firewall Session. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The R77.30 reference does remind me of pain experienced by numerous customers when they upgraded SmartEvent/SmartReporter to the new NGSE (and subsequently R80.xx SmartEvent).&amp;nbsp; &amp;nbsp; &amp;nbsp;Incorporating R77.30 SmartReporter features directly into R80.xx SmartEvent (with one database back-end) was good decision but customers did lose functionality (the big taboo).&lt;/P&gt;&lt;P&gt;R77.30 SmartReport included a great per-user report template for remote VPN usage.&amp;nbsp; &amp;nbsp; This report -- and the associated access or similar relevant data -- disappeared with NGSE and the incorporated reporting in R80.xx SmartEvent.&amp;nbsp;&lt;/P&gt;&lt;P&gt;One customer in particular spent lots of cycles talking with R&amp;amp;D.&amp;nbsp; The idea was to understand the R77.30 report and try to replicate in R80.xx SmartEvent.&amp;nbsp; &amp;nbsp; &amp;nbsp;There was not a comprehensive "YES" to everything -- AND -- the various data points were available in various different places and metrics (if I recall correctly).&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't feel the customer's issues were ever resolved to satisfaction but I do understand some improvements were made with subsequent releases.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I would repeat this "should be easier".&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please bring back the R77.30 SmartReport template for remote access VPN usage.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;reference:&lt;/P&gt;&lt;P&gt;1. List of concurrent connections&lt;/P&gt;&lt;P&gt;2. Time of the week which has more usage&lt;/P&gt;&lt;P&gt;3. Average concurrent users&lt;/P&gt;&lt;P&gt;4. Peak concurrent users&lt;/P&gt;&lt;P&gt;5. User average&lt;/P&gt;&lt;P&gt;6. Bandwidth usage&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 19:46:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/77780#M86751</guid>
      <dc:creator>Garrett_DirSec</dc:creator>
      <dc:date>2020-03-09T19:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/77967#M86752</link>
      <description>&lt;P&gt;I agree, the information available is incomplete and difficult to access.&amp;nbsp; So much so that I am starting to look at other solutions simply because I can not get metrics.&amp;nbsp; The information that seems to be available is poor.&amp;nbsp; While I can get a list of login in events, I have yet to see where I could get a list of concurrent vpn users over time.&amp;nbsp; The issue, in my opinion, seems to be that user VPN is an add on feature to provide convenience for customers.&amp;nbsp; The raw logs are available for you to do what you want with.&amp;nbsp; Actual reports on VPN usage and statistics is lacking.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 13:21:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/77967#M86752</guid>
      <dc:creator>Jeff_Post</dc:creator>
      <dc:date>2020-03-11T13:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78606#M86753</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt; -&amp;nbsp; we've been fielding various questions about remote VPN usage metrics and I've been referencing this checkmates thread.&lt;/P&gt;&lt;P&gt;I suggest CP R&amp;amp;D for SmartEvent reporting should take a queue on current global COVID status and provide quick JFA jumbo fix to SmartEvent to add the obvious VPN usage metrics discussed (in thread) in simple point/click report that can be scheduled and sent out via email.&lt;/P&gt;&lt;P&gt;My 0.02&amp;nbsp; -GA&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 22:34:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78606#M86753</guid>
      <dc:creator>Garrett_DirSec</dc:creator>
      <dc:date>2020-03-17T22:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78610#M86754</link>
      <description>Not sure how feasible this is, but it can't hurt to ask.&lt;BR /&gt;See also: &lt;A href="https://community.checkpoint.com/t5/Logging-and-Reporting/A-Basic-Remote-Access-Report-for-R80-x/m-p/78322#M4536" target="_blank"&gt;https://community.checkpoint.com/t5/Logging-and-Reporting/A-Basic-Remote-Access-Report-for-R80-x/m-p/78322#M4536&lt;/A&gt;</description>
      <pubDate>Tue, 17 Mar 2020 23:41:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78610#M86754</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-03-17T23:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78611#M86755</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21312"&gt;@Jeff_Post&lt;/a&gt;.&amp;nbsp; I sympathize.&amp;nbsp; I get distinct feeling that CP really hasn't touched their core VPN functionality for years and effectively missed the mark with R80.xx SmartEvent VPN usage reporting.&amp;nbsp;&amp;nbsp; All the data points that were readily available in consolidated report with R77.xx SmartReport were not ported to new R80.xx SmartEvent reporting (sadly).&lt;/P&gt;&lt;P&gt;I will be creating a new Checkmates topic on this, but here's what I would recommend for current SASE alternatives (complete with Zero-Trust-Network-Access options).&amp;nbsp;&amp;nbsp; In addition, all following have good -- and mature -- multi-factor options that are well documented and mutually supported.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Netskope Private Access&lt;/P&gt;&lt;P&gt;Palo Alto Networks Prisma Access&lt;/P&gt;&lt;P&gt;Perimeter 81&lt;/P&gt;&lt;P&gt;side note:&amp;nbsp; for whatever reason, the go-to-market Cloudguard Connect product doesn't include remote VPN option that I'm aware (ie.&amp;nbsp; cloud-hosted VPN to cloud infrastructure).&amp;nbsp; This is a huge head scratcher.&amp;nbsp;&amp;nbsp;&amp;nbsp; Maybe CP doesn't want to cannibalize their existing MOB customer investments?&amp;nbsp; Maybe the existing CP Cloudguard Connect global footprint is not ready for prime time (ie.&amp;nbsp; points of presence across the globe)?&amp;nbsp;&amp;nbsp;&amp;nbsp; we'll likely never know.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 23:52:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78611#M86755</guid>
      <dc:creator>Garrett_DirSec</dc:creator>
      <dc:date>2020-03-17T23:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78612#M86756</link>
      <description>&lt;P&gt;Believe we have started (or will soon) an EA program for CloudGuard Connect for Users.&lt;BR /&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/332"&gt;@Tomer_Sole&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 23:59:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78612#M86756</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-03-17T23:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78627#M86757</link>
      <description>&lt;P&gt;I need this SmartEvent output in any format other than GUI.&amp;nbsp; XML/FlatFile/CSV, anything that I can use to inject the data into a customers' website in an automated fashion.&amp;nbsp; Why do we need this?&amp;nbsp; Because the customer needs this data for internal reasons that are beyond this thread.&amp;nbsp; Particularly I need to know username and time of connect or duration of connection.&amp;nbsp; Is there truly no way to do this other than to look at a GUI?&amp;nbsp; Any guidance would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 03:16:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78627#M86757</guid>
      <dc:creator>Paul_Warnagiris</dc:creator>
      <dc:date>2020-03-18T03:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78629#M86758</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/438"&gt;@Paul_Warnagiris&lt;/a&gt;&amp;nbsp;.&amp;nbsp; &amp;nbsp;this is a wonderful use-case.&amp;nbsp; &amp;nbsp; &amp;nbsp;My apologies for ignorance, are you saying the various CLI recommendations provided in thread don't address your needs?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my dream of dreams, the SmartEvent reports are generated via well documented API queries.&amp;nbsp; Thus, the API is the most mature and documented environment available and everyone is tripping over each other to out-do each other on results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 03:28:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78629#M86758</guid>
      <dc:creator>Garrett_DirSec</dc:creator>
      <dc:date>2020-03-18T03:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78634#M86759</link>
      <description>&lt;P&gt;It is in the works.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 06:13:44 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78634#M86759</guid>
      <dc:creator>Tomer_Sole</dc:creator>
      <dc:date>2020-03-18T06:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remote VPN users report</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78677#M86760</link>
      <description>&lt;P&gt;This is correct.&amp;nbsp; It does not address my problem.&amp;nbsp; I am capable of running Phoneboy's command and grabbing defined users, but not active users.&amp;nbsp; And it doesn't show time connected.&amp;nbsp; Most of the links are for historical reporting, even recently in the last 24 hours, but we are looking for something that is more real time.&lt;/P&gt;&lt;P&gt;This command below seems to have the most promise, but it doesn't show me duration of connection.&lt;/P&gt;&lt;P&gt;fw tab -t userc_rules -f&lt;/P&gt;&lt;P&gt;I get the user connected in the last 15 minutes, but I can't see the connected time.&lt;/P&gt;&lt;P&gt;What I'm trying to do specifically is to get a username and how long connected or when the user connected.&amp;nbsp; And it needs to be something that is scripted.&amp;nbsp; These are two of the data points shown in SmartViewMonitor&amp;gt;Users&amp;gt;All Users.&lt;/P&gt;&lt;P&gt;Unless I'm missing something I don't see it.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 11:54:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Remote-VPN-users-report/m-p/78677#M86760</guid>
      <dc:creator>Paul_Warnagiris</dc:creator>
      <dc:date>2020-03-18T11:54:23Z</dc:date>
    </item>
  </channel>
</rss>

