Could someone check my router config?
I am no cisco expert (not even a CCNA)...but...
I am trying to configure quality of service for voice over IP.  
I believe I have it set up correctly, but the users are still getting
choppy phone conversations when there is other network traffic on the
circuit.

Here's a snip of the config:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxx
!
no aaa new-model
!
resource policy
!
memory-size iomem 25
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip source-route
ip cef
!
no ip dhcp use vrf connected
ip dhcp binding cleanup interval 10
ip dhcp excluded-address 192.168.6.1
!
ip domain name yourdomain.com
!
class-map match-any af41
 match ip dscp af41
class-map match-any ef
 match ip dscp ef
!
policy-map 75_24
 class ef
  priority percent 75
 class af41
  bandwidth percent 24
 class class-default
  fair-queue
  set ip dscp default
!
interface FastEthernet0/0
 description $ETH-LAN$$ETH-SW-LAUNCH$$INTF-INFO-FE 0$
 ip address 192.168.6.1 255.255.255.0
 duplex auto
 speed auto
 no keepalive
!
interface FastEthernet0/1
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial0/0/0
 ip address xxx.xxx.xxx xxx.xxx.xxx.xxx
 service-module t1 timeslots 1-6
 max-reserved-bandwidth 100
 service-policy output 75_24
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0/0
!
no ip http server
ip http access-class 23
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
!

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Any help/guidance is greatly appreciated.
Thanks,
Dave


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

Reply via email to