Does anyone know if there is a way to see client connections by type on these devices or has anyone been able to monitor for this type of info?
Seen this? https://thwack.solarwinds.com/docs/DOC-50516
<?xml version="1.0" encoding="UTF-8"?>
<CustomPollers><CustomPoller UniqueName="Firepass_Active_Sessions" Description="Number of current server sessions" OID="1.3.6.1.4.1.3375.1.10.100.4" MIB="FIREPASS-SYSTEM-MIB:fp1000ServerSessions" SNMPGetType="GetNext" NetObjectPrefix="N" GroupName="Firepass" PollerType="R" Parser="Gauge" IncludeHistory="True" Unit="" TimeUnitId="0" TimeUnitQuantity="1" DefaultDisplayTimeUnitId="0"/></CustomPollers>
Same OID (1.3.6.1.4.1.3375.1.10.100.4) is mentioned here: https://devcentral.f5.com/questions/report-for-firepass-concurrent-users
fp1000ServerSessions 1.3.6.1.4.1.3375.1.10.100.3
fp1000DesktopSessions 1.3.6.1.4.1.3375.1.10.100.4
Thanks for the response. That looks a bit dated and I'm not sure provides much more than what I already have unfortunately. I have the connection counts, was hoping for a more granular break down. IE: PC vs. MAC agents that are connected to the VPN, so that could maybe do some reporting around vague numbers of VPN related issues and see which is really having the problem.