Trapeze Networks: Mobility System for MP 422 Access Points

Service profile commands (SSID & security policy setup)

WPA2-PSK

Assume you are creating service profile “vowlan-wpa2” to define the ESSID “phones,” as well as a WPA2-PSK security policy. The following commands are needed to setup the service for MP access points:

set service-profile Voice ssid-name vowlan-wpa2

#sets the name of the service profile and SSID to vowlan-wpa2

set service-profile Voice auth-fallthru last-resort

#specifies the authentication for the service profile to open access

set service-profile Voice rsn-ie enable

# enables WPA2 security

set service-profile Voice cipher-tkip disable

# disables TKIP

set service-profile Voice cipher-ccmp enable

# enables AES / CCMP

set service-profile Voice psk-phrase <passphrase>

# defines a passphrase

set service-profile Voice auth-psk enable

#enables pre-shared key authentication set service-profile Voice auth-dot1x disable

#disables 802.1x authentication

set service-profile Voice attr vlan-name default

# maps the handsets to the vlan named default

WPA-PSK

Assume you are creating service profile “vowlan-wpa” to define the ESSID “phones,” as well as a WPA-PSK security policy. The following commands are needed to setup the service for MP access points:

set service-profile Voice ssid-name vowlan-wpa

#sets the name of the service profile and SSID to vowlan-wpa

set service-profile Voice auth-fallthru last-resort

#specifies the authentication for the service profile to open access

set service-profile Voice wpa-ie enable

# enables WPA security

set service-profile Voice psk-phrase <passphrase>

PN: 1725-36060-001_D.doc

7

Page 7
Image 7
Polycom 1725-36060-001 manual Service profile commands Ssid & security policy setup, WPA2-PSK