etingof / pysnmp

Python SNMP library
http://snmplabs.com/pysnmp/
BSD 2-Clause "Simplified" License
576 stars 196 forks source link

Does Pysnmp support cloning SNMPv3 usernames? #387

Open waukeerules opened 3 years ago

waukeerules commented 3 years ago

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 :)

lextm commented 7 months ago

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.