User's Manual
Table Of Contents
- Table of Contents
- Introduction
- GO Wireless LAN Pico Base Station (WLP)
- Installation
- Configuring the WLP
- Connect and Access the WLP
- Configuring the Management Connectivity
- Configuring the Device Prompt
- Configuring the Radio Settings
- Configuring Multiple SSIDs
- Deleting an SSID
- Configuring the Mesh Network
- Configuring WDS CPE connection
- Configuring Authentication Types
- Configuring the Radius Client in the WLP
- Configuring Privacy Methods
- Saving the Configuration
- WLP Configuration Example
- Upgrading the WLP Software
- Appendix A: List of Acronyms
- Appendix B: Wiring Specifications
- Page 33 of 38 -
All contents are Copyright © 2006 GO Networks, Inc. All rights reserved.
For example, configuring SSID 1 with a pass phrase of 12345678:
/configure privacy wpa 1 key-mngmnt psk passphrase 12345678
/configure privacy wpa protocol wpa1
/configure privacy wpa data-encryption tkip
/configure privacy wpa gtk-interval 72000
/configure privacy wpa preauthentication disable
Saving the Configuration
Once you have modified the existing configuration file, save the file for
future use. To do this, issue the following CLI command:
copy running-configure startup-configure
WLP Configuration Example
The following example assumes that you are configuring a WLP from its
default configuration using the serial port. If the WLP device is configured
from the Ethernet, Dot11Radio or BHRadio, issuing any one of the
following commands could disconnect the user:
• Changing the IP address
• Changing the SSID or WDS configuration
##### configure management ip ####
go> /configure ip vlan none 192.168.30.102 255.255.255.0
go> /configure ip default-gateway 192.168.30.254
#### remove default bssid configuration ####
go> /configure interface Dot11Radio 0 ssid remove 1
go> /configure ssid 1 remove
#### configure a new bssid ####
go> /configure ssid 1 name MY-SSID vlan 0 privacy-method none type
bssid
go> /configure interface Dot11Radio 0 ssid add 1
#### mesh gateway configuration ####
go> /configure mesh mode gateway
go> /configure mesh network-id MyMeshNet
go> /configure mesh privacy AES passprash MyMeshKey
#### set channels and enable the radios ###
go> /configure interface Dot11Radio 0 channel 1
go> /configure interface Dot11radio 0 enable
go> /configure interface BHRadio 0 channel 157
go> /configure interface BHRadio 0 enable
#### save configuration ####
go> /copy running-config startup-config