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 49
set ip
Sets network configuration settings.
Syntax set ip boot_protocol {dhcp | static addr IP_address netmask subnet_address}
set ip gateway IP_address
set ip domain domain_name
set ip dns[1-4] IP_address
Usage The set ip commands set basic networking parameters that the Radio Switch uses to connect
to the network.
First enter the command set ip boot_protocol static addr IP_address netmask
subnet_address or set ip dhcp to establish how the Radio Switch receives its IP address after
booting up. By default, the RS4000 is configured with the IP address/netmask
192.168.1.1/255.255.255.0. With the setting dhcp, the switch automatically receives its IP
address and associated network mask settings, as well as the gateway IP address from the
DHCP server.
If the static keyword is used , the additional keywords and values for addr and netmask must
be given, as well as the set ip gateway command.
The set ip domain command sets the domain name for the network. The set ip dns1through
set ip dns4 commands allow setting up to 4 Domain Name Server IP addresses, where dns1
is the primary server, dns2 is the secondary server, and so forth.
dhcp Specifies that the Radio Switch boots with DHCP. The
default setting is static addressing.
static addr IP_address netmask
subnet_address
Specifies that the Radio Switch boots with the static IP
address specified by IP_address and the netmask
specified by subnet_address . By default, the IP
address is set to 192.168.1.1 and the netmask is set to
255.255.255.0.
gateway IP_address Specifies the gateway IP address that the Radio Switch
uses.
domain domain_name Specifies the domain name of the domain where the
Radio Switch resides. The domain name can be a
maximum of 32 characters.
dns1 IP_address
dns2 IP_address
dns3 IP_address
dns4 IP_address
Specifies up to four different DNS IP addresses.