Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

snmp-record-commands with SNMPv3 #20

Open
jabaa opened this issue Sep 29, 2023 · 0 comments
Open

snmp-record-commands with SNMPv3 #20

jabaa opened this issue Sep 29, 2023 · 0 comments

Comments

@jabaa
Copy link

jabaa commented Sep 29, 2023

I'm not able to use snmp-record-commands with SNMPv3. I saw the code, but I wasn't able to get into

if args.protocol_version == '3':
. The argument parser doesn't allow version. I modified the code and got an error in
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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant