Skip to content

Instantly share code, notes, and snippets.

@goffinet
Created December 5, 2016 21:02
Show Gist options
  • Save goffinet/44e323864d0ed936b1a9faaea5428beb to your computer and use it in GitHub Desktop.
Save goffinet/44e323864d0ed936b1a9faaea5428beb to your computer and use it in GitHub Desktop.
snmpwalk v3 authPriv
USER=SNMPAdmin
PASSWORD=SNMPpassword
SECRET=SNMPSecret
HOST=127.0.0.1
snmpwalk -v3 -l authPriv -u $USER -a MD5 -A $PASSWORD -x DES -X $SECRET $HOST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment