1. Home
  2. Security Hardening
  3. CIS Cisco IOS 16 L1 V1.1.1
  4. Unset ‘private’ for ‘snmp-server community’

Unset ‘private’ for ‘snmp-server community’

Details

An SNMP community string permits read-only access to all objects.

Rationale:

The default community string ‘private’ is well known. Using easy to guess, well known community string poses a threat that an attacker can effortlessly gain unauthorized access to the device.

Impact:

To reduce the risk of unauthorized access, Organizations should disable default, easy to guess, settings such as the ‘private’ setting for snmp-server community.

Solution

Disable the default SNMP community string private

hostname(config)#no snmp-server community {private}

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: System and Information Integrity.This control applies to the following type of system Cisco.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles