Dell W-IAP104, W-IAP155, W-IAP105, W-IAP155P CLI Reference Guide

Dell Networking W-Series
Instant Access P oint
6.2.1.0-3.4
Command-Line
Interface
Reference Guide
Copyright
© 2013 Aruba Networks, Inc. Aruba Networks trademarks include , Aruba Networks®, Aruba Wireless Networks®, the registered Aruba the Mobile Edge Company logo, and Aruba Mobility Management
System®. Dell™, the DELL™ logo, and PowerConnect™ are trademarks of Dell Inc.
All rights reserved. Specifications in this manual are subject to change without notice.
Originated in the USA. All other trademarks are the property of their respective owners.
Open Source Code
Certain Aruba products include Open Source software code developed by third parties, including software code subject to the GNU General Public License (GPL), GNU Lesser General Public License (LGPL), or other Open Source Licenses. Includes software from Litech Systems Design. The IF-MAP client library copyright 2011 Infoblox, Inc. All rights reserved. This product includes software developed by Lars Fenneberg, et al. The Open Source code used can be found at this site:
http://www.arubanetworks.com/open_source
Legal Notice
The use of Aruba Networks, Inc. switching platforms and software, by all individuals or corporations, to terminate other vendors’ VPN client devices constitutes complete acceptance of liability by that individual or corporation for this action and indemnifies, in full, Aruba Networks, Inc. from any and all legal actions that might be taken against it with respect to infringement of copyright on behalf of those vendors.
0511433-01 | July2013 Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide
Chapter 1

About this Guide

This document describes the Dell W-Instant command syntax and provides the following information for each command:
l Command Syntax—The complete syntax of the command.
l Description—A brief description of the command.
l Syntax—A description of the command parameters, the applicable ranges and default values, if any.
l Usage Guidelines—Information to help you use the command, including prerequisites, prohibitions, and related
commands.
l Example—An example of how to use the command.
l Command History—The version of Dell W-Instant in which the command was first introduced.
l Command Information—This table describes command modes and platforms for which this command is
applicable.
The commands are listed in alphabetical order.

Intended Audience

This guide is intended for customers who configure and use Dell W-Instant.

Related Documents

In addition to this document, the Dell W-Instant product documentation includes the following:
l Dell Networking W-Series Instant 6.2.1.0-3.4 Quick Start Guide
l Dell Networking W-Series Instant 6.2.1.0-3.4 User Guide
l Dell Networking W-Series Instant 6.2.1.0-3.4 MIB Reference Guide
l Dell Networking W-Series Instant 6.2.1.0-3.4 Syslog Messages Reference Guide
l Dell Networking W-Series Instant 6.2.1.0-3.4 Release Notes

Conventions

The following conventions are used throughout this document to emphasize important concepts:
Table 1:
Type Style Description
Italics
Typographical Conventions
This style is used for emphasizing important terms and to mark the titles of books.
Boldface
Commands
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide About this Guide | 3
This style is used for command names and parameter options when mentioned in the text.
This fixed-width font depicts command syntax and examples of commands and command output.
Type Style Description
<angle brackets> In the command syntax, text within angle brackets represents
items that you should replace with information appropriate to your specific situation. For example, ping <ipaddr> In this example, you would type “ping” at the system prompt exactly as shown, followed by the IP address of the system to which ICMP echo packets are to be sent. Do not type the angle brackets.
[square brackets] In the command syntax, items enclosed in brackets are
optional. Do not type the brackets.
{Item_A|Item_B} In the command examples, single items within curled braces
and separated by a vertical bar represent the available choices. Enter only one choice. Do not type the braces or bars.
{ap-name <ap-name>}|{ipaddr <ip-addr>} Two items within curled braces indicate that both parameters
must be entered together. If two or more sets of curled braces are separated by a vertical bar, like in the example to the left, enter only one choice. Do not type the braces or bars.
The following informational icons are used throughout this guide:
Indicates helpful suggestions, pertinent information, and important things to remember.
Indicates a risk of damage to your hardware or loss of data.
Indicates a risk of personal injury or death.

Contacting Support

Web Site Support
Main Website
Support Website
Documentation Website
dell.com
dell.com/support
dell.com/support/manuals
4 | About this Guide Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide
Chapter 2

Dell W-Instant CLI

In the current release, Dell W-Instant supports the use of Command Line Interface (CLI) for scripting purposes. You can access the Instant CLI through a Secure Shell (SSH).
To enable the SSH access to the Instant CLI:
1. From the Dell W-Instant UI, navigate to System > Show advanced options.
2. Select Enabled from the Terminal access drop-down list.
3. Click OK.

