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

Documentation SNMPv3 key #8

Open
millingworth opened this issue Aug 30, 2018 · 0 comments
Open

Documentation SNMPv3 key #8

millingworth opened this issue Aug 30, 2018 · 0 comments

Comments

@millingworth
Copy link

In your readme for SNMPv3 you have the key listed as:

LLD.py["-h", {HOST.CONN}, "-v3", "-u{$SNMP_USER}", "-l{$SNMP_LEVEL}", "-aSHA", "-A{$SNMP_AUTH}", "-xAES", "-X{$SNMP_PRIV}", "-mi", "{#PEERADDR}", "-m", "{#PREFXTBL}", "{#ADDRTYPE}", "{#ASNUM}"]

I had to change the format to get this working:

LLD.py["-h", {HOST.CONN}, "-v", "3",  "-l", "authPriv", "-u", "{$SNMP_SECURITY}", "-a", "SHA", "-A", "{$SNMP_AUTH}", "-x", "AES", "-X", "{$SNMP_PRIV}", "-mi", "{#PEERADDR}", "-m", "{#PREFXTBL}", "{#ADDRTYPE}", "{#ASNUM}"]
@millingworth millingworth changed the title SNMPv3 Documentation SNMPv3 key Aug 30, 2018
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