Xirrus WDS Configuration Guide

Size: px
Start display at page:

Download "Xirrus WDS Configuration Guide"

Transcription

1 Xirrus WDS Configuration Guide Initial Creation Date: October 23, 2006 Author: Omar F. Tarzi Version:

2 Table of Contents Table of Contents...2 Revision History...3 WDS Scenario...4 Introduction...5 Configuring an OPEN WDS-link scenario:...7 Host Array SSID Configuration...7 Client Array SSID Configuration...7 Client Array WDS Configuration...8 Assigning WDS-Client-Links to IAPs...9 WDS table on the Host Array:...9 Stations Table on the Host Array:...10 Configuring a WEP WDS-link scenario:...10 Host Array SSID Configuration...10 Client Array SSID Configuration...11 Configuring a WPA-PEAP WDS-link scenario:...12 Client Array SSID Configuration...12 Host Array SSID Configuration...13 Client Array WDS Client-Link PEAP configuration...14 Configuring a WPA-PSK WDS client-link scenario:...15 Client Array SSID Configuration...15 Client Array WDS Client-Link PSK configuration...16 Configuring VLANs across WDS links...17 WDS VLAN Scenario...17 Client Array VLAN Configuration...18 Host Array VLAN Configuration...20 Omnipeek WDS (802.1Q) Frame Sample

3 Revision History Date Version Name Comments 7/18/06 Ver 6 Omar Added a NOTE on page9 in regards to WPA/2 Cipher 10/23/06 Ver 7 Omar Added a NOTE on page4 in regards to IP addressing conflicts 8/25/07 Ver 8 Omar Replaced Node1 and Node 2 with Client and Host 8/25/07 Ver 8 Omar Replaced the 1 radio link with 3 bonded radio link 8/25/07 Ver 8 Omar Added VLAN configuration scenario across a WDS link 8/25/07 Ver 8 Omar Added Table of Contents This doc is getting big 8/28/07 Ver 8 Omar Replaced all CLI examples with recent dumps 8/29/07 Ver 8 Omar Added 802.1Q VLAN OmniPeek Frame Sample - 3 -

4 WDS Scenario - 4 -

5 Introduction Prior to configuring your WDS scenario ensure that you know the root MAC addresses of all the Arrays involved in your network. These addresses are extremely important in order to ensure smooth deployment. In order to get these MAC addresses, you will need to access each Array using a serial connection, telnet, SSH. Furthermore, ensure that in your deployment, the radios that will be used for WDS are on the same channel and facing at each other. The Host Array should be the only Array on the wired segment. If the Client Array is the device on the wired segment, you may run into a situation where you will no longer be able to manage the Client Array via Telnet, SSH and HTTPs. When configuring WDS with factory restored Arrays, if there is no DHCP server present on the network, the GIG ports on both Arrays will fall back to by defaults. If both Arrays fall back to the same IP address you may encounter inconsistencies while configuring your Arrays. Set one Array GIG IP to an address other than the default For example use for one and leave the second Array on Once logged into the Host Array, do the following: Xirrus Wi-Fi Array ArrayOS Version Copyright (c) Xirrus, Inc. Username: admin Password: ***** HostArray# configure HostArray(config)# interface iap HostArray(config-iap)# wds HostArray(config-iap-wds)# show WDS Client Link Summary Table ======================================= Link State Max IAP Target Array Target SSID IAP(s) Channel(s) off 1 2 off 1 3 off 1 4 off 1 WDS Host Link Summary Table ======================================= Link State Num IAP Source Array Source SSID IAP(s) Channel(s) off 2 off 3 off 4 off This Array Address: 00:0f:7d:04:15:c0 HostArray(config-iap-wds)# The MAC address for the Host Array is 00:0f:7d:04:15:c0 (remember that your root MAC address will differ than the ones specified in this document). Take note of this MAC address. You are only required to - 5 -

6 do this on the Host Array. All Client Arrays will use this MAC address as a WDS Target MAC (This will be discussed later.) WDS target addresses must end with 00, 40, 80, or c0. The following diagram will give you an understanding of how WDS links and Max IAP are to be perceived. The WDS Links are not bound to the a radios only, the Administrator can configure WDS Links on bg radios and can have a mix of a and bg WDS Links as well. This document describes the configuration of a 1 Link, 3 MAX IAP WDS scenario. Description of the WDS commands which will be used in this Execute command from history auto_channel Automatically assign channels to all IAPs & WDS client links client-link Select WDS client link to configure end Exit configuration mode exit Go up one mode level help Description of the interactive help system history Display history of commands executed load Load running configuration from flash more Turn on or off terminal pagination quit Exit the command line interface reset Reset all WDS client links to off save Save running configuration to flash show Display current information about the selected item statistics Display statistics top Return to top level of configuration mode uptime Display time since last boot <1-4> Enter WDS client link number - 6 -

7 Configuring an OPEN WDS-link scenario: 1. Configure an SSID which will be used for your WDS link. Since the Array allows a maximum of 16 SSIDs, it is good practice (however not a requirement) not to allow wireless client associations on the WDS SSID. Create a different SSID for your service. In the configuration below, xirrus will be used as a service SSID for Wireless Devices and wds-link will be used for the WDS Link. In order to configure an SSID on the Host and Client Arrays, do the following on both: Host Array SSID Configuration HostArray# configure HostArray(config)# ssid HostArray(config-ssid)# add wds-link encryption none broadcast enable HostArray(config-ssid)# show SSID Summary Table Authentication & Security Web Page SSID Name Encryption Settings VLAN Name Number QoS Band Broadcast DHCP Pool Redirect xirrus Open None Global - 2 Both On none Disabled wds-link Open None Global - 2 Both On none Disabled HostArray(config-ssid)# Client Array SSID Configuration ClientArray# configure ClientArray(config)# ssid ClientArray(config-ssid)# add wds-link encryption none broadcast enable ClientArray(config-ssid)# show SSID Summary Table Authentication & Security Web Page SSID Name Encryption Settings VLAN Name Number QoS Band Broadcast DHCP Pool Redirect xirrus Open None Global - 2 Both On none Disabled wds-link Open None Global - 2 Both On none Disabled ClientArray(config-ssid)# - 7 -

8 2. Once your SSIDs have been configured, you will need to configure the WDS links. On the Client Array, do the following: Client Array WDS Configuration ClientArray# configure ClientArray(config)# interface iap ClientArray(config-iap)# wds ClientArray(config-iap-wds)# client-link 1 target 00:0f:7d:04:15:c0 ssid wds-link max-iap 3 ClientArray(config-iap-wds)# client-link 1 on ClientArray(config-iap-wds)# show WDS Client Link Summary Table ======================================= Link State Max IAP Target Array Target SSID IAP(s) Channel(s) on 3 00:0f:7d:04:15:c0 wds-link 2 off 1 3 off 1 4 off 1 WDS Host Link Summary Table ======================================= Link State Num IAP Source Array Source SSID IAP(s) Channel(s) off 2 off 3 off 4 off This Array Address: 00:0f:7d:04:fd:80 ClientArray(config-iap-wds)# - 8 -

