Skip to content

Tags: FreeDSx/SNMP

Tags

0.5.0

Toggle 0.5.0's commit message
Update the changelog.

0.4.2

Toggle 0.4.2's commit message
* Support PHP 8.0 / 8.1.

* Add a method to close the underlying socket connection on the client.

0.4.1

Toggle 0.4.1's commit message
* Fix a bug with v3 authentication with certain devices (missing cont…

…extEngineId).

* PHPStan introduced for static analysis (@simPod).

0.4.0

Toggle 0.4.0's commit message
* Update the ASN.1 / Socket versions for performance / memory improve…

…ments.

* The SnmpWalk helper will now default to sending getBulk requests if the SNMP version is 2 or 3.
* Added a getOid() method to SnmpWalk as an alias of next().
* Allow a leading dot "." on OIDs being sent. It will strip the dot when encoding.

0.3.2

Toggle 0.3.2's commit message
* Fix privacy handling in the trap sink.

* Be more defensive about how exceptions are handled in the trap sink.
* Throw a more descriptive message if a PDU cannot be assembled after being decrypted.
* Update the privacy interface to be consistent.
* Add more specs around USM response types and privacy in general.

0.3.1

Toggle 0.3.1's commit message
* Fix handling of 64-bit counters (BigCounter). Suggest the GMP exten…

…sion.

0.3.0

Toggle 0.3.0's commit message
* Provide a trap sink class to act as a server and collect incoming t…

…raps.

* Add better engine ID handling / the ability to generate and parse engine IDs.
* SNMP v3 traps are now sent using a locally generated engine ID / time.
* The context_engine_id option has been renamed to engine_id.
* Correct the order of the EngineId check on incoming messages.
* Validate the time window on incoming messages.
* Update the cached time, if applicable, based off current remote engine time.

0.2.0

Toggle 0.2.0's commit message
* Provide an SNMP walker helper class with a simple API.

* Add better USM time synchronization.
* Authenticate incoming messages for USM.
* Generate proper IDs for SNMP v3 PDUs.
* Validate the ID number that was received.
* Restrict SNMP versions to only the PDUs that they support.
* Provide better USM related error messages.
* Throw an SnmpRequestException on unhandled Report PDUs.
* Make the SNMP Message nullable for SnmpRequestExceptions.

0.1.0

Toggle 0.1.0's commit message
Initial release.