User's Manual

Table Of Contents
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.