9 3. On the Host and Client Arrays select 6 IAPs (3 IAPs on each Array) facing one another on the same channel and assign the WDS client-link number only on the Client Array. Do the following: On the Client Array: Assigning WDS-Client-Links to IAPs ClientArray# configure ClientArray(config)# interface iap ClientArray(config-iap)# a1 wds-client-link 1 ClientArray(config-iap)# a12 wds-client-link 1 ClientArray(config-iap)# a11 wds-client-link 1 ClientArray(config-iap)# show IAP Summary Table Cell TX RX IAP State Channel Antenna Size Power Threshold Stations WDS MAC address / BSSID Description a1 up 40 int-dir max 20dBm -90dBm 0 C-1 00:0f:7d:04:fe:10-11 a2 down 52 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fe:30-31 a3 down 149 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fe:40-41 a4 down 40 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fe:50-51 a5 down 56 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fe:70-71 a6 down 157 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:80-81 a7 down 44 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:90-91 a8 down 60 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:b0-b1 a9 down 153 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:c0-c1 a10 down 48 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:d0-d1 a11 up 157 int-dir max 20dBm -90dBm 0 C-1 00:0f:7d:04:fd:f0-f1 a12 up 56 int-dir max 20dBm -90dBm 0 C-1 00:0f:7d:04:fe:00-01 abg1 down 1 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fe:20-21 abg2 up monitor int-omni manual 20dBm -95dBm 0 00:0f:7d:04:fe:60-61 abg3 down 11 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:a0-a1 abg4 down 6 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:e0-e1 ClientArray(config-iap)# 4. Other than the SSID configuration, there is no WDS configuration required on the Host Array. In order to ensure that the WDS links are associated, two things can be done. View the WDS table or the station table, both are described below. WDS table on the Host Array: HostArray# configure HostArray(config)# interface iap HostArray(config-iap)# wds HostArray(config-iap-wds)# show WDS Client Link Summary Table ======================================= Link State Max IAP Target Array Target SSID IAP(s) Channel(s) off 1 2 off 1 3 off 1 4 off 1 WDS Host Link Summary Table ======================================= Link State Num IAP Source Array Source SSID IAP(s) Channel(s) on 3 00:0f:7d:04:fd:80 wds-link a4 a5 a off 3 off 4 off This Array Address: 00:0f:7d:04:15:c0-9 -

10 Stations Table on the Host Array: HostArray# configure HostArray(config)# show stations all Rates MAC Address Netbios Name IP Address Manufacturer SSID VLAN IAP TX RX RSSI Time D:H:M :0f:7d:04:fd:f1 WDS_HOST_LINK_1 Xirrus wds-link - a :00:08 00:0f:7d:04:fe:01 WDS_HOST_LINK_1 Xirrus wds-link - a :00:08 00:0f:7d:04:fe:11 WDS_HOST_LINK_1 Xirrus wds-link - a :00:08 HostArray(config)# Configuring a WEP WDS-link scenario: When changing the security profile of your SSID to WEP, the WDS configuration will remain the same. Please refer to step 2 4 of the Configuring an OPEN WDS-link scenario section once your SSID has been configured on both the Host and Client Arrays. Host Array SSID Configuration HostArray# configure HostArray(config)# ssid HostArray(config-ssid)# add wds-wep encryption wep unique_settings broadcast enable HostArray(config-ssid)# edit wds-wep HostArray(config-ssid-wds-wep)# key 1 size 104 hex abcdef HostArray(config-ssid-wds-wep)# show SSID "wds-wep" Settings ================================================= State Enabled Active Yes Authentication Open Radius Server External Encryption WEP Security Settings Use SSID unique settings VLAN Name VLAN Number - QoS Level 2 Active Band a & bg Broadcast On DHCP Pool none Station Limit 1024 Traffic Limit Unlimited Traffic/Station Unlimited Time on Always Time off Never Days on All Web Page Redirect Disabled SSID Unique WEP Security Settings Key 1 size 104 bits / WEP-128 (default) Key 2 size not set Key 3 size not set Key 4 size not set SSID Unique External RADIUS Server Settings Primary Server Primary Port 1812 Primary Secret set Secondary Server Secondary Port 1812 Secondary Secret not set Timeout 600 Accounting disabled HostArray(config-ssid-wds-wep)#

11 Client Array SSID Configuration ClientArray# configure ClientArray(config)# ssid ClientArray(config-ssid)# add wds-wep encryption wep unique_settings broadcast enable ClientArray(config-ssid)# edit wds-wep ClientArray(config-ssid-wds-wep)# key 1 size 104 hex abcdef ClientArray(config-ssid-wds-wep)# show SSID "wds-wep" Settings ================================================= State Enabled Active Yes Authentication Open Radius Server External Encryption WEP Security Settings Use SSID unique settings VLAN Name VLAN Number - QoS Level 2 Active Band a & bg Broadcast On DHCP Pool none Station Limit 1024 Traffic Limit Unlimited Traffic/Station Unlimited Time on Always Time off Never Days on All Web Page Redirect Disabled SSID Unique WEP Security Settings Key 1 size 104 bits / WEP-128 (default) Key 2 size not set Key 3 size not set Key 4 size not set SSID Unique External RADIUS Server Settings Primary Server Primary Port 1812 Primary Secret set Secondary Server Secondary Port 1812 Secondary Secret not set Timeout 600 Accounting disabled ClientArray(config-ssid-wds-wep)#

12 When configuring WPA and or WPA2 on the SSID which will be used for the WDS session, ensure that the Cipher (TKIP / AES) match on both the WDS Client and the WDS Host. If the Cipher does not match, the WDS link will never initialize. Configuring a WPA-PEAP WDS-link scenario: When changing the security profile of your SSID to WPA-PEAP, the WDS configuration will remain the same except that you will have to specify a user name and password. Please continue with step 2-4 of the Configuring an OPEN WDS-link scenario section once your SSID has been configured on both the Client and Host Arrays. Remember that the Host Array requires no WDS configuration except for the SSID. Client Array SSID Configuration ClientArray(config)# ssid ClientArray(config-ssid)# add wds-peap encryption wpa unique_settings broadcast enable ClientArray(config-ssid)# edit wds-peap ClientArray(config-ssid-wds-peap)# radius-server use internal ClientArray(config-ssid-wds-peap)# radius-server internal add wds-admin password ********* ClientArray(config-ssid-wds-peap)# show SSID "wds-peap" Settings ================================================= State Enabled Active Yes Authentication 802.1x Radius Server Internal Encryption WPA Security Settings Use SSID unique settings VLAN Name VLAN Number - QoS Level 2 Active Band a & bg Broadcast On DHCP Pool none Station Limit 1024 Traffic Limit Unlimited Traffic/Station Unlimited Time on Always Time off Never Days on All Web Page Redirect Disabled SSID Unique WPA Security Settings Key Management EAP on, PSK off PSK Passphrase not set ClientArray(config-ssid-wds-peap)#

13 Host Array SSID Configuration HostArray(config)# ssid HostArray(config-ssid)# add wds-peap encryption wpa unique_settings broadcast enable HostArray(config-ssid)# edit wds-peap HostArray(config-ssid-wds-peap)# radius-server use internal HostArray(config-ssid-wds-peap)# radius-server internal add wds-admin password ********* HostArray(config-ssid-wds-peap)# show SSID "wds-peap" Settings ================================================= State Enabled Active Yes Authentication 802.1x Radius Server Internal Encryption WPA Security Settings Use SSID unique settings VLAN Name VLAN Number - QoS Level 2 Active Band a & bg Broadcast On DHCP Pool none Station Limit 1024 Traffic Limit Unlimited Traffic/Station Unlimited Time on Always Time off Never Days on All Web Page Redirect Disabled SSID Unique WPA Security Settings Key Management EAP on, PSK off PSK Passphrase not set HostArray(config-ssid-wds-peap)# In order to ensure that the PEAP user and password have been configured and assigned to the correct SSID, do the following ClientArray(config)# radius-server internal ClientArray(config-radius-internal)# show Username SSID wds-admin wds-peap ClientArray(config-radius-internal)#

14 When configuring the WDS link, do the following on the Client Array: Client Array WDS Client-Link PEAP configuration ClientArray# configure ClientArray(config)# interface iap ClientArray(config-iap)# wds ClientArray(config-iap-wds)# client-link 1 target 00:0f:7d:04:15:c0 ssid wds-peap max-iap 3 ClientArray(config-iap-wds)# client-link 1 username wds-admin password ********* ClientArray(config-iap-wds)# client-link 1 on ClientArray(config-iap-wds)# client-link 1 ClientArray(config-iap-wds-1)# show WDS Client Link 1 Settings ================================================= State on Max IAPs 3 This Array 00:0f:7d:04:fd:80 Target Array 00:0f:7d:04:15:c0 Target SSID wds-peap User Name wds-admin Password set IAPs a1 a11 a12 Channels ClientArray(config-iap-wds-1)#

