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
Command Reference 53
set radius
Specifies the RADIUS server configuration.
Syntax set radius primary_ip ip_addr
set radius primary_port port_number
set radius primary_secret secret
set radius secondary_ip ip_addr
set radius secondary_port port_number
set radius secondary_secret secret
Usage The radius commands configure parameters used to communicate with an existing network
RADIUS server. The RADIUS server is a key component of 802.1X WLAN security, as it
provides access management by checking an access list to authenticate a user that attempts to
join the WLAN. Many sites configure a primary and secondary RADIUS server to ensure the
continued availability of the authentication service, should the primary server become
unavailable.
The RADIUS server IP address must be specified, as well as a shared secret and port number.
Other configuration parameters set with command determine the amount of time a key is valid
before it is automatically changed, and the amount of time clients are allowed to connect to
the Radio Switch before they must reauthenticate themselves.
Examples The following commands set the primary RADIUS server IP address to 10.0.0.30, with a
shared secret of 2for10is, and port 1812.
# set radius primary_ip 10.0.0.30
# set radius primary_secret 2for10is
# set radius primary_port 1812
primary_ip ip_addr
secondary_ip ip_addr
Sets the primary (primary_ip ip_addr) and
secondary (secondary_ip ip_addr) RADIUS server
IP address. By default, 10.0.0.1 is set as the primary
IP address and 10.0.0.2 is set as the secondary.
primary_port port_number
secondary_port port_number
Sets the primary (primary_port port_number) and
secondary (secondary_port port_number)
RADIUS server IP port number. By default, 1812 is
set for both primary and secondary port numbers.
primary_secret secret
secondary_secret secret
Sets the primary (primary_secret secret) and
secondary (secondary_secret secret) RADIUS
server shared secret. A maximum of 32 characters
can be used for secret. By default, meru123 is set
for the primary secret and secondary secret.