0
2.2kviews
| written 6.4 years ago by |
It defines the type of security algorithm performed on SNMP packets. These are used in only SNMPv3. There are 3 security levels namely:
1. noAuthNoPriv:
This (no authentication, no privacy) security level uses community string for authentication and no encryption for privacy.
2. authNopriv: This security level (authentication, no privacy) …