Search code examples
phpsnmp

Is GETBULK snmp call available from php?


I'd like to use GETBULK snmp query from php scripts. Is it possible?


Solution

  • snmp2_real_walk uses getBulkRequest but may cause problems and isn't very configurable... just an FYI.

    Source: Two days of debugging why snmp2_real_walk wasn't working for a particular host ( turns out it was because the return packets were too big... I was using wireshark to capture the data).