02-21-2017 06:45 AM - edited 03-01-2019 01:04 PM
Hi folks,
Would please explain the difference between SNMPv3 options in the UCS
Noauth,Nopriv
authNopriv
authpriv
Solved! Go to Solution.
02-21-2017 07:16 AM
Hello,
SNMPv3 provides integrity, authentication, and encryption of the message (which is the community)
The explanation of the options are:
Noauth,Nopriv= No authentication and no privilege which means: authentication without encryption.
Use a username match for authentication
authNopriv= Authentication and No privilage wich means: Authentication + Hashing but still without encryption
provides authentication based on the Hash-Based Message Authentication Code (HMAC) Message Digest 5 (MD5) algorithm or the HMAC Secure Hash Algorithm (SHA)
authpriv= Authentication and Privilege: which means Authentication + Hashing + encryption and this option which make SNMPv3 secure
The same of authnopriv adding to it DES encryption.
02-21-2017 06:48 AM
Hello Dan,
Please review the following document for SNMPv3 security levels
http://www.cisco.com/c/en/us/td/docs/unified_computing/ucs/sw/gui/config/guide/2-0/b_UCSM_GUI_Configuration_Guide_2_0/b_UCSM_GUI_Configuration_Guide_2_0_chapter_0110.html#concept_0576224B1CDC41608A910AF8A16CD57A
Regards,
AJ Felts
(Cisco TAC)
02-21-2017 07:16 AM
Hello,
SNMPv3 provides integrity, authentication, and encryption of the message (which is the community)
The explanation of the options are:
Noauth,Nopriv= No authentication and no privilege which means: authentication without encryption.
Use a username match for authentication
authNopriv= Authentication and No privilage wich means: Authentication + Hashing but still without encryption
provides authentication based on the Hash-Based Message Authentication Code (HMAC) Message Digest 5 (MD5) algorithm or the HMAC Secure Hash Algorithm (SHA)
authpriv= Authentication and Privilege: which means Authentication + Hashing + encryption and this option which make SNMPv3 secure
The same of authnopriv adding to it DES encryption.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide