ALTIGEN QOS for HP Switches
Posted by: AndOrTech
I needed to do this for a customer and thought someone else may need it.
Here are the ports we need for the Alitgen VOICE.
Voip – RTP - UDP 49152-49998
IP/IPtalk – tcp 10032,10064 - UDP 10060 – UDP 30000-31000 – UDP 10064
I did a bit of research and it does not appear that you can enter ranges via the web interface. So here is the script you need to have this program up the ports via the command line.
On a desktop/laptop on the network.
Start – Run – telnet (enter the IP of the switch) - enter.
You should see the a similar line as this: ( the HP 5406 part can be anything)
HP 5406 Switch#
Copy all of the following to the clip board from conf to exit.
Conf
qos udp-port range 49152 49998 priority 7
qos udp-port range 30000 31000 priority 7
qos tcp-port 10032 priority 7
qos tcp-port 10064 priority 7
qos udp-port 10064 priority 7
qos udp-port 10060 priority 7
wr mem
exit
Right click on the top of the dos window and choose edit – paste. It will run all of the commands and save the changes.
You should end up on the same command line as where you started.
Move on to the next switch.
Good luck!