15 Configuring a WPA-PSK WDS client-link scenario: When changing the security profile of your SSID to WPA-PSK, the WDS configuration will remain the same except, you will have to specify a password. Please continue with step 2-4 of the Configuring an OPEN WDS-link scenario section. Configure your SSID on both the Client and Host Arrays. Remember that the Host Array does not require a WDS configuration, it only requires the SSID configuration. Client Array SSID Configuration ClientArray# ClientArray# configure ClientArray(config)# ssid ClientArray(config-ssid)# add wds-psk encryption wpa unique_settings broadcast enable ClientArray(config-ssid)# edit wds-psk ClientArray(config-ssid-wds-psk)# passphrase ********** ClientArray(config-ssid-wds-psk)# psk on ClientArray(config-ssid-wds-psk)# eap off ClientArray(config-ssid-wds-psk)# show SSID "wds-psk" Settings ================================================= State Enabled Active Yes Authentication 802.1x Encryption WPA Security Settings Use SSID unique settings VLAN Name VLAN Number - QoS Level 2 Active Band a & bg Broadcast On DHCP Pool none Station Limit 1024 Traffic Limit Unlimited Traffic/Station Unlimited Time on Always Time off Never Days on All Web Page Redirect Disabled SSID Unique WPA Security Settings Key Management EAP off, PSK on PSK Passphrase set ClientArray(config-ssid-wds-psk)# In the PSK configuration, ensure that the WDS-Link password matches the passphrase configured in the SSID

16 Client Array WDS Client-Link PSK configuration ClientArray(config)# interface iap ClientArray(config-iap)# wds ClientArray(config-iap-wds)# client-link 1 target 00:0f:7d:04:15:c0 ssid wds-psk max-iap 3 ClientArray(config-iap-wds)# client-link 1 password ********** ClientArray(config-iap-wds)# client-link 1 on ClientArray(config-iap-wds)# client-link 1 ClientArray(config-iap-wds-1)# show WDS Client Link 1 Settings ================================================= State on Max IAPs 3 This Array 00:0f:7d:04:fd:80 Target Array 00:0f:7d:04:15:c0 Target SSID wds-psk User Name Password set IAPs a1 a11 a12 Channels ClientArray(config-iap-wds-1)#

17 Configuring VLANs across WDS links Now that you have learned how to configure WDS links, this section will focus on configuring VLANs across WDS links. Be advised that no SSID participating in a WDS session shall be part of any VLAN. Only Service SSIDs should be configured with VLAN tags. WDS VLAN Scenario

18 Client Array VLAN Configuration ClientArray(config-ssid)# add Service-SSID encryption none broadcast enable ClientArray(config-ssid)# show SSID Summary Table Authentication & Security Web Page SSID Name Encryption Settings VLAN Name Number QoS Band Broadcast DHCP Pool Redirect wds-link Open None Global - 2 Both On none Disabled Service-SSID Open None Global - 2 Both On none Disabled ClientArray(config-ssid)# ClientArray(config-ssid)# top ClientArray(config)# vlan ClientArray(config-vlan)# add VLAN2408 number 2408 ip dhcp Enabling DHCP client will modify the IP address of the interface. Do you want to proceed? [yes/no]: y ClientArray(config-vlan)# show VLAN Summary Table VLAN Name Number Management DHCP IP Address IP Mask IP Gateway VLAN disallowed enabled Default Route VLAN: none Native (untagged) VLAN: none ClientArray(config-vlan)# ClientArray(config)# reboot Do you want to save changes to flash? [yes/no]: y Running configuration was saved successfully. Are you sure you want to reboot? [yes/no]: y Xirrus Boot Loader (Dec :27:54), Build: 2571 Processor Motorola PowerPC, PVR= SVR= Board Xirrus MPC8540 CPU Board Clocks CPU : 825 MHz DDR : 330 MHz Local Bus: 41 MHz L1 cache Data: 32 KB Inst: 32 KB Status : Enabled Watchdog Enabled (5 secs) I2C Bus 400 KHz DTT CPU:41C RF0:40C RF1:40C RF2:37C RF3:37C RTC Wed 2007-Aug-22 13:04:50 GMT System DDR 1 GB, Unbuffered Non-ECC (2T) L2 cache 256 KB, Enabled FLASH 4 MB, CRC: OK FPGA 3 Devices programmed Packet DDR 256 MB, Unbuffered Non-ECC, Enabled Network Mot FEC Mot TSEC1 [Primary] Mot TSEC2 DHCP Mot FEC 100BT Full Duplex / IP Addr : DHCP Mot TSEC1 ### No Link ### DHCP Mot TSEC2 ### No Link ### IDE Bus 0 OK CFCard 489 MB, Model: TOSHIBA THNCF512MQG Environment 4 KB, Initialized In: Out: Err: serial serial serial Press any key to exit to bootloader: 0 [CFCard] File : xs bin [CFCard] Address : 0x [CFCard] Loading : ############################################### done [CFCard] Complete: 20.3 sec, 1.3 MB/sec [CFCard] Bytes : (1ab7602 hex) [Boot ] Address : 0x [Boot ] Image : Verifying checksum... OK

19 [Boot ] Unzip : Multi-File Image... OK [Boot ] Initrd : Loading RAMDisk Image [Boot ] Initrd : Verifying checksum... OK [Boot ] Execute : Transferring control to OS [CLIOPTS ] b Initializing hardware... OK Xirrus Wi-Fi Array ArrayOS Version Copyright (c) Xirrus, Inc. Username: admin Password: ***** ClientArray# ClientArray# configure ClientArray(config)# ClientArray(config)# interface iap ClientArray(config-iap)# show IAP Summary Table Cell TX RX IAP State Channel Antenna Size Power Threshold Stations WDS MAC address / BSSID Description a1 up 40 int-dir max 20dBm -90dBm 1 C-1 00:0f:7d:04:fe:10-11 a2 down 52 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fe:30-31 a3 down 149 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fe:40-41 a4 down 40 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fe:50-51 a5 down 56 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fe:70-71 a6 down 157 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:80-81 a7 down 44 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:90-91 a8 down 60 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:b0-b1 a9 down 153 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:c0-c1 a10 down 48 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:d0-d1 a11 up 157 int-dir max 20dBm -90dBm 1 C-1 00:0f:7d:04:fd:f0-f1 a12 up 56 int-dir max 20dBm -90dBm 1 C-1 00:0f:7d:04:fe:00-01 abg1 down 1 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fe:20-21 abg2 up monitor int-omni manual 20dBm -95dBm 0 00:0f:7d:04:fe:60-61 abg3 down 11 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:a0-a1 abg4 down 6 int-dir max 20dBm -90dBm 0 00:0f:7d:04:fd:e0-e1 ClientArray(config-iap)# ClientArray(config-iap)# show vlan VLAN Summary Table VLAN Name Number Management DHCP IP Address IP Mask IP Gateway VLAN disallowed enabled Default Route VLAN: none Native (untagged) VLAN: none ClientArray(config-iap)# ClientArray(config-iap)# top ClientArray(config)# ssid ClientArray(config-ssid)# edit Service-SSID vlan 2408 ClientArray(config-ssid)# show SSID Summary Table Authentication & Security Web Page SSID Name Encryption Settings VLAN Name Number QoS Band Broadcast DHCP Pool Redirect wds-link Open None Global - 2 Both On none Disabled Service-SSID Open None Global VLAN Both On none Disabled ClientArray(config-ssid)# save Saving configuration... OK

