User's Manual
Table Of Contents
- Contents
- List of Figures
- List of Tables
- About This Guide
- About the Radio Switch RS4000
- Installing the RS4000
- Configuring the Meru RS4000
- Managing and Monitoring the RS4000
- Command Reference
- MIB Definition Reference
- RFC 1212 MIB-System Group
- RFC 1213 MIB-Interface Group
- IEEE 802.11 MIB-Dot11 Counter Table (Statistics)
- Meru Enterprise MIB-AP System Entry
- Meru Enterprise MIB-Network Configuration MIB
- Meru Enterprise MIB-Load Balancing MIB
- Meru Enterprise MIB-Global Radius Profile Configuration MIB
- Meru Enterprise MIB-Meru Interface Table
- Meru Enterprise MIB-Trap Community Interface
- Meru Enterprise MIB-SNMP Community Interface
- Meru Enterprise MIB-SNMP Traps Flag
- Meru Enterprise MIB-Global Entry
- Meru Enterprise MIB-Syslog Table
- Meru Enterprise MIB-File Transfer Table
- Meru Enterprise MIB-Upgrade Flag
- Meru Enterprise MIB-Upgrade Status Flag
- Specifications
- Regulatory Information
- Channels
- Translated Safety Warnings
20 Meru Radio Switch RS4000 Reference Guide
Determine How the RS4000 Is To Be Managed
To start using SNMP, the following needs to be established:
z The IP address and community string of the server running the SNMP manager that can establish
Read Only sessions.
z The IP address and community string of the server running the SNMP manager that can establish
Read Write sessions.
When configuring the SNMP manager access, you can allow specific managers SNMP access by
defining the IP address of that manager, or allow all SNMP managers access, by using the default IP
address 0.0.0.0.
Configuring the SNMP Manager Settings
The commands to allow the SNMP Manager to communicate with the agent that resides in the RS4000
establish the type of SNMP operations the manager can perform. The SNMP manager can be
configured for ReadOnly operations, which allow SNMP get operations, or ReadWrite, which allow
SNMP get/set operations. Using the ReadWrite access allows remote configuration of the RS4000,
when used with the writable MIB objects.
Configuring ReadOnly Managers
The following commands enable ReadOnly communication (1), and set the IP address and community
string (used as a password) for an SNMP manager at IP address 192.168.200.100:
# set snmpcommunity ROPrivilege 1
# set snmpcommunity ROCommunityString CatsCradle
# set snmpcommunity ROManagerIpAddress 192.168.200.100
To allow all SNMP managers in the network to have read access, do not use the command set
snmpcommunity ROManagerIpAddress. Instead, the default setting 0.0.0.0 is used to allow all
SNMP managers with the community string CatsCradle.
Configuring ReadWrite Managers
The following commands enable ReadWrite communication (1), and set the IP address and
community string (used as a password) for an SNMP manager at IP address 192.168.300.100:
# set snmpcommunity RWPrivilege 1
# set snmpcommunity RWCommunityString CatsCradle
Caution!
As shipped, the system is set with a default password and default SNMP community
strings that allow documented access to the management interfaces. It is strongly recommended that
you change these default settings as soon as possible to prevent unauthorized access to your system.
The commands to perform these changes follow.
Note:
If need be, the default IP address can be reset by using the 0.0.0.0 address as argument to
the IP address command (snmpcommunity ROManagerIpAddress).