USM user entry will be overridden while adding v3 user for traps #137
Labels
area:pysnmp
PySNMP package
priority:low
Low priority items.
question
Further information is requested
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 inpysnmpUsmSecretEntry
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
The text was updated successfully, but these errors were encountered: