Dmitry Alimov
Dmitry Alimov
Hi @WorksWellWithOthers! Current version does not support Trap PDUs.
Hi @jonbelokiarr! Could you please show the logs and config file (it it is not default).
@jonbelokiarr Looks like images were not attached :(
Hi! SNMP v3 requires cryptographic functions, so to support it, it is needed to add some third party dependencies and update the code. On Wed, 25 Aug 2021 at 15:38,...
@jonbelokiarr I mean update the code of server to support, for example, packets encryption.
Hi @feng99. Yes, currently there is no support of v3. You can add it if you want.
About trap pattern: it was added in this PR https://github.com/delimitry/snmp-server/pull/41 so it should work
Hi @tseatah try to use: octet_string('\xd0\x11\xe5\x9e\x25\x8d') or octet_string(bytes.fromhex('d011e59e258d').decode('latin'))