On Thu, 13 Jun 2002, Lewis Bergman wrote:
I am looking for SNMP clues for using checkrad.pl which comes with ICRADIUS and hiperarc. The second issue is trying to get a count of active modem usage plotted through mrtg. All I can ever seem to get from any of the OID's I have seen is the system time.
Here's some useful OIDs from a snippet of an updated version of hiperarc.pl that we use here. You need to be running the latest versions of the HiPerARC firmware. %snmpget::OIDS = ('usrCfgNetIfName' => '1.3.6.1.4.1.429.4.1.7.1.2', 'usrNetLogicalId' => '1.3.6.1.4.1.429.4.1.7.1.7', 'usrCfgNetUserName' => '1.3.6.1.4.1.429.4.1.7.1.9', 'usrIpAddress' => '1.3.6.1.4.1.429.4.19.13.1.9.0.0.0.0', 'pppstat_oid' => '1.3.6.1.4.1.429.4.10.1.1.15', 'port_oid' => '1.3.6.1.4.1.429.4.2.1.46.1.6', 'ips_oid' => '1.3.6.1.4.1.429.4.2.1.46.1.7', 'starttime_oid' => '1.3.6.1.4.1.429.4.2.1.46.1.8', 'idletime_oid' => '1.3.6.1.4.1.429.4.2.1.46.1.9' );