WiNG5 Mesh How-To
WiNG5 Mesh How-To
WiNG5 Mesh How-To
0 Initial Configuration
[July] 2011
Revision [Rev 2]
XXX-XXXXXX-XX
MOTOROLA and the Stylized M Logo are registered in the US Patent & Trademark Office.
Symbol is a registered trademark of Symbol Technologies, Inc. All other product or service names are the
property of their respective owners.
2009 Motorola, Inc. All rights reserved.
Table of Contents:
1.
2.
3.
Introduction: ........................................................................................................................ 4
1.1
Overview: ..................................................................................................................... 5
1.2
DATA PATH................................................................................................................. 6
1.3
SECURITY .................................................................................................................. 7
1.4
1.5
Pre-Requisites: ..................................................................................................................10
2.1
Requirements: ............................................................................................................10
2.2
Configuration: ....................................................................................................................11
3.1
3.2
3.3
3.4
Configuration-Persistance GUI....................................................................................17
4.
5.
1. Introduction:
WiNG 5.1 allows APs to operate wirelessly, connecting to other access points for data backhaul, in a
mesh topology. This feature offers a cost-effective way to extend the network outdoors or in remote areas,
relying on a highly resilient, self-configuring system. Taking advantage of the dual-radio architecture and
the easy-to-use configuration interface, it becomes a simple task to deploy a wireless network of access
points connected securely via 802.11a/n, providing enterprise-class 802.11b/g /n service
WiNG 5.1 supports single-hop mesh. The mesh node that has connectivity to the wire will be referred to
as a Portal to use the term from 802.11s. The node that is wireless will be referred to as a client. In
comparison with WiNG 4.x AAP Mesh a Portal is analogous to a Base Bridge and a client is analogous
to a Client bridge. One difference is that a client is also a portal by default once its link is up (in releases
past 5.0) while in AAP client-bridge was not automatically a base bridge. Two other differences from
AAP mesh are, instead of STP and standard bridge forwarding, MiNT will be used as the data path
forwarding algorithm; and there is no requirement of a mesh wlan if there is another wlan being used
on the same radio.
This feature will be supported on all platforms supporting a radio in 5.0: AP650, AP7131, and RFS4000
Radio SKU.
5Ghz Mesh
Client AP
5Ghz Mesh
Portal AP
Client AP
1.1 Overview:
Support for wireless meshing will be enabled/disabled on a per radio basis with the following options:
no mesh default value
mesh portal turns the radio into a mesh portal
mesh client turns the radio into a mesh client
The mesh IE will be included in the beacon of any existing WLAN on that radio. So if the mesh
radio also supports a data-wlan the IE is piggybacked on it. In the event that the mesh radio does not
include a wlan, the administrator needs to create a service wlan. The service-WLAN is needed ONLY
if there are no other WLANs on the radio (pure-backhaul case). If there are other WLANs, then there
is no need to create a service-WLAN.
**Note also that the service-WLAN (if-any) MUST be mapped to the first BSS of the radio.
All mesh association and data packets use the first BSS of the radio. **
The service-WLAN is a regular wlan and is created and mapped as such. However the client-access
configuration on this wlan will be set to OFF, this will not allow clients to associate on this wlan. An SSID
will not be included in the beacons (as if secure-beacon is ON); probe-responses will not be sent for this
wlan, and all incoming management frames will be ignored (unless they are an association request
from a mesh peer). In real-life an MU should not even send an association request as all identifying
features of this wlan (primarily the SSID) have been disabled.
Each mesh client will only have support for one link to a portal; however a portal will include links
for multiple clients. The maximum number of links per portal will be configurable from 1..6. The default
value will be 3.
Once a link comes up the client can tear down the link if it is no longer useful. Without a multi-link
mesh the main use-case for teardown is if a portal or client has gone down or the link is so noisy that it
is difficult to pass traffic on it. Link quality and cost are not criteria at this point as in any case only one
link will be supported at a time.
Two criteria that will be supported for taking a mesh link down are:
missed beacons - if any mesh peer stops hearing beacons from its peers for a while it assumes
the link has been lost. The time for which missed beacons are tolerated will be configurable from
1 to 10 seconds, with a default of 2 seconds.
transmit failures - if any mesh peer faces a certain number of successive transmit failures for
a peer it assumes the link is extremely bad, tears it down and tries other nodes. Since this is
disruptive and there is potential for flapping if there are no other candidate mesh nodes the teardown
criteria is fairly strict at a default of 10 successive failed packets. For reference for wireless
clients (MUs) we currently use a value of 6 successive failed packets.
In addition to the automatic discovery of peer nodes the administrator can choose to select a number
of APs as the peers for certain mesh nodes ensuring that connection is only allowed among those peer
nodes. Up to 6 preferred-peers can be configured on a per radio basis. If a radio has a preferred-peer
configured it will only allow configuration from/to that peer. Note that unlike AP5131/AP7131 these
static links are configured using the wired MAC address of the device (same MAC that is used in
configuration and is printed on the AP itself), instead of the BSSID (which is not known unless the AP
is powered up and adopted).
1.3 SECURITY
MiNT security will be the backend security mechanism for the mesh nodes. Please refer to the MiNT
security specification for all details. The only difference being that on this link instead of the AESSHA256
encryption used in general for MiNT security AES-CCMP will be used. The keys will still
be derived from the MiNT security mechanism, just for encryption the radio crypto support will be
leveraged.
2. Pre-Requisites:
2.1 Requirements:
The following requirements must be met prior to attempting this configuration:
One (or more) RF Switches are installed and operational on the network.
A Windows XP workstation is available with Microsoft Internet Explorer or Mozilla Firefox to
perform Web UI or CLI configuration.
The reader has read the Motorola RFS Series Wireless LAN Switches - WiNG System Reference
Guide.
Registered users may download the latest software and firmware from the Motorola Technical
Support Site http://support.symbol.com.
3. Configuration:
The following section outlines the configuration steps required to create a single hop Mesh with 2
AP7131s
1) Feature 1 [Portal AP]:
2) Feature 2 [Client AP]:
1)
2)
MeshConnex Tab
3)
1)
RFS4000# configure terminal
Enter configuration commands, one per line.
2)
rfs4000-22D070(config)#ap71xx 00-23-68-97-00-10
rfs4000-22D070(config-device-00-23-68-97-00-10)#interface radio2
rfs4000-22D070(config-device-00-23-68-97-00-10-if-radio2)#
mesh portal
3)
rfs4000-22D070(config-device-00-23-68-97-00-10-if-radio2)#com wr
ap71xx 00-23-68-97-00-10
use profile default-ap71xx
use rf-domain default
hostname ap71xx-970010
interface radio2
mesh portal
!
!
end
2)
MeshConnex Tab
3)
1)
Configuration Terminal
2)
Connect to Client AP
rfs4000-22D070(config)#ap71xx 00-23-68-93-11-34
rfs4000-22D070(config)#ap71xx 00-23-68-93-11-34# bridge vlan 1
rfs4000-22D070(config-device-00-23-68-93-11-34)#interface radio2
rfs4000-22D070(config-device-00-23-68-93-11-34-if-radio2)#
3)
mesh client
rfs4000-22D070(config-device-00-23-68-93-11-34-if-radio2)#com wr
ap71xx 00-23-68-93-11-34
use profile default-ap71xx
use rf-domain default
hostname ap7131-931134
bridge vlan 1
interface radio1
wlan MD-RFS4000 bss 1 primary
interface radio2
mesh client
wlan mesh bss 2 primary
no use dhcp-server-policy
Login as self
ap650-3185CD88#self
ap650-3185CD88(config-device-00-23-68-85-CD-88)#configurationpersistence
ap650-3185CD88(config-device-00-23-68-85-CD-88)#com wr
2)
Radio 2 Setup
ap650-3185CD88(config-device-00-23-68-85-CD-88)#interface radio 2
ap650-3185CD88(config-device-00-23-68-85-CD-88-if-radio2)#mesh client
3)
ap650-3185CD88(config-device-00-23-68-85-CD-88-if-radio2)#com wr
ap650 00-23-68-85-CD-88
use profile default-ap650
use rf-domain default
hostname ap650-85CD88
interface radio1
rf-mode 2.4GHz-wlan
channel smart
power smart
data-rates default
no preamble-short
radio-share-mode off
interface radio2
rf-mode 5GHz-wlan
channel 149+
power smart
data-rates an
mesh portal
2)
ap650-313088(config-device-00-23-68-31-30-88)#interface radio 2
ap650-313088(config-device-00-23-68-31-30-88-if-radio2)#mesh client
ap650-313088(config-device-00-23-68-31-30-88-if-radio2)#com wr
3)
ap650 00-23-68-31-30-88
use profile default-ap650
use rf-domain default
hostname ap650-313088
interface radio1
rf-mode 2.4GHz-wlan
channel smart
power smart
data-rates default
no preamble-short
radio-share-mode off
interface radio2
rf-mode 5GHz-wlan
channel smart
power smart
data-rates an
mesh client
wlan test bss 1 primary
no preamble-short
radio-share-mode off
lock-rf-mode
configuration-persistence
2)
Configuration,AP-650-xx-xxx
3)
all
all
all
all
5. Reference Documentation:
Description
Location
http://support.symbol.com
http://support.symbol.com