Connecting to a CLI Session

On connecting to a CLI session, the system displays its host name followed by the login prompt. Use the administrator credentials to start a CLI session. For example:
(Instant Access Point) User: admin Password: *****
If the login is successful, the privileged command mode is enabled and a command prompt is displayed. For example:
(Instant Access Point)#
The privileged mode provides access to show, clear, ping, traceroute, and commit commands. The configuration commands are available in the configuration (config) mode. To move from privileged mode to the configuration mode, enter the following command at the command prompt:
(Instant Access Point)# configure terminal
The configure terminal command allows you to enter the basic configuration mode and the command prompt is displayed as follows:
(Instant Access Point)(config)#
The Instant CLI allows CLI scripting in several other sub-command modes to allow the users to configure individual interfaces, SSIDs, access rules, and security settings.
You can use the question mark (?) to view the commands available in a privileged mode, configuration mode, or sub­mode.
Although automatic completion is supported for some commands such as configure terminal, the complete exit and end commands must be entered at command prompt for successful execution.

Applying Configuration Changes

Each command processed by the Virtual Controller is applied on all the slaves W-IAPs in a cluster. When you make configuration changes on a master W-IAP in the CLI, all associated W-IAPs in the cluster inherit these changes and subsequently update their configurations. The changes configured in a CLI session are saved in the CLI context.
The CLI does not support the configuration data exceeding the 4K buffer size in a CLI session: therefore, it is recommended that you configure fewer changes at a time and apply the changes at regular intervals.
To apply changes at regular intervals, use the following command in the privileged mode:
(Instant Access Point)# commit apply
To view the changes that are yet to be applied, use the following command in the privileged mode:
(Instant Access Point)# show uncommitted-config
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide Dell W-Instant CLI | 5
To revert to the earlier configuration, use the following command in the privileged mode.
(Instant Access Point)# commit revert
Example:
(Instant Access Point)(config)# rf dot11a-radio-profile (Instant Access Point)(RF dot11a Radio Profile)# beacon-interval 200 (Instant Access Point)(RF dot11a Radio Profile)# no legacy-mode (Instant Access Point)(RF dot11a Radio Profile)# dot11h (Instant Access Point)(RF dot11a Radio Profile)# interference-immunity 3 (Instant Access Point)(RF dot11a Radio Profile)# csa-count 2 (Instant Access Point)(RF dot11a Radio Profile)# spectrum-monitor (Instant Access Point)(RF dot11a Radio Profile)# end
(Instant Access Point)# show uncommitted-config
rf dot11a-radio-profile no legacy-mode beacon-interval 200 no dot11h interference-immunity 3 csa-count 1 no spectrum-monitor
Instant Access Point# commit apply

Configuration Sub-modes

Some commands in configuration mode allow you to enter into a sub-mode to configure the commands specific to that mode. When you are in a configuration sub-mode, the command prompt changes to indicate the current sub­mode.
You can exit a sub-command mode and return to the basic configuration mode or the privileged Exec (enable) mode at any time by executing the exit or end command.

Deleting Configuration Settings

Use the no command to delete or negate previously-entered configurations or parameters.
l To view a list of no commands, type no at the prompt in the relevant mode or sub-mode followed by the question
mark. For example:
(Instant Access Point)(config) # no?
l To delete a configuration, use the no form of a configuration command. For example, the following command
removes a configured user role:
(Instant Access Point)(config) # no user <username>
l To negate a specific configured parameter, use the no parameter within the command. For example, the following
command deletes the PPPoE user configuration settings:
(Instant Access Point)(config) # pppoe-uplink-profile (Instant Access Point)(pppoe_uplink_profile)# no pppoe-username

Using Sequence Sensitive Commands