20 Host Array VLAN Configuration HostArray(config-vlan)# HostArray(config-vlan)# add VLAN2408 number 2408 HostArray(config-vlan-VLAN2408)# exit HostArray(config-vlan)# show VLAN Summary Table VLAN Name Number Management DHCP IP Address IP Mask IP Gateway VLAN disallowed disabled Default Route VLAN: none Native (untagged) VLAN: none HostArray(config-vlan)# exit HostArray(config)# HostArray(config)# reboot Do you want to save changes to flash? [yes/no]: y Running configuration was saved successfully. Are you sure you want to reboot? [yes/no]: y Xirrus Boot Loader (Dec :27:54), Build: 2571 Processor Motorola PowerPC, PVR= SVR= Board Xirrus MPC8540 CPU Board Clocks CPU : 825 MHz DDR : 330 MHz Local Bus: 41 MHz L1 cache Data: 32 KB Inst: 32 KB Status : Enabled Watchdog Enabled (5 secs) I2C Bus 400 KHz DTT CPU:40C RF0:37C RF1:39C RF2:36C RF3:33C RTC Thu 2001-Mar-01 7:11:52 GMT System DDR 512 MB, Unbuffered Non-ECC (2T) L2 cache 256 KB, Enabled FLASH 4 MB, CRC: OK FPGA 3 Devices programmed Packet DDR 256 MB, Unbuffered Non-ECC, Enabled Network Mot FEC Mot TSEC1 [Primary] Mot TSEC2 DHCP Mot FEC 100BT Full Duplex / IP Addr : DHCP Mot TSEC1 1000BT Full Duplex / ### Abort ### DHCP Mot TSEC2 ### No Link ### IDE Bus 0 OK CFCard 122 MB, Model: TOSHIBA THNCF128MMG Environment 4 KB, Initialized In: Out: Err: serial serial serial Press any key to exit to bootloader: 0 [CFCard] File : XS bin [CFCard] Address : 0x [CFCard] Loading : ############################################### done [CFCard] Complete: 21.5 sec, 1.2 MB/sec [CFCard] Bytes : (1ab7602 hex) [Boot ] Address : 0x [Boot ] Image : Verifying checksum... OK [Boot ] Unzip : Multi-File Image... OK [Boot ] Initrd : Loading RAMDisk Image [Boot ] Initrd : Verifying checksum... OK [Boot ] Execute : Transferring control to OS [CLIOPTS ] b Initializing hardware... OK Xirrus Wi-Fi Array ArrayOS Version

21 Copyright (c) Xirrus, Inc. Username: admin Password: ***** HostArray# configure HostArray(config)# HostArray(config)# ssid HostArray(config-ssid)# add Service-SSID encryption none broadcast enable vlan 2408 HostArray(config-ssid)# show SSID Summary Table Authentication & Security Web Page SSID Name Encryption Settings VLAN Name Number QoS Band Broadcast DHCP Pool Redirect wds-link Open None Global - 2 Both On none Disabled Service-SSID Open None Global VLAN Both On none Disabled HostArray(config-ssid)# top HostArray(config)#

22 Omnipeek WDS (802.1Q) Frame Sample The following is an Omnipeek frame captured on a WDS channel. 1. You can see that this is a WDS frame by the enabled bit (1) next to Exit from the Distribution System and To the Distribution System in the MAC Header IE (Information Element) 2. In the Logical Link Control (LLC) Header IE, you can see the Protocol Type of 0x Q 3. In the 802.1Q Virtual Bridged LAN IE, you should see the correct VLAN ID:

Configuring the Xirrus Array

Configuring the Xirrus Array Configuring the Xirrus Array This chapter covers configuration and management tasks using the product s embedded Web Management Interface (WMI). It also includes a procedure for logging in to the XS-3900/XS-3700/XS-3500

More information

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac WISNETWORKS User Manual V1.1 2016/3/21 Software version 1.0.0021 Table of contents 1. Setup& WMI... 3 1.1 Hardware Setup... 3 1.2 Web Management Interface... 3 2. Status... 4 2.1 Overview... 4 2.1.1 System...

More information

Release Notes for Avaya WLAN 9100 Access Point Operating System (AOS) Release

Release Notes for Avaya WLAN 9100 Access Point Operating System (AOS) Release WLAN 9100 Release Notes Release Notes for Avaya WLAN 9100 Access Point Operating System (AOS) Release 8.4.3-7312 Avaya Inc - External Distribution PRODUCT: Avaya WLAN 9100 Access Point Operating System

More information

Configuring a VAP on the WAP351, WAP131, and WAP371

Configuring a VAP on the WAP351, WAP131, and WAP371 Article ID: 5072 Configuring a VAP on the WAP351, WAP131, and WAP371 Objective Virtual Access Points (VAPs) segment the wireless LAN into multiple broadcast domains that are the wireless equivalent of

More information

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac

WISNETWORKS. WisOS 11ac V /3/21. Software version WisOS 11ac WISNETWORKS User Manual V1.1 2016/3/21 Software version 1.0.0021 Table of contents 1. Setup& WMI... 3 1.1 Hardware Setup... 3 1.2 Web Management Interface... 3 2. Status... 4 2.1 Overview... 4 2.1.1 System...

More information

2.4GHz 300Mbps 11b/g/n 29dBm AP/Router/WDS Bridge/WDS AP/WDS station/cb/cr/up. Software Features System Requirement. Status

2.4GHz 300Mbps 11b/g/n 29dBm AP/Router/WDS Bridge/WDS AP/WDS station/cb/cr/up. Software Features System Requirement. Status is a 300Mbps wireless-n multi-function gigabit AP/CB which offers unlimited coverage, strong penetration, secure network management and 802.3af PoE connection. Package Contents - 1* - 1*12V/1A Power Adapter

More information

RAD XD and RAD XD-WM a/b/g Transceiver with Serial Link Quick Start Guide

RAD XD and RAD XD-WM a/b/g Transceiver with Serial Link Quick Start Guide RAD-80211-XD and RAD-80211-XD-WM 802.11a/b/g Transceiver with Serial Link Quick Start Guide 1 This Quick Start Guide is intended to provide adequate information necessary to get a functional system operating.

More information

LevelOne. User Manual. WAP Mbps PoE Wireless AP V3.0.0

LevelOne. User Manual. WAP Mbps PoE Wireless AP V3.0.0 LevelOne WAP-0005 108Mbps PoE Wireless AP User Manual V3.0.0 i TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 FIGURE 1: WIRELESS ACCESS POINT... 1 FEATURES OF YOUR WIRELESS ACCESS POINT... 1 Security Features...

More information

LiteStation2 LiteStation5 User s Guide

LiteStation2 LiteStation5 User s Guide LiteStation2 LiteStation5 User s Guide Contents Contents... 2 Introduction... 3 Quick Setup Guide... 4 Configuration Guide... 8 Main Settings... 9 Link Setup... 10 Basic Wireless Settings... 10 Wireless

More information

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window.

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window. How to configure EW-7228APn/EW-7416APn as a Repeater to extend wireless range This article can apply on EW-7228APn and EW-7416APn. We used screen shots of EW-7416APn in this instruction. We recommend you

More information

Table of contents

Table of contents 1 GD-GEO20-TP 2 Table of contents 1 Conventions Used in this Document... 4 Abbreviation List... 4 2 Packing list... 6 3 Introduction... 7 3.1 Deployment Scenarios... 7 3.1.1 HotSpot... 7 3.1.2 Point to

More information

Dual Band Long Range Multi-Function Access Point/ Client Bridge. Software Features System Requirement. Status

Dual Band Long Range Multi-Function Access Point/ Client Bridge. Software Features System Requirement. Status ECB600 is a wireless-11n 600Mbps (300Mbps + 300Mbps) High Power Dual Band concurrent Access Point/ Client Bridge. It allows simultaneous operation of 2.4GHz and 5GHz wireless network. With media-optimized

More information

User Guide. 450Mbps/300Mbps Wireless N Access Point TL-WA901ND/TL-WA801ND REV

User Guide. 450Mbps/300Mbps Wireless N Access Point TL-WA901ND/TL-WA801ND REV User Guide 450Mbps/300Mbps Wireless N Access Point TL-WA901ND/TL-WA801ND REV4.0.0 1910011930 Contents About This Guide...1 Chapter 1. Get to Know About Your Access Point.................... 2 1. 1. Product

More information

Configuring a Wireless LAN Connection

Configuring a Wireless LAN Connection CHAPTER 9 The Cisco Secure Router 520 Series routers support a secure, affordable, and easy-to-use wireless LAN solution that combines mobility and flexibility with the enterprise-class features required

