Polycom A6000 Network Hardware User Manual


 
Configuration Guide
PN: 1725-36080-001_J.doc
12
SSID Configuration
CLI command configuration
APs can be configured using the CLI or the Web interface. Each AP is
identified by a unique location code. The APs can either be configured
per location with unique settings using the AP’s unique location code
or globally using the wildcard location. “
0” is used as the wildcard.
Example:
ap location 0.0.0 will configure all Aruba APs on the
WLAN system. Both the Aruba APs and the Spectralink handsets
support the 802.11a and the 802.11b/g radios. To apply the SSID to
both bands configure the SSID as follows:
configure terminal
ap location x.y.z
virtual-ap aruba
vlan-id 26 opmode wpa2-aes-psk
wpa-passphrase thisisthekey dtim-period 3
If the voice network needs to exist only in the 802.11a band ,
configure the virtual AP under the 802.11a settings on the controller.
configure terminal
ap location x.y.z
phy-type a virtual-ap aruba vlan-id 26 opmode wpa2-aes-
psk
wpa-passphrase thisisthekey dtim-period 3
If the voice network needs to exist only in the 802.11g band, configure
the virtual AP under the 802.11g settings on the controller.
configure terminal
ap location x.y.z
phy-type g
virtual-ap aruba vlan-id 26 opmode wpa2-aes-
psk
wpa-passphrase thisisthekey dtim-period 3
To save changes, enter:
write mem