Polycom 1725-36082-001 Switch User Manual


 
Configuration Guide
PN: 1725-36082-001_G.doc
12
# Enables pre-shared-key authentication.
set service-profile Voice auth-dot1x disable
# Disables 802.1x authentication.
set service-profile Voice attr vlan-name Voice
# Specifies the VLAN name to map the voice handsets
traffic to.
Radio Profile configuration
The default Radio Profile needs to be modified to disable certain
features to support the handsets. To modify the default Radio Profile
using CLI:
set radio-profile default service-profile Voice
# Maps the voice service profile and SSID to the
radio profile. This determines which 802.11 radios
advertise and can support voice handsets.
set radio-profile default dtim-interval 3
# Sets the DTIM interval to support push-to-talk.
set radio-profile default auto-tune channel-config
disable
# Disables automatic channel assignment for radios
assigned to the radio profile. A static channel
configuration is recommended to provide a stable and
optimum RF environment for the handsets.
set radio-profile default active-scan disable
# Disables active-scanning which prevents the radios
from going off-channel and disrupting voice services.
set radio-profile default qos-mode svp
# Sets the QoS mode to SVP. WMM support is not
currently available on the SpectraLink Wireless
Telephones.
Access control list
To create an access control list (ACL) that allows and prioritizes IP
protocol 119 (SVP) with a Class of Service (CoS) 7 and allows all other
IP traffic on the Voice VLAN using CLI:
set security acl ip SpectraLink permit cos 7 119 0.0.0.0
255.255.255.255 0.0.0.0 255.255.255.255
# Creates an ACL that matches protocol 119 (SVP) and
marks it with a CoS 7.
set security acl ip SpectraLink permit 0.0.0.0
255.255.255.255
# Creates an ACL that matches all traffic and ports.
commit security acl SpectraLink
# Commits and applies the ACL.