The Instant CLI does not support positioning or precedence of sequence-sensitive commands. Therefore, it is recommended that you remove the existing configuration before adding or modifying the configuration details for sequence-sensitive commands. You can either delete an existing profile or remove a specific configuration by using the no… commands.
The following table lists the sequence-sensitive commands and the corresponding no command to remove the configuration.
6 | Dell W-Instant CLI Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide
Table 2:
Sequence-Sensitive Commands
Sequence-Sensitive Command Corresponding no command
opendns <username <password> no opendns
rule <dest> <mask> <match> <protocol> <start-port> <end-port> {permit |deny | src-nat | dst-nat {<IP­address> <port>| <port>}}[<option1…option9>]
mgmt-auth-server <auth-profile-name>
set-role <attribute>{{equals| not-equals| starts­with| ends-with| contains} <operator> <role>| value­of}
set-vlan <attribute>{{equals| not-equals| starts­with| ends-with| contains} <operator> <VLAN-ID>| value-of}
auth-server <name> no auth-server <name>
no rule <dest> <:mask> <match> <protocol> <start-port> <end-port> {permit | deny | src-nat | dst-nat}
no mgmt-auth-server <auth-profile­name>
no set-role <attribute>{{equals| not-equals| starts-with| ends-with| contains} <operator>| value-of}
no set-role
no set-vlan <attribute>{{equals| not-equals| starts-with| ends-with| contains} <operator>| value-of}
no set-vlan

Saving Configuration Changes

The
running-config
To view the running-config of a W-IAP, use the following command:
holds the current W-IAP configuration, including all pending changes which are yet to be saved.
(Instant Access Point) # show running-config
When you make configuration changes through the CLI, the changes affect the current running configuration only. To save your configuration changes, use the following command in the privileged Exec mode:
(Instant Access Point)# write memory

Commands that Reset the W-IAP

If you use the CLI to modify a currently provisioned radio profile, the changes take place immediately. A reboot of the W-IAP is not required to apply the configuration changes. Certain commands, however, automatically force W-IAP to reboot. Verify the current network loads and conditions before executing the commands that enforce a reboot of the W-IAP, as they may cause a momentary disruption in service as the unit resets.
The reload command resets a W-IAP.

Command Line Editing

The system records your most recently entered commands. You can review the history of your actions, or reissue a recent command easily, without having to retype it.
To view items in the command history, use theuparrow key to move back through the list and the move forward. To reissue a specific command, press Enter when the command appears in the command history. You can also use the command line editing feature to make changes to the command prior to entering it. The command line editing feature allows you to make corrections or changes to a command without retyping. The following table lists the editing controls. To use key shortcuts, press and hold the Ctrl button while you press a letter key.
down
arrow key to
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide Dell W-Instant CLI | 7
Table 3:
Line Editing Keys
Key Effect Description
Ctrl A Home Move the cursor to the beginning of the line.
Ctrl B or the
left arrow
Ctrl D Delete Right Delete the character to the right of the cursor.
Ctrl E End Move the cursor to the end of the line.
Ctrl F or the
right arrow
Ctrl K Delete Right Delete all characters to the right of the cursor.
Ctrl N or the
down arrow
Ctrl P or
up arrow
Ctrl T Transpose Swap the character to the left of the cursor with
Ctrl U Clear Clear the line.
Ctrl W Delete Word Delete the characters from the cursor up to and
Ctrl X Delete Left Delete all characters to the left of the cursor.
Back Move the cursor one character left.
Forward Move the cursor one character right.
Next Display the next command in the command
history.
Previous Display the previous command in the command
history.
the character to the right of the cursor.
including the first space encountered.

Specifying Addresses and Identifiers in Commands

This section describes addresses and other identifiers that you can reference in CLI commands.
Table 4:
Address/Identifier Description
IP address For any command that requires entry of an IP address to specify a network entity,
Netmask address For subnet addresses, specify a subnet mask in dotted decimal notation (for
Media Access Control (MAC) address
Service Set Identifier (SSID)
Addresses and Identifiers
use IPv4 network address format in the conventional dotted decimal notation (for example, 192.0.2.1).
example, 255.255.255.0).
For any command that requires entry of a device’s hardware address, use the hexadecimal format (for example, 00:05:4e:50:14:aa).
A unique character string (sometimes referred to as a network name), consisting of no more than 32 characters. The SSID is case-sensitive (for example, WLAN-
01).
8 | Dell W-Instant CLI Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide
Address/Identifier Description
Basic Service Set Identifier (BSSID)
Extended Service Set Identifier (ESSID)
This entry is the unique hard-wireless MAC address of the AP. A unique BSSID applies to each frequency— 802.11a and 802.11g—used from the AP. Use the same format as for a MAC address.
Typically the unique logical name of a wireless network. If the ESSID includes spaces, enclose the name in quotation marks.
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide Dell W-Instant CLI | 9

aaa test-server

aaa test-server <servername> <username>

Description

This command tests a configured authentication server.

Syntax

Parameter Description
<servername>
<username>
Allows you to specify the authentication server for which the authentication test is run.
Allows you to specify the user name for which the authentication test is run.