More information

Chapter 1 Introduction

Chapter 1 Introduction Copyright Statement is the registered trademark of Zonet Technology Inc. All the products and product names mentioned herein are the trademarks or registered trademarks of their respective holders. Copyright

More information

CAP1750. User Manual / v1.1

CAP1750. User Manual / v1.1 CAP1750 User Manual 12-2015 / v1.1 CONTENTS I. Product Information...2 I-1. Package Contents... 2 I-2. System Requirements... 3 I-3. Hardware Overview... 3 I-4. LED Status... 4 I-5. Reset... 4 I-6. Safety

More information

Oct 2007 Version 1.01

Oct 2007 Version 1.01 Oct 2007 Version 1.01 Table of Contents Introduction...4 System Requirement...4 Getting Started...4 Installing the Smart WLAN Manager...5 Discovering the Switch and AP...9 Understanding the Screen Layout...12

More information

ENH900EXT N Dual Radio Concurrent AP. 2.4GHz/5GHz 900Mbps a/b/g/n Flexible Application

ENH900EXT N Dual Radio Concurrent AP. 2.4GHz/5GHz 900Mbps a/b/g/n Flexible Application ENH900EXT equips with two powerful independent RF interfaces which support 802.11a/n (3T3R) and 802.11b/g/n (3T3R). With certified IP-67 protection, it is designed to deliver high reliability under harsh

More information

Revision 4 June Copyright

Revision 4 June Copyright WIP Series User s Guide Revision 1.0 4 June 2013 Copyright 2013 Tirade Copyright 2013 Tirade This user s guide and the software described in it are copyrighted with all rights reserved. No part of this

More information

ENH900 EXT ENH900 EXT. Wireless 11N Outdoor Dual Band Dual Concurrent AP /CB PRODUCT OVERVIEW

ENH900 EXT ENH900 EXT. Wireless 11N Outdoor Dual Band Dual Concurrent AP /CB PRODUCT OVERVIEW Wireless 11N Outdoor Dual Band Dual Concurrent AP /CB 2.4GHz/5GH 900Mbps 802.11a/b/g/n PRODUCT OVERVIEW ENH900EXT equips with two powerful independent RF interfaces which support 802.11a/n (3T3R) and 802.11b/g/n

More information

PRODUCT OVERVIEW SOFTWARE FEATURES. Windows Windows7, 98, ME, NT, XP, Mac OS X (10.7) System Information. Current Wireless Setting

PRODUCT OVERVIEW SOFTWARE FEATURES. Windows Windows7, 98, ME, NT, XP, Mac OS X (10.7) System Information. Current Wireless Setting 2.4 GHz 300Mbps Long Range Multi-function Gigabit AP/CB 11b/g/n PRODUCT OVERVIEW is a 300Mbps wireless-n multi-function gigabit AP/CB which offers unlimited coverage, strong penetration, secure network

More information

Table of contents

Table of contents GD-GEO20 1 2 Table of contents 1 Conventions Used in this Document... 4 Abbreviation List... 5 2 Packing list... 7 3 Introduction... 8 3.1 Deployment Scenarios... 8 3.1.1 HotSpot... 8 3.1.2 Point to Multipoint...

More information

MSM320, MSM410, MSM422, MSM430,

MSM320, MSM410, MSM422, MSM430, Polycom VIEW Certified Configuration Guide Hewlett-Packard MSM710/720/760/765 Wireless LAN Controller With MSM310, MSM320, MSM410, MSM422, MSM430, MSM46x APs September 2012 1725-36068-001 Rev H Trademarks

More information

Release Notes: Version Operating System

Release Notes: Version Operating System Release Notes: Version 2.0.29 Operating System for the HP ProCurve Wireless Access Point 420 These release notes include information on the following: Downloading access point software and documentation

More information

Configuring the Access Point/Bridge for the First Time

Configuring the Access Point/Bridge for the First Time CHAPTER 2 Configuring the Access Point/Bridge for the First Time This chapter describes how to configure basic settings on your access point/bridge for the first time. You can configure all the settings

More information

Wireless Access Point

Wireless Access Point 802.11g / 802.11b / WPA Wireless Access Point User Guide TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 Features of your Wireless Access Point... 1 Package Contents... 4 Physical Details... 4 CHAPTER 2

More information

User Guide LAPN300. Wireless-N300. Access Point with POE. Model # LAPN300

User Guide LAPN300. Wireless-N300. Access Point with POE. Model # LAPN300 User Guide LAPN300 Wireless-N300 Access Point with POE Model # LAPN300 1 Contents Chapter 1 Quick Start Guide... 5 Mounting Guide... 6 Wall Installation... 6 Ceiling Installation... 6 Chapter 2 Access

More information

ECB N Multi-Function Gigabit Client Bridge

ECB N Multi-Function Gigabit Client Bridge ECB9500 is a powerful and multi-functioned 11n product with 7 major multi-functions, is designed to operate in every working environment for enterprises. ECB9500 is a Wireless Network device that delivers

More information

802.11a/b/g Outdoor Dual Radio Concurrent AP/Bridge/Repeater EOA7530 User Manual Version : 1.1

802.11a/b/g Outdoor Dual Radio Concurrent AP/Bridge/Repeater EOA7530 User Manual Version : 1.1 802.11a/b/g Outdoor Dual Radio Concurrent AP/Bridge/Repeater EOA7530 User Manual Version : 1.1 Table of Contents CHAPTER 1 PRODUCT OVERVIEW...4 1.1 FEATURES... 4 1.2 BENEFITS... 5 1.3 PACKAGE CONTENTS...

More information

Add a Wireless Network to an Existing Wired Network using a Wireless Access Point (WAP)

Add a Wireless Network to an Existing Wired Network using a Wireless Access Point (WAP) Add a Wireless Network to an Existing Wired Network using a Wireless Access Point (WAP) Objective A Wireless Access Point (WAP) is a networking device that allows wireless-capable devices to connect to

More information

Configuring the WMIC for the First Time

Configuring the WMIC for the First Time Configuring the WMIC for the First Time This document describes how to configure basic settings on a Cisco Wireless Mobile Interface Card (WMIC) for the first time. Before You Start Before you install

More information

Release Notes for Avaya WLAN 9100 Software Patch Release WLAN Release Notes

Release Notes for Avaya WLAN 9100 Software Patch Release WLAN Release Notes WLAN 9100 Release Notes Release Notes for Avaya WLAN 9100 Software Patch Release AP Operating System Rel 7.2.8 Wireless LAN Orchestration System Rel 7.4.2 Avaya Inc - External Distribution Avaya Inc -

More information

Basic Wireless Settings on the CVR100W VPN Router

Basic Wireless Settings on the CVR100W VPN Router Basic Wireless Settings on the CVR100W VPN Router Objective A Wireless Local Area Network (WLAN) utilizes radio communication to connect wireless devices to a LAN. An example is a Wi-Fi hotspot at a cafe.

More information

EAP150 EAP150. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW

EAP150 EAP150. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW Long Range Ceiling Mount Access Point 2.4 GHz 150Mbps 11b/g/n 26dBm AP/WDS/Repeater PRODUCT OVERVIEW is a 150Mbps wireless-n ceiling mount AP which offers users extended coverage, strong penetration, secure

More information

Wireless Access Point

Wireless Access Point 802.11g / 802.11b / WPA Wireless Access Point User's Guide TABLE OF CONTENTS CHAPTER 1 INTRODUCTION... 1 Features of your Wireless Access Point... 1 Package Contents... 4 Physical Details... 4 CHAPTER

More information

EAP150 EAP150. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW

EAP150 EAP150. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW Long Range Ceiling Mount Access Point 2.4 GHz 150Mbps 11b/g/n AP/WDS/Repeater PRODUCT OVERVIEW is a 150Mbps wireless-n ceiling mount AP which offers users extended coverage, strong penetration, secure

More information

