User`s manual
252
DWS-1008 User’s Manual
D-Link Systems, Inc.
Conguring and Managing Security ACLs
DWS-1008# commit security acl voip
4. Map the ACL to the outbound trafc direction of VLAN corp_vlan:
DWS-1008# set security acl map voip vlan corp_vlan out
Enabling SVP Optimization for SpectraLink Phones
You can congure MSS to prioritize voice trafc for VoIP phones that use SpectraLink Voice
Priority (SVP). If you disable WMM support and enable SVP support, MSS ensures voice
quality for SpectraLink phones using SVP by allocating CoS queues 6 and 7 on the MAP
for distinct SVP treatment as well as forwarding all trafc from that queue before forwarding
trafc from other queues.
You can enable SVP optimization on a VLAN, port group, port list, virtual port list, Distributed
AP, or user glob. To enable SVP optimization, disable WMM support on the radio prole that
serves the SVP users, congure an ACL that assigns trafc for IP protocol 119 to CoS queue
6 or 7, and map the ACL to the outbound trafc direction.
For example, to enable SVP support for all users in VLAN corp_vlan, perform the following
steps:
1. Disable WMM support on the radio prole that will serve SVP users, to enable SVP
optimization on AP forwarding queues 6 and 7 for radios managed by that radio
prole:
DWS-1008# set radio-prole radprofsvp wmm disable
2. Congure an ACE in ACL svp that assigns IP protocol 119 trafc for all source and
destination addresses to CoS queue 7:
DWS-1008# set security acl ip svp permit cos 7 119 0.0.0.0 255.255.255.255
0.0.0.0 255.255.255.255
3. Congure another ACE to change the default action of the ACL from deny to permit.
Otherwise, the ACL permits only voice trafc that matches the previous ACE and
denies all other trafc.
DWS-1008# set security acl ip svp permit 0.0.0.0 255.255.255.255
4. Commit the ACL to the conguration:
DWS-1008# commit security acl svp
5. Map the ACL to the outbound trafc direction of VLAN corp_vlan:
DWS-1008# set security acl map voip vlan corp_vlan out