Usage Guidelines

Use this command to view the CPU load for application and system processes. This command allows you to verify a configured RADIUS authentication server or the internal database. You can use this command to check for an “out of service” RADIUS server.

Example

The following example shows the output of the aaa test-server command:
Authentication is successful

Command History

Version Description
Dell Networking W-Series Instant Access Point
6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
10 | aaa test-server Dell Networking W-SeriesInstant 6.2.1.0-3.4 | CLI Reference Guide
Privileged EXEC mode

a-channel

a-channel <channel> <tx-power>

Description

This command configures 5 GHz radio channels for a specific W-IAP.

Syntax

Parameter Description Range
<channel>
<tx-power>
Configures the specified 5 GHz channel. The valid channels for a band
are determined by the AP regulatory domain.
Configures the specified transmission power values.
0-127 dBm

Usage Guidelines

Use this command to configure radio channels for the 5 GHz band for a specific W-IAP.

Example

The following example configures the 5 GHz radio channel:
(Instant Access Point)# a-channel 44 18

Command History

Version Description
Dell Networking W-Series Instant Access Point 6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide a-channel | 11
Privileged EXEC mode

a-external-antenna

a-external-antenna <gain>

Description

This command configures external antenna connectors for a W-IAP.

Syntax

Parameter Description Range
<gain>
Configures the antenna gain. You can configure a gain value in dBi for the following types of antenna:
l Dipole/Omni l Panel l Sector
Diploe/Omni - 6
Panel -14
Sector - 14

Usage Guidelines

If your W-IAP has external antenna connectors, you need to configure the transmit power of the system. The configuration must ensure that the system’s Equivalent Isotropically Radiated Power (EIRP) is in compliance with the limit specified by the regulatory authority of the country in which the W-IAP is deployed. You can also measure or calculate additional attenuation between the device and antenna before configuring the antenna gain. To know if your AP device supports external antenna connectors, see the

EIRP and Antenna Gain

The following formula can be used to calculate the EIRP limit related RF power based on selected antennas (antenna gain) and feeder (Coaxial Cable loss):
EIRP = Tx RF Power (dBm)+GA (dB) - FL (dB)
The following table describes this formula:
Install Guide
that is shipped along with the AP device.
Table 5:
Formula Variable Definitions
Formula Element Description
EIRP Limit specific for each country of deployment
Tx RF Power RF power measured at RF connector of the unit
GA Antenna gain
FL Feeder loss
For information on antenna gain recommended by the manufacturer, see dell.com/support.

Example

The following example configures external antenna connectors for the W-IAP with the 5 GHz radio band.
(Instant Access Point)# a-external-antenna 14
12 | a-external-antenna Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide

Command History

Version Description
Dell Networking W-Series Instant Access Point 6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
Privileged EXEC mode
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide a-external-antenna | 13

aeroscout-rtls

aeroscout-rtls <IP-address> <Port> [include-unassoc-sta] no...

Description

This command configures the Aeroscout Real-Time Asset Location Server (RTLS) settings for Instant and sends the Radio-frequency identification (RFID) tag information to an Aeroscout RTLS server.

Syntax

Command/Parameter Description Default
<IP-address>
<Port>
include-unassoc-stas
no
IP address of the Aeroscout RTLS server to which the location reports are sent.
Port number of the Aeroscout RTLS server to which the location reports are sent..
Includes the client stations not associated to any W-IAP when mobile unit reports are sent to the Aeroscout RTLS server.
Removes the Aeroscout RTLS configuration.
Disabled

Usage Guidelines

This command allows you to integrate Aeroscout RTLS server with Instant by specifying the IP address and port number of the Aeroscout RTLS server. When enabled, the RFID tag information for the stations associated with a W-IAP are sent to the AeroScout RTLS. You can also send the RFID tag information for the stations that are not associated with any W-IAP.

Example

The following example configures the Aeroscout RTLS server:
(Instant Access Point)(config)# aeroscout-rtls 192.0.2.2 3030 include-unassoc-sta (Instant Access Point)(config)# end (Instant Access Point)# commit apply

Command History

Version Description
Dell Networking W-Series Instant Access Point 6.2.1.0-3.3
Command was introduced.

Command Information

W-IAP Platform Command Mode
All platforms
14 | aeroscout-rtls Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide
Configuration mode

airgroup

airgroup
cppm enforce-registration cppm-query-interval <interval> cppm-server <server-name> cppm-server-dead-time <interval> disable enable enable-guest-multicast multi-swarm no…

Description

