Skip to content

Instantly share code, notes, and snippets.

@azizshamim
Created June 4, 2010 19:49
Show Gist options
  • Save azizshamim/425863 to your computer and use it in GitHub Desktop.
Save azizshamim/425863 to your computer and use it in GitHub Desktop.
# cat snmpd.conf
rouser sysadmin priv
createUser sysadmin MD5 "mypassword1" AES "mypassphrase1"
# snmpwalk -v3 -u sysadmin -l authPriv -a md5 -A mypassword1 -x aes -X mypassphrase1 localhost system.sysDescr.0
snmpwalk: Unsupported security level (Sub-id not found: (top) -> system)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment