USRobotics Instant802 APSDK User Manual

Page 229

Advertising
background image

Professional Access Point

Administrator Guide

Class Structure, Commands, and Examples - 229

Review Guest Login Settings

The following example shows the results of the "set portal" command after specifying some new

settings:

USR5453-AP# get portal
Field Value
-----------------------------------------------------
status up
welcome-screen on
welcome-screen-text Welcome to the Stephens Network

Configuring Multiple BSSIDs on Virtual Wireless Networks

Configuring Virtual Wireless Network "One" on Radio One

1. Configure these settings from the Web User Interface first:

On Advanced menu’s Ethernet (Wired) Settings tab on the Web User Interface, enable Virtual
Wireless Networks as described in

“Enabling and Disabling Virtual Wireless Networks on the

Access Point” on page 92

.

On Advanced menu’s Virtual Wireless Networks tab on the Web User Interface, provide a VLAN ID
as described in

“Configuring VLANs” on page 126

.

2. Use the CLI to configure Security on the interface.

The following example shows commands for configuring WPA/WPA2 Enterprise (RADIUS) security
mode, allowing "Both" WPA and WPA2 clients to authenticate and using a TKIP cipher suite:

USR5453-AP# set bss wlan0bssvwn1 open-system-authentication on
USR5453-AP# set bss wlan0bssvwn1 shared-key-authentication on
USR5453-AP# set bss wlan0bssvwn1 wpa-allowed on
USR5453-AP# set bss wlan0bssvwn1 wpa2-allowed on
USR5453-AP# set bss wlan0bssvwn1 wpa-cipher-tkip on
USR5453-AP# set bss wlan0bssvwn1 wpa-cipher-ccmp off
USR5453-AP# set bss wlan0bssvwn1 radius-ip 127.0.0.1
USR5453-AP# set bss wlan0bssvwn1 radius-key secret
USR5453-AP# set bss wlan0bssvwn1 status up
USR5453-AP# set interface wlan0vwn1 security wpa-enterprise

3. Use the CLI to set the Network Name (

SSID

) for the new Virtual Wireless Network:

USR5453-AP# set interface wlan0vwn1 ssid my-vwn-one

Note

Before configuring this feature, make sure you are familiar with the names of the interfaces as
described in

“Understanding Interfaces as Presented in the CLI” on page 190

. The interface name you

reference in a command determines whether a setting applies to a wired or wireless interface or to the
Internal or Guest network,.

Advertising