Toshiba QoS

I have been involved in a recent project aimed at updating a QoS implimentation for VOIP using Toshiba IP phones.  What is interesting about this project is the difference in prioritization needs between legacy IPT2000 phones and the newer 5000 phones.

The previous implementation was composed of the following class-maps:

class-map match-any voip
match ip rtp 16384 167  – Media channel for TDM RTP/RTCP port range 16384-16511 UDP
match ip rtp 20480 511 – Media channel for NAT RTP port range 20480-20991
match ip rtp 20992 3583 – Media channel for IPQSIG RTP port range 20992-24575 (only needed for IPQSIG trunks)
match ip rtp 6400 1791 – Call control channel StrataNet/IPQSIG 6400-8191 TCP
match ip dscp ef – DSCP tagging by phone system see Toshiba CTX programs FK[03] (enable), FK[04] (DSCP), FK[06] (46), FK[08] (Voice), FK[11] (High).
match access-group 106 – Calls access list 106

access-list 106 permit tcp any any eq 2944
access-list 106 permit udp any any eq 1718
access-list 106 permit udp any any eq 1719
access-list 106 permit udp any any eq 1500
access-list 106 permit udp any any eq 1501
access-list 106 permit udp any any eq 1502
access-list 106 permit udp any any eq 1503
access-list 106 permit udp any any eq 49152
access-list 106 permit udp any any eq 49153
access-list 106 permit tcp any any eq 4029

Interestingly some of the port usage has changed since Toshiba started using the MIPU cards instead of the LIPUs.

Leave a Reply

%d bloggers like this: