User guide

Chapter 7: Using the Command Line Interface
163
Example
This command assigns "encryp-key" as the PSK.
config:# wireless PSK encryp-key
Setting the BSSID
This command syntax specifies the BSSID.
config:# wireless BSSID <bssid>
Variables:
<bssid> is the MAC address of the wireless access point.
Example
The following command specifies that the BSSID is 00:14:6C:7E:43:81.
config:# wireless BSSID 00:14:6C:7E:43:81
Setting the Network Parameters
A network configuration command begins with network.
The commands are case sensitive so ensure you capitalize them
correctly.
Setting the IP Configuration Mode
This command syntax selects the IP configuration mode.
config:# network ipConfigurationMode <mode>
Variables:
<mode> is one of the modes: dhcp or static.
Mode Description
dhcp The IP configuration mode is set to DHCP.
static The IP configuration mode is set to static IP
address.
Example
The following command enables the Static IP configuration mode.
config:# network ipConfigurationMode static