This command configures the AirGroup settings for Instant.

Syntax

Parameter Description Range Default
cppm enforce-registration
cppm-query-interval <interval>
cppm-server <server-name>
cppm-server-dead-time <interval>
disable
disallow-vlan
enable
Enforces the discovery of the CPPM registered devices. When enabled, only devices registered with CPPM will be discovered by Bonjour® devices, based on the CPPM policy configured.
Configures a time interval at which Instant sends a query to ClearPass Policy Manager for mapping the access privileges of each device to the available services.
Configures the ClearPass Policy Manager server information for AirGroup policy.
Sets a dead time for the CPPM server. 0-60
Disables the AirGroup feature.
Excludes the VLANs, so that AirGroup services such as AirPrint or AirPrint are not discovered by all clients.
Enables the AirGroup feature.
Enabled
1-60
minutes
minutes
Disabled
5
0
enable-guest-multicast
multi-swarm
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide airgroup | 15
Allows the users to use the Bonjour services enabled in a guest VLAN. When enabled, the Bonjour devices will be visible only in the guest VLAN and AirGroup will not discover or enforce policies in guest VLAN.
Enables inter cluster or intra cluster Disabled
Enabled
Parameter Description Range Default
mobility.
l In the Intra Cluster model, the W-IAP
does not share the Multicast DNS (mDNS) database information with the other clusters.
l In the Inter Cluster model, the W-IAP
shares the mDNS database information with the other clusters. The DNS records in the Virtual Controller can be shared with the all the Virtual Controllers specified for L3 Mobility.
no…
Removes the specified configuration parameter.

Usage Guidelines

Use this command to configure the AirGroup, the availability of the AirGroup services, and Dell Networking W­ClearPass Policy Manager (CPPM) servers.

Example

The following example configures an AirGroup profile:
(Instant Access Point)(config)# airgroup (Instant Access Point)(airgroup)# cppm enforce-registration (Instant Access Point)(airgroup)# cppm-server Test (Instant Access Point)(airgroup)# cppm-server-dead-time 30 (Instant Access Point)(airgroup)# cppm-query-interval 10 (Instant Access Point)(airgroup)# disallow-vlan 200 (Instant Access Point)(airgroup)# enable-guest-multicast (Instant Access Point)(airgroup)# multi-swarm (Instant Access Point)(airgroup)# end (Instant Access Point)# commit apply

Command History

Version Description
Dell Networking W-Series Instant Access Point 6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
16 | airgroup Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide
Configuration mode and AirGroup configuration sub-mode.

airgroupservice

airgroupservice <AirGroup-service-profile>
description <description> disallow-role <role> disallow-vlan <VLAN-ID> enable disable id <AirGroupservice-ID> no…

Description

This command configures the availability of AirGroup services such as AirPrint™ and AirPlay™ for a W-IAP.

Syntax

Parameter Description Default
<AirGroup-service>
<description>
disallow-role <role>
disallow-vlan <VLAN-ID>
enable
disable
id <AirGroupservice-ID>
no…
Assigns a name for the AirGroup service profile.
Adds a description to the AirGroup Service profile.
Restricts the user roles specified for role from accessing the AirGroup service.
Restricts the users assigned to these VLANs from accessing the AirGroup service.
Enables the AirGroup service for the profile.
Disables AirGroup services for the profile.
Indicates the AirGroup service ID, which is the name of a Bonjour service offered by a Bonjour-enabled device or application.
Removes the AirGroup service configuration.
Disabled
Disabled

Usage Guidelines

Use this command to enforce AirGroup service policies and define the availability of a Bonjour services such as Apple® AirPrint and AirPlay for an AirGroup profile. When configuring Bonjour service for an AirGroup profile, you can also restrict specific user roles and VLANs from availing the AirGroup services.

Example

The following example configures AirGroup services:
(Instant Access Point)(config)# airgroupservice Example (Instant Access Point)(airgroup-service)# id 23 (Instant Access Point)(airgroup-service)# description Example AirGroup Service (Instant Access Point)(airgroup-service)# disallow-role guest (Instant Access Point)(airgroup-service)# disallow-vlan 200 (Instant Access Point)(airgroup-service)# end (Instant Access Point)# commit apply
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide airgroupservice | 17

Command History

Version Description
Dell Networking W-Series Instant Access Point 6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
Configuration mode and AirGroup services configuration sub­mode.
18 | airgroupservice Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide

airwave-rtls

airwave-rtls <IP-address> <Port> <key> <frequency> [include-unassoc-sta] no…

