Perform monitoring of the network infrastructure, can this safely be done with SNMPv2

Securitysnmp

I need to perform monitoring of my network infrastructure but I'm wondering if using SNMPv2 is secure? What are the weaknesses of SNMPv2?

Best Answer

If SNMPv3 is not an option you can do some things to help secure SNMPv2 better.

  1. Don't enable the Read-Write string. There are very few reasons to enabled it.
  2. Choose community strings that are more complex and remove any that are 'private' or 'public'.
  3. Use an access-list on the community string to restrict what IP addresses can poll the device.
  4. Do not enable 'system-shutdown' option.
  5. Use a different community string for SNMP traps vs the polling SNMP string.
Related Topic