Does any one have any advice (examples) for enabling QoS to work with ShoreTel phones?
Thanks!
Thanks!
class-map match-all SHORETEL_VOIP match ip dscp ef match access-group 101 match access-group 102 access-list 101 permit udp any any eq 2427 access-list 101 permit udp any any eq 2727 access-list 101 permit udp any any range 5440 5446 access-list 101 permit udp any any eq 5004 access-list 102 remark : ShoreTel Server VoIP Packets access-list 102 permit udp any gt 1024 host 192.168.10.20 gt 1024 access-list 102 permit udp host 192.168.10.20 gt 1024 any gt 1024
access-list 102 permit udp any host 192.168.10.20 access-list 102 permit udp host 192.168.10.20 any
interface Gig 0/0 service-policy output VOIP_POLICY ! policy-map VOIP_POLICY class SHORETEL_VOIP_RTP priority percent 75 class SHORETEL_VOIP_RTP_NO_DSCP set ip dscp ef priority percent 75 class SHORETEL_CALL_CTRL set ip dscp af31 priority percent 5 class class-default set dscp default fair-queue random-detect ! class-map match-any SHORETEL_VOIP_RTP match ip dscp ef ! class-map match-any SHORETEL_VOIP_NO_DSCP match access-group 101 ! class-map match-any SHORETEL_CALL_CTRL match access-group 102 ! access-list 101 permit udp any any eq 5004 ! access-list 102 permit udp any any eq 2427 access-list 102 permit udp any any eq 2727 access-list 102 permit udp any any range 5440 5446
Comment