Description

This command integrates W-AirWave Real-Time Asset Location Server (RTLS) settings for Instant and sends the Radio-frequency identification (RFID) tag information to an W-AirWave RTLS server with the RTLS feed to accurately locate the wireless clients.

Syntax

Command/Parameter Description Default
<IP-address>
<Port>
<key>
<frequency>
include-unassoc-sta
no…
Configures the IP address of the W-AirWave RTLS server.
Configures the port for the W-AirWave RTLS server.
Configures key for service authorization.
Configures the frequency at which packets are sent to the RTLS server in seconds.
When enabled, this option sends mobile unit reports to the W-AirWave RTLS server for the client stations that are not associated to any W-IAP (unassociated stations).
Removes the specified configuration parameter.
5
Disabled

Usage Guidelines

Use this command to send the RFID tag information to W-AirWave RTLS. Specify the IP address and port number of the W-AirWave server, to which the location reports must be sent. You can also send reports of the unassociated clients to the RTLS server for tracking purposes.

Example

The following command enables AirWave RTLS:
(Instant Access Point)(config) # airwave-rtls ams-ip 192.0.2.3 3030 pass@1234 5 include­unassoc-sta

Command History

Version Description
Dell Networking W-Series Instant Access Point
6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide airwave-rtls | 19
Configuration mode
alg
alg
sccp-disable sip-disable ua-disable vocera-disable no…

Description

This command allows you to modify the configuration settings for Application Layer Gateway (ALG) protocols enabled on a W-IAP. An application-level gateway consists of a security component that augments a firewall or NAT used in a network.

Syntax

Command/Parameter Description Default
sccp-disable
sip-disable
ua-disable
vocera-disable
no…
Disables the Skinny Call Control Protocol (SCCP). Enabled
Disables the Session Initiation Protocol (SIP) for VOIP and other text and multimedia sessions.
Disables the Alcatel-Lucent NOE protocol. Enabled
Disables the VOCERA protocol. Enabled
Removes the specified configuration parameter.

Usage Guidelines

Use this command to functions such as SIP, Vocera, and Cisco Skinny protocols for ALG.

Example

The following example configures the ALG protocols:
(Instant Access Point)(config)# alg (Instant Access Point)(ALG)# sccp-disable (Instant Access Point)(ALG)# no sip-disable (Instant Access Point)(ALG)# no ua-disable (Instant Access Point)(ALG)# no vocera-disable (Instant Access Point)(ALG)# end (Instant Access Point)# commit apply
Enabled

Command History

Version Description
Dell Networking W-Series Instant Access Point 6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
20 | alg Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide
Configuration mode and ALG configuration sub-mode.

allow-new-aps

allow-new-aps no…

Description

This command allows the new access points to join the W-IAP cluster.

Syntax

Command/Parameter Description
allow-new-aps
no
Allows new access points in the domain.
Removes the specified configuration parameter.

Usage Guidelines

Use this command to allow the new access points to join the W-IAP cluster.

Example

The following command allows the new W-IAPs to join the cluster.
(Instant Access Point)(config)# allow-new-aps

Command History

Version Description
Dell Networking W-Series Instant Access Point
6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide allow-new-aps | 21
Configuration mode

allowed-ap

allowed-ap <MAC-address> no…

Description

This command allows an AP to join the W-IAP cluster.

Syntax

Command/Parameter Description
allowed-ap <MAC-address>
no…
Specifies the MACaddress of the W-IAP that is allowed to join the cluster.
Removes the specified configuration parameter.

Usage Guidelines

Use this command to allow a W-IAP to join the cluster.

Example

The following command configures an allowed W-IAP:
(Instant Access Point)(config)# allowed-ap 01:23:45:67:89:AB

Command History

Version Description
Dell Networking W-Series Instant Access Point
6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
22 | allowed-ap Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide
Configuration mode

ams-backup-ip

ams-backup-ip <IP-address> no…

Description

This command adds the IP address of the backup W-AirWave Management Server.

Syntax

Parameter Description
<IP-address>
no…
Configures the IP address of the secondary W-AirWave Management Server.
Removes the specified configuration parameter.

Usage Guidelines

Use this command to add the IP address of the backup W-AirWave Management Server. The backup server provides connectivity when the W-AirWave primary server is down. If the W-IAP cannot send data to the primary server, the Virtual Controller switches to the backup server automatically.

Example

The following command configures an W-AirWave backup server.
(Instant Access Point)(config)# ams-backup-ip 192.0.2.1

