Edit report at https://bugs.php.net/bug.php?id=40816&edit=1
ID: 40816 Updated by: lytbo...@php.net Reported by: ch at westend dot com Summary: Add "snmptranslate" function -Status: Open +Status: Feedback Type: Feature/Change Request Package: SNMP related Operating System: linux PHP Version: 5.2.1 -Assigned To: +Assigned To: lytboris Block user comment: N Private report: N New Comment: Please try using this snapshot: http://snaps.php.net/php5.4-latest.tar.gz For Windows: http://windows.php.net/snapshots/ Please try another approach: all methods that performs remote agent query raise $object->errno == SNMP::ERRNO_OID_PARSING_ERROR even before query itself, indicating that some of OID (and/or type for set method) was not parsed correctly. Since OO API allows to set multiple OID on single method call this should help. Mind that OID parsing is made in chunks with length of $object->max_oids. Thus if you supply array of OIDs that is bigger than $object->max_oids and bogus OID will be in the end of array, this error will be raised *after* processing (e.g. making query) the first part. Previous Comments: ------------------------------------------------------------------------ [2007-03-15 11:05:51] ch at westend dot com Description: ------------ Hello Please make a PHP pendant to /usr/bin/snmptranslate. It's handy to check if all MIBs are installed so that the program does not crash somewhere after already having set the first X OIDs and then encountering one untranslatable. bye, -christian- Reproduce code: --------------- - Expected result: ---------------- - Actual result: -------------- - ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=40816&edit=1