SNMP icon indicating copy to clipboard operation
SNMP copied to clipboard

A Pure PHP SNMP Library.

Results 11 SNMP issues
Sort by recently updated
recently updated
newest added

I have begun working on using this class, and it works great. However I am running into trouble when invalid information is passed to the class. I specifically am testing...

hey! your lib seems to be in the right direction! what do you think to add [reactPHP](https://reactphp.org/) support?

please ask me, where is mibs data ? i have add my mibs. My MIBs location /usr/share/snmp/mibs, but laravel not see.

I have begun testing with your example, and the walks are going really well, now that I installed GMP and it can handle the 64 bit counters correctly. However I...

needs investigation

Hello, I constantly get the error of the first attached image. Is this is caused by CPU usage of the device, connection, or what? And how to avoid that? Is...

needs investigation

This library should have some sort of general SNMP server component for replying to SNMP client requests. There is already a Trap Sink component capable of handling incoming client requests....

enhancement
work in progress

SnmpClient gives deprication warning when using walk method. PHP 8.4 has depricated the following: implicitly marking parameter as nullable https://dev.to/gromnan/fix-php-84-deprecation-implicitly-marking-parameter-as-nullable-is-deprecated-the-explicit-nullable-type-must-be-used-instead-5gp3

Using this package with PHP 8.3 I was trapped in an exception caused by a call of _openssl_encrypt_ in the PrivacyTrait.php module. The message was 'Unable to encrypt the scopedPdu...

When using the SnmpClient to send v3 traps I get following exception: `FreeDSx\Snmp\Exception\ProtocolException : Expected a SNMPv3 response, but got: v0` The problem is, that `\FreeDSx\Snmp\Protocol\ClientProtocolHandler::sendRequestGetResponse` returns null for a...

I am working on an api frontend for snmp data using LARAVEL 12.46.0 on PHP 8.5.1 I am getting the "SNMP version 3 is not supported" error when I try...