Multi-Function Gigabit Wireless-N Client Bridge 2.4GHz 300Mbps Client Bridge/AP/ WDS/Repeater

Multi-Function Gigabit Wireless-N Client Bridge 2.4GHz 300Mbps Client Bridge/AP/ WDS/Repeater Multi-Function Gigabit Wireless-N Client Bridge 2.4GHz 300Mbps Client Bridge/AP/ WDS/Repeater ECB-9750 ECB-9750 is a powerful and multi-functioned 11n product with 7 major multi-functions, is designed

More information

eztcp Configuration Software ezmanager Manual Version 1.9 Sollae Systems Co., Ltd.

eztcp Configuration Software ezmanager Manual Version 1.9 Sollae Systems Co., Ltd. eztcp Configuration Software ezmanager Manual Version 1.9 Sollae Systems Co., Ltd. http://www.eztcp.com Contents 1 Overview... - 4-1.1 Overview... - 4-1.2 Available products... - 4-2 Window Composition...

More information

LAPAC1200. AC1200 Dual Band Access Point. User's Guide

LAPAC1200. AC1200 Dual Band Access Point. User's Guide LAPAC1200 AC1200 Dual Band Access Point User's Guide TABLE OF CONTENTS CHAPTER 1 QUICK START GUIDE... 1 Package Contents... 1 Physical Details... 1 Mounting Guide... 3 CHAPTER 2 ACCESS POINT SETUP...

More information

Numerics INDEX. 2.4-GHz WMIC, contrasted with 4.9-GHz WMIC g 3-6, x authentication 4-13

Numerics INDEX. 2.4-GHz WMIC, contrasted with 4.9-GHz WMIC g 3-6, x authentication 4-13 INDEX Numerics 2.4-GHz WMIC, contrasted with 4.9-GHz WMIC 1-8 802.11g 3-6, 3-9 802.1x authentication 4-13 A AAA server group 4-25 aaa authentication login command 4-24 aaa authorization command 4-27 aaa

More information

Configuring OfficeExtend Access Points

Configuring OfficeExtend Access Points Information About OfficeExtend Access Points, page 1 OEAP 600 Series Access Points, page 2 OEAP in Local Mode, page 3 Supported WLAN Settings for 600 Series OfficeExtend Access Point, page 3 WLAN Security

More information

WL-5420AP. User s Guide

WL-5420AP. User s Guide WL-5420AP User s Guide Table of contents INTRODUCTION... 1 About the Operation Modes...2 LED Indicators...5 Solid...5 Ports on the Rear Panel...7 GETTING CONNECTED... 8 WPA AP -CONFIGURATION VIA WEB...

More information

Table of Contents. Chapter 1 Product Overview Features Package Contents LED Indicator and Panel Description...

Table of Contents. Chapter 1 Product Overview Features Package Contents LED Indicator and Panel Description... Copyright Statement is the registered trademark of Monoprice. All the products and product names mentioned herein are the trademarks or registered trademarks of their respective holders. Copyright of the

More information

Using the Cisco Unified Wireless IP Phone 7921G Web Pages

Using the Cisco Unified Wireless IP Phone 7921G Web Pages CHAPTER 4 Using the Cisco Unified Wireless IP Phone 7921G Web Pages You can use the Cisco Unified Wireless IP Phone 7921G web pages to set up and configure settings for the phone. This chapter describes

More information

802.11b/g Mesh Outdoor AP User Guide

802.11b/g Mesh Outdoor AP User Guide Mesh51 802.11b/g Mesh Outdoor AP User Guide Contents Introduction......3 Features........ 4 Mesh51 Management Software.........5 Configure Mesh51....... 21 Set Mesh51 IP....... 58 Set Login Password......

More information

WH-9200AP a/b/g Dual Radio Wireless Base Station. User s Manual

WH-9200AP a/b/g Dual Radio Wireless Base Station. User s Manual WH-9200AP 802.11a/b/g Dual Radio Wireless Base Station User s Manual Regulatory Information Federal Communication Commission Interference Statement This equipment has been tested and found to comply with

More information

IEEE a/b/g/n Wireless LAN Access Point. AT-MWS AP series. Reference Manual

IEEE a/b/g/n Wireless LAN Access Point. AT-MWS AP series. Reference Manual IEEE 802.11a/b/g/n Wireless LAN Access Point AT-MWS AP series Reference Manual Table of Contents 1 Before You Begin 5 1.1 Considerations for Wireless Installation...6 Computer Settings...6 Hardware Installation...9

More information

CWA-854HT 54 Mbps Wireless-G High Transmission Access Point User s Guide

CWA-854HT 54 Mbps Wireless-G High Transmission Access Point User s Guide CWA-854HT 54 Mbps Wireless-G High Transmission Access Point User s Guide May 2006 Version 1.00 1 Table of Contents Table of Contents... 2 List of Figures... 4 List of Tables... 6 Chapter 1. Introduction...

More information

EAP600 Dual Band Long Range Ceiling Mount Access Point

EAP600 Dual Band Long Range Ceiling Mount Access Point Package Contents - 1* EAP600-1*Power Adapter - 1*QIG - 1*CD (User s Manual) - 1*Ethernet Cable - 1*T-Rail Mounting Kit - 1*Ceiling/ Wall Mount screw kit - 1*Mounting Bracket EAP600 is a wireless-11n 600Mbps

More information

PowerStation2 LiteStation2 LiteStation5 User s Guide

PowerStation2 LiteStation2 LiteStation5 User s Guide PowerStation2 LiteStation2 LiteStation5 User s Guide Copyright 2007 Ubiquiti Networks Inc. All rights reserved. Contents INTRODUCTION...2 QUICK SETUP GUIDE...3 CONFIGURATION GUIDE...7 Main Settings...8

More information

Step 5: Select Internet Protocol Version 4 (TCP/IPv4) then click Properties:

Step 5: Select Internet Protocol Version 4 (TCP/IPv4) then click Properties: Step 5: Select Internet Protocol Version 4 (TCP/IPv4) then click Properties: Configure IP address Automatically: Step 6: Select Obtain an IP address automatically and Obtain DNS server address automatically.

More information

NXC Series. Handbook. NXC Controllers NXC 2500/ Default Login Details. Firmware Version 5.00 Edition 19, 5/

NXC Series. Handbook. NXC Controllers NXC 2500/ Default Login Details. Firmware Version 5.00 Edition 19, 5/ NXC Series NXC 2500/ 5500 NXC Controllers Firmware Version 5.00 Edition 19, 5/2017 Handbook Default Login Details LAN Port IP Address https://192.168.1.1 User Name admin Password 1234 Copyright 2017 ZyXEL

More information

Configuring the Wireless Parameters (CPE and WBS)

Configuring the Wireless Parameters (CPE and WBS) Configuring the Wireless Parameters (CPE and WBS) CHAPTERS 1. Configure Basic Wireless Parameters 2. Configure Wireless Client Parameters 3. Configure Wireless AP Parameters 4. Configure Multi-SSID 5.

More information

LP-2396K Outdoor 2.4GHz Wireless AP/CPE/Bridge

LP-2396K Outdoor 2.4GHz Wireless AP/CPE/Bridge User Manual LP-2396K Outdoor 2.4GHz Wireless AP/CPE/Bridge 1 Table of Contents 1. Introduction... 3 1.1 Product Introduction... 4 1.2 Package Content... 5 1.3 Product Features... 6 1.4 Application... 6

More information

MultiAP 700G. User Manual

MultiAP 700G. User Manual MultiAP 700G User Manual Aug-12 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. Copyright 2012 ValuePoint Networks. All Rights Reserved. ValuePoint and the VP logo are trademarks

More information

M5000. Wireless a/b/g Outdoor AP PRODUCT DESCRIPTION

M5000. Wireless a/b/g Outdoor AP PRODUCT DESCRIPTION Wireless 802.11 a/b/g Outdoor AP 2.4 / 5 54Mbps 802.11 a/b/g MESH Function PRODUCT DESCRIPTION is a long range outdoor wireless Access Point / Client Bridge that operates in both 5 and 2.4 frequency. It

