- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- How can I export all tunnel VPN users to CSV?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I export all tunnel VPN users to CSV?
Hello,
Is it possible to export all users that are currently connected through VPN? I am able to view this information in the GUI of SmartConsole but there is no easy way to export this information. I am looking to include the username and IP of each user when exporting. Pardon my experience as I am a beginner... any help or guidance in the right direction is greatly appreciated!
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
From the relevant gateway, you can execute the command:
fw tab -t userc_users -f -u
It will require a small amount of scripting to get it into the desired format.
One example: https://community.checkpoint.com/t5/Scripts/Show-VPN-Users-One-liner/m-p/134011#M890
