PHP SNMP Functions
As part of a project, I have utilised PHPs SNMP functions and after some testing, I have found that SNMPWalk is considerably slower than multiple SNMPGet. I was aiming to retrieve 6 Objects from a MIB; the device being polled was attached via a 100mbps network link. I decided to run SNMPGet within a loop [...]
Continue Reading →