forked from etingof/snmpsim
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I'm not able to use snmp-record-commands with SNMPv3. I saw the code, but I wasn't able to get into
snmpsim/snmpsim/commands/cmd2rec.py
Line 273 in 491b57e
| if args.protocol_version == '3': |
snmpsim/snmpsim/commands/cmd2rec.py
Line 385 in 491b57e
| args.v3_context_name and args.v3_context_name.prettyPrint() or '<default>', args.v3_user, |
args.v3_context_name is a string and args.v3_context_name.prettyPrint() causes an error.
Is this a bug or am I doing something wrong?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels