* Use CISCO-POP-MGMT-MIB in snmpfinger instead of CISCO-CALL-HISTORY-MIB. Thanks to
[freeradius.git] / dialup_admin / bin / snmpfinger
index 6d9ca80..f28eb71 100755 (executable)
@@ -1,13 +1,13 @@
 #!/usr/bin/perl
 
-$SNMPWALK="/usr/local/snmpd/bin/snmpwalk";
+$SNMPWALK="/usr/bin/snmpwalk";
 $host=shift;
 $comm=shift || 'public';
 
 $walk =`$SNMPWALK $host $comm .iso.org.dod.internet.private.enterprises.9.9.150.1.1.3.1.2`;
 if ($walk =~ /^$/){
        $walk =`$SNMPWALK $host $comm .iso.org.dod.internet.private.enterprises.9.2.9.2.1.18`;
-       $walk.=`$SNMPWALK $host $comm .iso.org.dod.internet.private.enterprises.9.9.27.1.1.3.1.7`;
+       $walk.=`$SNMPWALK $host $comm .iso.org.dod.internet.private.enterprises.9.10.19.1.3.1.1.3`;
 }
 
 while($walk=~/\"([\w\-]+?)\"/g){