Technical data

SNMP Configuration
© 2012 Meru Networks, Inc. Configuring SNMP 277
Read-only. Management stations with the community string can view all objects
in the MIB, but cannot modify them.
Read-write. This gives read and write access to authorized management stations
to all objects in the MIB.
To configure community strings, enter privileged EXEC mode, and follow these steps:
Trap Managers
A trap manager is a management station that receives and processes traps. The
controller can have an unlimited number of trap managers. Trap managers are
grouped into communities. A single community may have one or more hosts, which
are specified as IP addresses.
Table 21: Configuring SNMP Community Strings
Command Purpose
configure terminal
Enter global configuration mode.
snmp-server community string host
{ro|rw}
Creates a new SNMP community string with the
specified host and privileges. The host can either be a
host name or an IP address in the format
255.255.255.255. The access privileges can be either
read-only (ro) or read-write (rw).
end
Return to privileged EXEC mode
show running-config
Verify your entries.
copy running-config startup-config
(Optional) Save your entries in the configuration file.