We are currently deploying a Zenoss server to monitor our network. One of the things we want to monitor on our virtual mikrotiks is the amount of active hotspot logins. Zenoss gets it’s information through SNMP and I’ve been unable to find a matching OID to get the information I need.
While browsing these forums I’ve found a Cisco OID (1.3.6.1.4.1.9.9.150.1.1.1.0//casnActiveTableEntries) that shows the active hotspot logins along with the active PPP tunnels. As the layout of my network uses 100 odd tunnels to link remote locations to our virtual mikrotiks the data I get from that OID gets poluted. I’ve found several OIDs that give information on one user and can be used to generate a list. (1.3.6.1.4.1.14988.1.1.5.1.1.x//mtxrHotspotActiveUsersTable)
Is there an OID I’ve missed or is there a way to count a list OIDs?