Command History

Version Description
Dell Networking W-Series Instant Access Point
6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide ams-backup-ip | 23
Configuration mode

ams-identity

ams-identity <Name>

Description

This command uniquely identifies the group of W-IAPs managed or monitored by the W-AirWave Management console. The name can be a location, vendor, department, or any other identifier.

Syntax

Parameter Description
ams-identity <Name>
Configures a name that uniquely identifies the W-IAP on the W­AirWave Management server. The name defined for this command will be displayed under the Groups tab in the W-AirWave user interface.

Usage Guidelines

Use this command to assign an identity for the W-IAPs monitored or managed by the W-AirWave Management Server.

Example

The following command configures an W-AirWave identifier:
(Instant Access Point)(config)# ams-identity dell

Command History

Version Description
Dell Networking W-Series Instant Access Point 6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
24 | ams-identity Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide
Configuration mode

ams-ip

ams-ip <IP-address> no…

Description

This command configures the IP address of the W-AirWave Management console for a W-IAP.

Syntax

Parameter Description
<IP-address>
Configures the IP address of an W-AirWave Management server for a W-IAP.

Usage Guidelines

Use this command to configure the IP address of the AMS console for a W-IAP.

Example

The following command configures the W-AirWave Server.
(Instant Access Point)(config)# ams-ip 192.0.1.2

Command History

Version Description
Dell Networking W-Series Instant Access Point 6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide ams-ip | 25
Configuration mode

ams-key

ams-key <key> no…

Description

This command assigns a shared key for service authorization.

Syntax

Parameter Description
<key>
no…
Authorizes the first Virtual Controller to communicate with the W-AirWave server.
Removes the specified configuration parameter.

Usage Guidelines

Use this command to assign a shared key for service authorization. This shared key is used for configuring the first AP in the Instant network.

Example

The following command configures the shared key for the W-AirWave server.
(Instant Access Point)(config)# ams-key key@789

Command History

Version Description
Dell Networking W-Series Instant Access Point 6.2.1.0-3.3
This command is introduced.

Command Information

W-IAP Platform Command Mode
All platforms
26 | ams-key Dell Networking W-SeriesInstant 6.2.1.0-3.4 | CLI Reference Guide
Configuration mode
arm
arm
a-channels <a-channel> air-time-fairness-mode {<default-access>| <fair-access>| <preferred-access>} band-steering-mode {balance-bands|prefer-5ghz| force-5ghz| disable} client-aware g-channels <g-channel> min-tx-power <power> max-tx-power <power> scanning spectrum-load-balancing [calc-interval <Seconds> |calc-threshold <threshold> | nb-matching <Percentage>] wide-bands {<none>| <all>| <2.4>| <5>} no…

Description

This command assigns an Adaptive Radio Management (ARM) profile for a W-IAP and configures ARM features such as band steering, spectrum load balancing, airtime fairness mode, and access control features.

Syntax

