hi,
$a = snmpwalk("127.0.0.1", "public", "");
>
> Das Problem dabei ist nur, dass eine Fehlermeldung ausgegeben wird, anstatt der Inhalt des durch snmpwalk erzeugten Arrays (print\_r($a);). Die Fehlermeldung:
>
> [error]
> Warning: snmpwalk() [function.snmpwalk]: No response from 127.0.0.1 in ...
> [/error]
Hast du die Userkommentare zur Funktion im Manual berücksichtigt?
Besonders der aktuell oberste könnte interessant sein:
> http://mike.eire.ca
> 23-Mar-2005 10:54
> I found on Windows (PHP 5) an empty string did not return anything, it just timed out. I had to use null instead:
>
> <?php
> $a = snmpwalk("127.0.0.1", "public", null);
> ?>
gruß,
wahsaga
--
/voodoo.css:
#GeorgeWBush { position:absolute; bottom:-6ft; }