Kerstin: SNMP-Funktion: No Response from ...

Beitrag lesen

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);
?>

jupp, das hatte ich gleich als erstes probiert. ging auch nicht. Allerdings hatte ich eben noch eine Eingebung und anstatt null einfach eine 0 eingetippt. Da gings dann plötzlich. Merkwürdigerweise war das Array aber leer ...
Mit snmpget("127.0.0.1", "public", ".1.3.6.1.2.1.1.1.0") wird mir dann aber meine Systembeschreibung angezeigt. Ich werte das nunmehr als funktionstüchtig und danke dir.

Gruß,
Kerstin