SNMP

SNMP, the Simple Network Management Protocol, is a protocol for Internet network management. It was first described in RFC 1089. One place to start learning about SNMP is SNMP Research at < http://www.snmp.com/>. To use these functions under UNIX, you must have the UCD SNMP libraries. You can find them at <http://ucd-snmp.ucdavis.edu/>. Documentation at this site is more specific to the library PHP uses. I've attempted to follow their examples by translating them into equivalent PHP code.

At the time of this writing, no SNMP extension for Windows was available for PHP4. Presumably, the name would be php_snmp.dll. PHP3's library was called php3_snmp.dll. It did not use the UCD SNMP libraries and was available under Windows NT only. You can ...

Get Core PHP Programming: Using PHP to Build Dynamic Web Sites now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.