<craigdt-> wrote in message
news: oups.com...
>I have a Cisco 831 Router running code version 12.3. I am trying to
> setup QOS for VoIP (using SunRocket). I have set a couple things up,
> but while I'm talking if I do an upload test quality is terrible.
> Downstream is fine even during a test.
>
> I have Charter as my ISP, and I consistently get 2.9 Mb down/240 Kb up
> using Speakeasy's test.
>
> Here is my current config:
>
> Current configuration : 2077 bytes
> !
> version 12.3
> no service pad
> service timestamps debug datetime msec
> service timestamps log datetime msec
> service password-encryption
> !
> hostname Thomas
> !
> logging buffered 4096 informational
> enable secret 5 xxxx
> enable password 7 xxxx
> !
> no aaa new-model
> ip subnet-zero
> ip dhcp excluded-address 192.168.2.4
> ip dhcp excluded-address 192.168.2.5
> ip dhcp excluded-address 192.168.2.106
> !
> !
> ip audit notify log
> ip audit po max-events 100
> no ftp-server write-enable
> !
> !
> !
> !
> !
> !
> class-map match-all voice
> match ip precedence 5
> !
> !
> policy-map LLQ
> class voice
> priority 300
> class class-default
> fair-queue
> policy-map shape
> class class-default
> shape average 3250000
> service-policy LLQ
> !
> !
> !
> interface Ethernet0
> ip address 192.168.2.1 255.255.255.0
> ip nat inside
> service-policy output shape
> !
> interface Ethernet1
> ip address dhcp
> ip nat outside
> duplex auto
> !
<snip>
It seems to me that you only have the QOS policy applied one way. Output on
your LAN port would indicate that you are shaping on Downloads. If you want
to shape on uploads, apply a QOS policy output on E1 as well. However, you
may wish to create a new policy due to the fact that your connection is not
symetrical.
Hope that helps,
Jim
|