More information

Document Created by Nick Schuster

Document Created by Nick Schuster Document Created by Nick Schuster Product Overview...4 Introduction... 4 Features... 5 Package Contents... 6 System Requirements... 6 Hardware Overview...7 LEDs... 7 Connections... 7 Basic Installation...8

More information

IEEE a/ac/n/b/g Outdoor Stand-Alone Access Point. Management Guide. ECWO Series. Software Release v1.0.1.

IEEE a/ac/n/b/g Outdoor Stand-Alone Access Point. Management Guide. ECWO Series.   Software Release v1.0.1. IEEE 802.11a/ac/n/b/g Outdoor Stand-Alone Access Point ECWO Series Management Guide Software Release v1.0.1.1 www.edge-core.com Management Guide ECWO Series Outdoor Stand-Alone Access Points 2.4 GHz, 5

More information

The Xirrus Wi Fi Array XS4, XS8 Security Policy Document Version 1.0. Xirrus, Inc.

The Xirrus Wi Fi Array XS4, XS8 Security Policy Document Version 1.0. Xirrus, Inc. The Xirrus Wi Fi Array XS4, XS8 Security Policy Document Version 1.0 Xirrus, Inc. March 8, 2011 Copyright Xirrus, Inc. 2011. May be reproduced only in its original entirety [without revision]. Page 1 TABLE

More information

Release Notes for Avaya WLAN 9100 AOS-Lite Operating System WAP9112 Release WAP9114 Release 8.1.0

Release Notes for Avaya WLAN 9100 AOS-Lite Operating System WAP9112 Release WAP9114 Release 8.1.0 WLAN 9100 Release Notes Release Notes for Avaya WLAN 9100 AOS-Lite Operating System WAP9112 Release 8.1.0 WAP9114 Release 8.1.0 Avaya Inc - External Distribution 1. Introduction This document provides

More information

EnGenius Quick Start Guide

