Polycom 2300 User Manual

Page of 39
 
 Configuration Guide 
PN: 1725-36082-001_F.doc 
14 
# Applies the ACL to the Voice VLAN for ingress and 
egress traffic. 
To create an ACL that allows and prioritizes IP protocol 119 (SVP) 
with a Class of Service (CoS) 7 and denies 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 
commit security acl SpectraLink 
# Commits and applies the ACL. 
set security acl map SpectraLink vlan Voice in 
set security acl map SpectraLink vlan Voice out 
# Applies the ACL to the Voice VLAN for ingress and 
egress traffic. 
Saving changes 
To save the current changes to a WSS using CLI: 
save config 
# Saves all configuration changes to the running 
configuration file.