Command/Parameter Description Range Default
a-channels <a-channel>
air-time-fairness-mode {<default-access>| <fair­access>| <preferred­access>}
band-steering-mode {<balance-bands>|<prefer­5ghz>| <force-5ghz>| <disable>}
Configures 5 GHz channels.
Allows equal access to all clients on the wireless medium, regardless of client type, capability, or operating system and prevents the clients from monopolizing resources. You can configure any of the following modes:
l default-access — To provide access based
on client requests. When this mode is configured, the per user and per SSID bandwidth limits are not enforced.
l fair-access — To allocate Airtime evenly
across all the clients.
l preferred-access — To set a preference
where 11n clients are assigned more airtime than 11a/11g. The 11a/11g clients get more airtime than 11b. The ratio is 16:4:1.
Assigns the dual-band capable clients to the 5 GHz band on dual-band. It reduces co­channel interference and increases available bandwidth for dual-band clients, because there are more channels on the 5 GHz band than on the 2.4 GHz band. You can configure any of the following band-steering modes:
default-
access,fair-
access,
preferred-
access
balance-
bands,
prefer-
5ghz,
force-5ghz,
disable
default-
access
balance-
bands
l prefer-5ghz — To allow the W-IAP to steer
the client to 5 GHz band (if the client is 5 GHz capable). However, the W-IAP allows the client connection on the 2.4 GHz band if the client persistently attempts for 2.4 GHz association.
l force-5ghz — To enforce 5 GHz band
steering mode on the W-IAPs, so that the 5
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide arm | 27
Command/Parameter Description Range Default
GHz capable clients are allowed to use only the 5GHz channels.
l balance-bands — To allow the W-IAP to
balance the clients across the two 2.4 GHz and 5 GHz radio and to utilize the available bandwidth.
l disable — To allow the clients to select the
bands.
client-aware
g-channels <g-channel>
min-tx-power <power>
max-tx-power <power>
Enables the client aware feature. When
Enabled enabled, the W-IAP will not change channels for the Access Points when clients are active, except for high priority events such as radar or excessive noise. The client aware feature must be enabled in most deployments for a stable WLAN.
Configures 2.4 GHz channels.
Sets the minimum transmission power. This
0-127 dBm 18 indicates the minimum Effective Isotropic Radiated Power (EIRP). If the minimum transmission EIRP setting configured on an AP is not supported by the AP model, this value is reduced to the highest supported power setting.
Sets the highest transmit power levels for the
0-127 dBm 127 AP. If the maximum transmission EIRP configured on an AP is not supported by the AP model, the value is reduced to the highest supported power setting.
NOTE: Higher power level settings may be
constrained by local regulatory requirements and AP capabilities.
scanning
Allows the W-IAPs to scan other channels for
Disabled RF Management and Wireless Intrusion Protection System enforcement.
spectrum-load-balancing
Enables spectrum load balancing on W-IAPs so that clients are assigned to less loaded
Enable,
Disable
Enabled
channels. When enabled, The W-IAPs create virtual RF neighborhoods amongst access points for efficient client association management. The Virtual Controller compares whether a W-IAP has more clients than its neighboring W-IAPs on other channels. When the client load for a W-IAP reaches or exceeds the threshold specified for SLB threshold, load balancing is enabled on the W-IAP.
spectrum-load-balancing calc-interval <Seconds>
Determines how often spectrum load balancing must be calculated. The W-IAPs
10–600
seconds
30
scan all valid channels in the regulatory
28 | arm Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide
Command/Parameter Description Range Default
domain at the interval specified on this field.
spectrum-load-balancing nb­matching <Percentage>
spectrum-load-balancing calc-threshold <threshold>
wide-bands {<none>| <all>| <2.4>| <5>}
no…
Indicates the percentage for comparing client density of W-IAP neighbors to determine the client load on a specific AP channel.
Indicates the number of clients on a channel. When the client load for a W-IAP reaches or exceeds the specified threshold, load balancing is enabled on the AP.
Allows administrators to configure 40 MHz. channels in the 2.4 GHz and 5.0 GHz bands. 40 MHz channels are two 20 MHz adjacent channels that are bonded together. The 40 MHz channels double the frequency bandwidth available for data transmission. For high performance, enter 5GHz. If the AP density is low, enter 2.4GHz.
Removes the current value for that parameter and return it to its default setting
20-100 75%
1-20 2
none, all,
2.4, and 5
5

Usage Guidelines

Use this command to configure ARM features on a W-IAP. ARM ensures low-latency roaming, consistently high performance, and maximum client compatibility in a multi-channel environment. By ensuring the fair distribution of available Wi-Fi bandwidth to mobile devices, ARM ensures that data, voice, and video applications have sufficient network resources at all times. ARM allows mixed 802.11a, b, g, and n client types to inter operate at the highest performance levels.

Example

The following example configures an ARM profile:
(Instant Access Point)(config)# arm (Instant Access Point)(ARM)# a-channels 44 (Instant Access Point)(ARM)# min-tx-power 18 (Instant Access Point)(ARM)# max-tx-power 127 (Instant Access Point)(ARM)# band-steering-mode prefer-5ghz (Instant Access Point)(ARM)# air-time-fairness-mode fair-access (Instant Access Point)(ARM)# wide-bands 5 (Instant Access Point)(ARM)# spectrum-load-balancing (Instant Access Point)(ARM)# spectrum-load-balancing calc-interval 60 (Instant Access Point)(ARM)# spectrum-load-balancing nb-matching 60 (Instant Access Point)(ARM)# spectrum-load-balancing calc-threshold 2 (Instant Access Point)(ARM)# end (Instant Access Point)# commit apply

Command History

Version Description
Dell Networking W-Series Instant Access Point
6.2.1.0-3.3
This command is introduced.
Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide arm | 29

Command Information

W-IAP Platform Command Mode
All platforms
Configuration and ARM configuration sub-mode.
30 | arm Dell Networking W-Series Instant 6.2.1.0-3.4 | CLI Reference Guide
Loading...
+ 452 hidden pages