USM user entry will be overridden while adding v3 user for traps
Opened this issue · 2 comments
I noticed that pysnmpUsmSecretEntry
is stored/fetched on basis on security name which can be same for two different devices with same user but only difference being engine-id, so if we add two users (say user 1 and user 2) with user having same username and security name but different engine-id and credentials for auth protocol and priv protocol, only last added user's entry (say user 2) will be available in pysnmpUsmSecretEntry
so will that cause any issue in processing of traps from user 1?
Ref:
https://github.com/lextudio/pysnmp/blob/main/pysnmp/entity/config.py#L217
https://github.com/lextudio/pysnmp/blob/main/pysnmp/entity/config.py#L340
New issues are marked as low priority by default. Becoming our commercial customers, and then your reports are handled with higher priority after triage.
@lextm any input on above?