Switches, Hubs, and Modems
1753431 Members
4771 Online
108793 Solutions
New Discussion юеВ

Re: QOS on 5406zl with Alcatel Phones

 
SOLVED
Go to solution
jowiroe
Occasional Advisor

QOS on 5406zl with Alcatel Phones

Hi all,

i have to configure our ProCurve 5406zl Switches for a new Alcatel-Lucent IP Phone Solution. Im not sure how to setup the QOS- Settings on the ProCurves.
I created a new VLAN (50) for the IP Phones and the PBX.
The Technician who will install the PBX said that he needs TOS 5 and DiffServ 46...
Can anyone help me how to configure the ProCurves for this ? Thanks !
My current setup is:

vlan 50
name "VOIP_NET"
untagged A18-A20
qos priority 7
tagged Trk1-Trk3
voice
ip address 192.168.50.1 255.255.255.0
3 REPLIES 3
cenk sasmaztin
Honored Contributor
Solution

Re: QOS on 5406zl with Alcatel Phones

hi jowiroe
you have done L2 QoS configuration but L2 QoS configuration running only on tagged state port

you need L3 QoS configuration on network switch


config)#qos type-of-service diff-services
config)#qos udp-port 5060 dscp 101110
config)#qos udp-port 5061 dscp 101110

5060 and 5061 udp port for SIP protocol
if your ip phone use another port for voice communication you must chang port number in command
cenk

jowiroe
Occasional Advisor

Re: QOS on 5406zl with Alcatel Phones

Hi cenk sasmaztin,

many thanks for your answer.
After talking to our Phone- Technician again,
he said that the Phones will send a DiffServ
Codepoint of 101110.
So if understand that correctly in this case i only need this global configuration:

NET11# qos type-of-service diff-services
NET11# qos dscp-map 101110 prio 7
NET11#(vlan50) untagged A1-A20 (the phones)

I├В┬┤m right or totally wrong ?



jowiroe
Occasional Advisor

Re: QOS on 5406zl with Alcatel Phones

will start a new thread...