EnGenius Quick Start Guide T he operates seamlessly in the 2.4 GHz frequency spectrum supporting the 802.11b (2.4GHz, 11Mbps) and the newer, faster 802.11g (2.4GHz, 54Mbpswireless standard. High output power and high sensitivity

More information

Wireless LAN Access Point

Wireless LAN Access Point Wireless LAN Access Point IEEE 802.11b/g 54Mbps 501903 User s Manual Table of Contents Chapter 1 Introduction... 1 1.1 Package Contents... 2 1.2 Features... 2 1.3 Specifications... 2 1.4 Physical Description...

More information

OAP1750. User Manual / v1.1

OAP1750. User Manual / v1.1 OAP1750 User Manual 11-2015 / v1.1 CONTENTS I. Product Information... 2 I-1. Package Contents... 2 I-2. System Requirements... 3 I-3. Hardware Overview... 3 I-4. LED Status... 4 I-5. Reset... 4 I-6. Safety

More information

NBG-416N. Wireless N-lite Home Router. Default Login Details. IMPORTANT! READ CAREFULLY BEFORE USE.

NBG-416N. Wireless N-lite Home Router. Default Login Details.  IMPORTANT! READ CAREFULLY BEFORE USE. NBG-416N Wireless N-lite Home Router IMPORTANT! Default Login Details LAN IP https://192.168.1.1 Address User Name admin Password 1234 READ CAREFULLY BEFORE USE. KEEP THIS GUIDE FOR FUTURE REFERENCE. IMPORTANT!

More information

ENH1750 EXT ENH1750 EXT

ENH1750 EXT ENH1750 EXT Wireless 11AC Outdoor Dual Band Dual Concurrent AP /CB 2.4GHz/5GH 1750Mbps 802.11ac/b/g/n PRODUCT OVERVIEW ENH1750EXT equips with two powerful independent RF interfaces that support 802.11b/g/n (3T3R)

More information

Document Created by Nick Schuster

Document Created by Nick Schuster Document Created by Nick Schuster Table of Contents Product Overview... 4 Introduction... 4 Features... 5 Package Contents... 6 System Requirements... 6 Hardware Overview... 7 LEDs... 7 Connections...

More information

Configuring Repeater and Standby Access Points and Workgroup Bridge Mode

Configuring Repeater and Standby Access Points and Workgroup Bridge Mode 20 CHAPTER Configuring Repeater and Standby Access Points and Workgroup Bridge Mode This chapter describes how to configure your access point as a repeater, as a hot standby unit, or as a workgroup bridge.

More information

802.11a/b/g Access Point. User s Guide

802.11a/b/g Access Point. User s Guide 802.11a/b/g Access Point User s Guide FCC Certifications This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules. These limits

More information

Table of Contents. Chapter 1Introduction Package Contents Features Specifications Physical Description...

Table of Contents. Chapter 1Introduction Package Contents Features Specifications Physical Description... Table of Contents Chapter 1Introduction... 3 1.1 Package Contents... 3 1.2 Features... 3 1.3 Specifications... 3 1.4 Physical Description... 4 Chapter 2Wireless LAN Access Point Connection... 5 Chapter

More information

Extreme Networks Summit WM-Series Wireless Controller and Altitude APs Configuration and Deployment Guide

Extreme Networks Summit WM-Series Wireless Controller and Altitude APs Configuration and Deployment Guide Extreme Networks Summit WM-Series Wireless Controller and Altitude 350-2 APs Configuration and Deployment Guide SpectraLink's Voice Interoperability for Enterprise Wireless (VIEW) Certification Program

More information

11N Wireless PCI Adapter User Guide

11N Wireless PCI Adapter User Guide -- 1 -- Copyright Statement is the registered trademark of Shenzhen Tenda Technology Co., Ltd. All the products and product names mentioned herein are the trademarks or registered trademarks of their respective

More information

Security SSID Selection: Broadcast SSID:

Security SSID Selection: Broadcast SSID: 69 Security SSID Selection: Broadcast SSID: WMM: Encryption: Select the SSID that the security settings will apply to. If Disabled, then the device will not be broadcasting the SSID. Therefore it will

More information

WAP9112/9114 Quick Start Guide

WAP9112/9114 Quick Start Guide WAP9112/9114 Quick Start Guide Release 7.6 NN47252-308 Issue 02.01 March 2016 Contents Chapter 1: Introduction... 3 Chapter 2: Required Software Components... 4 Chapter 3: Installing or Upgrading Wireless

More information

CERIO Corporation OW-310N2

CERIO Corporation OW-310N2 CERIO Corporation OW-310N2 1000mW extreme Power 11N 300Mbps Outdoor Access Point Quick Installation Guide 1. Overview CERIO OW-310N2 Outdoor AP Bridge utilizes a 1000mW high power with Aluminum Extrusion

More information

Grandstream Networks, Inc. GWN76xx Wi-Fi Access Points Master/Slave Architecture Guide

Grandstream Networks, Inc. GWN76xx Wi-Fi Access Points Master/Slave Architecture Guide Grandstream Networks, Inc. GWN76xx Wi-Fi Access Points Master/Slave Architecture Guide Table of Contents INTRODUCTION... 4 DISCOVER AND PAIR GWN76XX ACCESS POINTS... 5 Discover GWN76xx... 5 Method 1: Discover

More information

G.DUO. Dual 11g Access Point. User s Manual

G.DUO. Dual 11g Access Point. User s Manual G.DUO Dual 11g Access Point User s Manual Copyright and Disclaimer Copyright & Disclaimer No part of this publication may be reproduced in any form or by any means, whether electronic, mechanical, photocopying,

More information

Configuring Repeater and Standby Access Points and Workgroup Bridge Mode

Configuring Repeater and Standby Access Points and Workgroup Bridge Mode CHAPTER 19 Configuring Repeater and Standby Access Points and Workgroup Bridge Mode This chapter descibes how to configure your access point as a repeater, as a hot standby unit, or as a workgroup bridge.

More information

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev.

Management Software AT-S79. User s Guide. For use with the AT-GS950/16 and AT-GS950/24 Smart Switches. Version Rev. Management Software AT-S79 User s Guide For use with the AT-GS950/16 and AT-GS950/24 Smart Switches Version 1.0.0 613-000207 Rev. A Copyright 2005 Allied Telesyn, Inc. All rights reserved. No part of this

More information

User Guide. Omada Controller Software

User Guide. Omada Controller Software User Guide Omada Controller Software 1910012506 REV 3.2.0 March 2019 CONTENTS 1 Quick Start... 1 1.1 Determine the Network Topology...2 1.1.1 Management on the local Network... 2 1.1.2 Management via Cloud

More information

Light Mesh AP. User s Guide. 2009/2/20 v1.0 draft

Light Mesh AP. User s Guide. 2009/2/20 v1.0 draft Light Mesh AP User s Guide 2009/2/20 v1.0 draft i FCC Certifications This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC Rules.

More information

EOC5611P. Wireless a/b/g Outdoor AP. Package Content PRODUCT DESCRIPTION. 2.4GHz / 5 GHz 54Mbps a/b/g 24V PoE

EOC5611P. Wireless a/b/g Outdoor AP. Package Content PRODUCT DESCRIPTION. 2.4GHz / 5 GHz 54Mbps a/b/g 24V PoE Wireless 802.11 a/b/g Outdoor AP 2.4 / 5 54Mbps 802.11 a/b/g 24V PoE PRODUCT DESCRIPTION is a long range outdoor wireless Access Point / Client Bridge that operates in both 5 and 2.4 frequency. It provides

More information

Configuring Repeater and Standby Access Points

Configuring Repeater and Standby Access Points CHAPTER 19 This chapter descibes how to configure your access point as a hot standby unit or as a repeater unit. This chapter contains these sections: Understanding Repeater Access Points, page 19-2 Configuring

More information

Wireless LAN Access Point

Wireless LAN Access Point Wireless LAN Access Point IEEE 802.11b/g 54Mbps User s Manual Table of Contents Chapter 1 Introduction... 1 1.1 Package Contents... 2 1.2 Features... 2 1.3 Specifications... 2 1.4 Physical Description...

More information

Wireless LAN Device Series CPE2615. User Manual. v

Wireless LAN Device Series CPE2615. User Manual. v Wireless LAN Device Series CPE2615 User Manual v20080312 Preface To use this guide, you should have experience working with the TCP/IP configuration and be familiar with the concepts and terminology of

More information

Wireless LAN Device Series CPE2615. User Manual. v

Wireless LAN Device Series CPE2615. User Manual. v Wireless LAN Device Series CPE2615 User Manual v20081230 Preface To use this guide, you should have experience working with the TCP/IP configuration and be familiar with the concepts and terminology of

More information

PePWave Mesh Connector User Manual

PePWave Mesh Connector User Manual PePWave Mesh Connector User Manual Document Rev. 1.0 Jun-07 COPYRIGHT & TRADEMARKS Specifications are subject to change without notice. Copyright 1999-2007 PePWave Ltd. All Rights Reserved. PePWave and

More information

11N Wireless USB Adapter User Guide

11N Wireless USB Adapter User Guide -- 1 -- Copyright Statement is the registered trademark of Shenzhen Tenda Technology Co., Ltd. All the products and product names mentioned herein are the trademarks or registered trademarks of their respective

More information

Application Example (Standalone EAP)

Application Example (Standalone EAP) Application Example (Standalone EAP) CHAPTERS 1. Determine the Network Requirements 2. Build the Network Topology 3. Log In to the EAP 4. Configure the EAP 5. Test the Network This guide applies to: EAP225-Outdoor

More information

M5000 Wireless a/b/g Outdoor AP

M5000 Wireless a/b/g Outdoor AP M5000 is a long range outdoor wireless Access Point / Client Bridge that operates in both 5 and 2.4 frequency. It provides high bandwidth up to 54Mbps and features high transmitted output power as well

More information

IAP1200. User Manual / v1.0

IAP1200. User Manual / v1.0 IAP1200 User Manual 11-2016 / v1.0 CONTENTS I. Product Information...2 I-1. Package Contents... 2 I-2. System Requirements... 3 I-3. Hardware Overview... 3 I-4. LED Status... 4 I-5. Reset... 5 I-6. Safety

More information

XG-520 Wireless b/g Portable Router. User s Manual

XG-520 Wireless b/g Portable Router. User s Manual XG-520 Wireless 802.11b/g Portable Router User s Manual FCC Certifications This equipment has been tested and found to comply with the limits for a Class B digital device, pursuant to Part 15 of the FCC

More information

CUSTOMER RELEASE NOTES Access Points: AP-8000 and AP-800

CUSTOMER RELEASE NOTES Access Points: AP-8000 and AP-800 Access Points: and ORINOCO 802.11N ACCESS POINTS: AND INTRODUCTION Welcome to the first Release of ORiNOCO and access points, the 802.11n access points that enable customers to deploy new 802.11n Wi-Fi

More information

Siemens HiPath Wireless: Configuration and Deployment Guide

Siemens HiPath Wireless: Configuration and Deployment Guide Siemens HiPath Wireless System Configuration and Deployment Guide SpectraLink's Voice Interoperability for Enterprise Wireless (VIEW) Certification Program is designed to ensure interoperability and high

More information

Siemens HiPath Wireless: Configuration and Deployment Guide

Siemens HiPath Wireless: Configuration and Deployment Guide Siemens HiPath Wireless System Configuration and Deployment Guide SpectraLink's Voice Interoperability for Enterprise Wireless (VIEW) Certification Program is designed to ensure interoperability and high

More information

IP network that supports DHCP or manual assignment of IP address, gateway, and subnet mask

IP network that supports DHCP or manual assignment of IP address, gateway, and subnet mask Network Requirements, page 1 Wireless LAN, page 2 Wi-Fi Network Components, page 3 802.11 Standards for WLAN Communications, page 6 Security for Communications in WLANs, page 9 WLANs and Roaming, page

More information

Configuring WEP and WEP Features

Configuring WEP and WEP Features CHAPTER 9 This chapter describes how to configure Wired Equivalent Privacy (WEP), Message Integrity Check (MIC), and Temporal Key Integrity Protocol (TKIP). This chapter contains these sections: Understanding

More information

Wireless LAN Device Series. DLB2300-A User Manual

Wireless LAN Device Series. DLB2300-A User Manual Wireless LAN Device Series WLAN Outdoor Bridge DLB2300-A User Manual Version. 1.2.1 (25.03.2005) Table of Contents Preface...3 Ch 1. DLB2300A Installation...4 Packing List...4 Ch 2. First Time Configuration...5

More information

PACKAGE CONTENT TECHNICAL SPECIFICATION. Ethernet: One 10/100 Fast Ethernet RJ-45. Power Jack Power Status. LAN (Internet connection)

PACKAGE CONTENT TECHNICAL SPECIFICATION. Ethernet: One 10/100 Fast Ethernet RJ-45. Power Jack Power Status. LAN (Internet connection) 802.11b/g/n Range Extender 2.4 GHz 300Mbps 11N Repeater/ client bridge PRODUCT DESCRIPTION is a 2.4GHz 802.11b/g/n 300Mbps Repeater & Client Bridge (Range Booster / Extender). Range Extender solves the

More information

EAP150 EAP150. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW

EAP150 EAP150. Long Range Ceiling Mount Access Point PRODUCT OVERVIEW Long Range Ceiling Mount Access Point 2.4 GHz 150Mbps 11b/g/n 26dBm AP/WDS PRODUCT OVERVIEW is a 150Mbps wireless-n ceiling mount AP which offers users extended coverage, strong penetration, secure network

More information

DWS-4000 Series DWL-3600AP DWL-6600AP

DWS-4000 Series DWL-3600AP DWL-6600AP Unified Wired & Wireless Access System Configuration Guide Product Model: Release 1.0 DWS-4000 Series DWL-8600AP DWL-6600AP DWL-3600AP Page 1 Table of Contents 1. Scenario 1 - Basic L2 Edge Setup: 1 Unified

More information