Technical data

282 Meru System Director Configuration Guide © 2012 Meru Networks, Inc.
SNMP Configuration
Configure SNMP Service on a Meru Controller With the CLI
Set up the SNMP server community with a specific IP address with these commands:
default# configure terminal
default(config)#
default(config)# snmp-server community public 0.0.0.0 rw
default(config)# end
default# show snmp-community
SNMP Community Client IP Privilege
public 0.0.0.0 read-write
SNMP Community Management(1 entry)
default#
Set up the trap community with a specific IP address with these commands:
default# configure terminal
default(config)# snmp-server trap public 10.0.220.30
default(config)# end
default# show snmp-trap
Trap Community Destination IP
public 10.0.220.30
SNMP Trap Management(1 entry)
Configure SNMP Service on a Meru Controller With the Web UI
Set up the SNMP server community with a specific IP address by following these steps:
1. Open a Web Browser(IE or Firefox), enter the system IP address (example:
https://172.29.0.133) and then enter a user name and password (factory default
user name/password is admin/admin).
2. Click Configuration > SNMP > Setup > SNMP Community Management > Add.
snmp-server description text
Sets the system description string. For example:
snmp-server description main controller
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.
Table 23: Configure SNMP Description, Contact and Location
Command Purpose