We can use 3 level security for snmp version 3: noAuthNoPriv authNoPriv authPriv I want to use authPriv becuse of more security than other one:
1 2 3 4 |
#conf t #snmp-server group monitoring v3 priv #snmp-server "Enter-Security-Name" monitoring v3 auth md5 ”Enter-Authentication-passphrase” priv aes 128 ”Enter-Privacy-passphrase” #do wri |
Edit “Enter-Security-Name”,”Enter-Authentication-passphrase” and ”Enter-Privacy-passphrase” with your data For testing your device you can use snmpwalk…