]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
* Use CISCO-POP-MGMT-MIB in snmpfinger instead of CISCO-CALL-HISTORY-MIB. Thanks to
authorkkalev <kkalev>
Mon, 25 Nov 2002 16:35:35 +0000 (16:35 +0000)
committerkkalev <kkalev>
Mon, 25 Nov 2002 16:35:35 +0000 (16:35 +0000)
  Evren Yurtesen <eyurtese@turkuamk.fi> for the suggestion.
* Also do the same in checkrad for cisco routers

Changelog
bin/snmpfinger

index aa2b0eab6a268079fde8418a850f61cdbc4d3bd3..dc6c69033e16cb4b087da3e18a3d29c80bb2d1ee 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -9,6 +9,8 @@ Ver 1.62:
 * Work even when register_globals if off. Suggestion from Evren Yurtesen <eyurtese@turkuamk.fi>
   Also add an entry in the FAQ about that.
 * We don't need ORDER BY GroupName in show_groups.php3 since we have GROUP BY
+* Use CISCO-POP-MGMT-MIB in snmpfinger instead of CISCO-CALL-HISTORY-MIB. Thanks to
+  Evren Yurtesen <eyurtese@turkuamk.fi> for the suggestion.
 Ver 1.61:
 * Add a string encoder for greek
 * If general_decode_normal_attributes is set then encode attributes in lib/ldap/change_info. In the near future
index 6d9ca805f2610511e1dd2feb8322b91d2c0f74fa..f28eb7134aa7096838f5b25ee8193a5886f76adf 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){