pysnmp icon indicating copy to clipboard operation
pysnmp copied to clipboard

Does Pysnmp support cloning SNMPv3 usernames?

Open waukeerules opened this issue 3 years ago • 1 comments

I've been doing a bit of research on pysnmp - I've been able to perform read/write actions to collect MIB output from Axis cameras. It seems to be very promising, but I've hit a dead end. I am curious about how I go about cloning an existing username from the usmUserTable (1.3.6.1.6.3.15). Has anyone had any success with this task through pysnmp? I have about 5000 cameras that I would otherwise have to do this all manually through.

Any help would be greatly appreciated. If anyone has a suggestion here or an alternative option I am all ears :)

waukeerules avatar Dec 07 '20 00:12 waukeerules

Since this is a Python package, and you can write business logic in Python, I wonder why you cannot move further.

However, "cloning an existing username from the usmUserTable (1.3.6.1.6.3.15)" doesn't sound like a typical operations related to SNMP, so you need to explain clearly what you attempt to achieve.

lextm avatar Feb 11 '24 02:02 lextm