Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > VOIP and QOS

Reply
Thread Tools

VOIP and QOS

 
 
mikeg001@gmail.com
Guest
Posts: n/a
 
      10-01-2007
Hi,
have limited knowledge of QOS and need to configure QOS on our
2950s that's running our phone system asterisk, we are using a
combination of polyocm and aastra sip phones.
I hope like to configure QOS on and get rid of our current choppy
calls - anyone can give me an idea or example of the commands I will
use for QOS?

 
Reply With Quote
 
 
 
 
luvsmecats
Guest
Posts: n/a
 
      10-01-2007
add this to your phone int. works fine for us. Also you will need qos on
router as well.

switchport priority extend cos 0

<> wrote in message
news: ups.com...
> Hi,
> have limited knowledge of QOS and need to configure QOS on our
> 2950s that's running our phone system asterisk, we are using a
> combination of polyocm and aastra sip phones.
> I hope like to configure QOS on and get rid of our current choppy
> calls - anyone can give me an idea or example of the commands I will
> use for QOS?
>



 
Reply With Quote
 
 
 
 
mikeg001@gmail.com
Guest
Posts: n/a
 
      10-01-2007
On Oct 1, 3:15 pm, "luvsmecats" <luvsmec...@hotmail.com> wrote:
> add this to your phone int. works fine for us. Also you will need qos on
> router as well.
>
> switchport priority extend cos 0
>
> <mikeg...@gmail.com> wrote in message
>
> news: ups.com...
>
> > Hi,
> > have limited knowledge of QOS and need to configure QOS on our
> > 2950s that's running our phone system asterisk, we are using a
> > combination of polyocm and aastra sip phones.
> > I hope like to configure QOS on and get rid of our current choppy
> > calls - anyone can give me an idea or example of the commands I will
> > use for QOS?


Do i apply that to all my ports on my switch ?

 
Reply With Quote
 
thort thort is offline
Member
Join Date: Sep 2007
Posts: 35
 
      10-01-2007
QoS needs to be applied to all the access ports that the phones are connected to, the trunk links that interconnect the switches, and the IP router(s).
 
Reply With Quote
 
mikeg001@gmail.com
Guest
Posts: n/a
 
      10-02-2007
On Oct 1, 3:47 pm, mikeg...@gmail.com wrote:
> On Oct 1, 3:15 pm, "luvsmecats" <luvsmec...@hotmail.com> wrote:
>
>
>
> > add this to your phone int. works fine for us. Also you will need qos on
> > router as well.

>
> > switchport priority extend cos 0

>
> > <mikeg...@gmail.com> wrote in message

>
> >news: oups.com...

>
> > > Hi,
> > > have limited knowledge of QOS and need to configure QOS on our
> > > 2950s that's running our phone system asterisk, we are using a
> > > combination of polyocm and aastra sip phones.
> > > I hope like to configure QOS on and get rid of our current choppy
> > > calls - anyone can give me an idea or example of the commands I will
> > > use for QOS?

>
> Do i apply that to all my ports on my switch ?


I think based on what i have seen this command is for cisco ip phones
or will that work on any ip phone ?


 
Reply With Quote
 
luvsmecats
Guest
Posts: n/a
 
      10-02-2007
We ar using it on Cisco phones but we also have customers that have a PBX
and non Cisco phones. NP
<> wrote in message
news: ups.com...
> On Oct 1, 3:47 pm, mikeg...@gmail.com wrote:
> > On Oct 1, 3:15 pm, "luvsmecats" <luvsmec...@hotmail.com> wrote:
> >
> >
> >
> > > add this to your phone int. works fine for us. Also you will need qos

on
> > > router as well.

> >
> > > switchport priority extend cos 0

> >
> > > <mikeg...@gmail.com> wrote in message

> >
> > >news: oups.com...

> >
> > > > Hi,
> > > > have limited knowledge of QOS and need to configure QOS on our
> > > > 2950s that's running our phone system asterisk, we are using a
> > > > combination of polyocm and aastra sip phones.
> > > > I hope like to configure QOS on and get rid of our current choppy
> > > > calls - anyone can give me an idea or example of the commands I will
> > > > use for QOS?

> >
> > Do i apply that to all my ports on my switch ?

>
> I think based on what i have seen this command is for cisco ip phones
> or will that work on any ip phone ?
>
>



 
Reply With Quote
 
Arthur Brain
Guest
Posts: n/a
 
      10-04-2007

mikeg...@gmail.com wrote:
> Hi,
> have limited knowledge of QOS and need to configure QOS on our
> 2950s that's running our phone system asterisk, we are using a
> combination of polyocm and aastra sip phones.
> I hope like to configure QOS on and get rid of our current choppy
> calls - anyone can give me an idea or example of the commands I will
> use for QOS?


Originally, I enabled AutoQoS.

Then, seeing that the automatic QoS configuration had
mls qos trust cos,
and all DSCP codes were being lost through trunk ports, I changed each
interface to this:
mls qos trust dscp

After that, I was asked to configure QoS to specifically identify
voice traffic and give it a high DSCP code and a 0 DSCP code for all
other traffic, so I did this:

!
class-map match-all voice
match access-group name voice.traffic
!
policy-map Assign.DSCP
class voice
set dscp ef
!
ip access-list extended voice.traffic
permit ip 10.20.0.0 0.0.255.255 any
!
interface FastEthernet1/0/14
switchport trunk encapsulation dot1q
switchport mode trunk
service-policy input Assign.DSCP
srr-queue bandwidth share 10 10 60 20
srr-queue bandwidth shape 10 0 0 0
auto qos voip trust
spanning-tree portfast
!

Having said that, if you don't know *why* the voice is "choppy", then
chances are that QoS *won't* fix it - 99% of voice-quality problems
will be caused by bad configuration of the voice system itself, and
not the network (until you come to put it across WAN links).

Get Wireshark onto the network and capture an entire phone call - the
summarised rtp stream details will show you the number of lost packets
(if any) as well as the average & maximum delays and jitter.

Check your jitter-buffer settings are comfortably higher than the
jitter shown in the rtp stream summary.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Voip Updated Howto,Voip AT Home,Voip Phones,Voip Conference Calling likatrib@gmail.com Wireless Networking 0 05-30-2006 05:16 PM
Voip at Home,Voip Updated Howto,New Voip Phones,Voip Conferencing, jonbonmike@gmail.com Wireless Networking 0 05-26-2006 01:56 PM
Voip at Home,Voip Updated Howto,New Voip Phones,Voip Conferencing, jonbonmike@gmail.com VOIP 0 05-26-2006 01:42 PM
Voip Updated Howto,New Voip Phones,Voip Conferencing,Satellite Voip,Virtual PBX Solutions voip VOIP 0 05-21-2006 03:18 PM
QOS for VOIP using 768k of FR / Auto QOS Andrew Albert Cisco 7 02-09-2005 07:42 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57