Configures the SNMP community.
Config mode
This command is available only to users with the admin role.
A maximum of 256 community strings are supported.
All configured communities have READ-only permissions.
The following example configures the extremero community for the SNMP server and confirms the configuration with the show command.
device# configure terminal device(config)# snmp-server community extremero device(config)# end device# show snmp-server snmp-server community extremero snmp-server host 10.23.17.128 public 162 version 2c
The following example removes the extremero SNMP community.
device# configure terminal device(config)# no snmp-server community extremero