applying QoS on cisco 827

I have applied the qos on my cisco router, I have 3 class-maps there, voip, www, class-default. The problem I have is that the cisco doesnt seem to classify my www trafic. What could be wrong?

Thanks, alex

"show running-config" :

! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname c827 ! boot system flash c820-oy6-mz.122-15.T14.bin logging queue-limit 100 no logging buffered enable secret 5 xxxxxxxxxxxxxxxxxxxx ! username cisco password 7 xxxxxxxxxxxxxxxxxx username CRWS_Ulags privilege 15 password 7 xxxxxxxxxxxxxxxxxxxxx ip subnet-zero ip name-server 203.147.0.3 ip name-server 203.147.0.2 ip dhcp excluded-address 10.10.10.1 ! ip dhcp pool CLIENT import all network 10.10.10.0 255.255.255.0 default-router 10.10.10.1 lease 0 2 ! ip inspect name voip sip vpdn enable ! vpdn-group 1 request-dialin protocol pppoe ! ! ! class-map match-all voice-rtp match access-group 103 class-map match-all www-traffic match access-group 105 ! ! policy-map voice-policy class voice-rtp priority percent 35 class www-traffic bandwidth 30 class class-default fair-queue ! ! ! interface Ethernet0 ip address 10.10.10.1 255.255.255.0 ip nat inside ip inspect voip in ip tcp adjust-mss 1452 hold-queue 100 out ! interface ATM0 no ip address no atm ilmi-keepalive pvc 0/33 pppoe-client dial-pool-number 1 ! dsl operating-mode auto ! interface Dialer0 no ip address ! interface Dialer1 bandwidth 256 ip address negotiated ip mtu 1492 ip nat outside ip inspect voip in service-policy output voice-policy encapsulation ppp ip tcp adjust-mss 1452 dialer pool 1 dialer remote-name redback dialer-group 1 ppp authentication pap chap callin ppp chap hostname b@jicompax ppp chap password 7 xxxxxxxxxxxxxx ppp pap sent-username b@jicompax password 7 xxxxxxxxxxxx ppp ipcp dns request ppp ipcp wins request ! ip nat inside source list 102 interface Dialer1 overload ip nat inside source static udp 10.10.10.2 5060 interface Dialer1 5060 ip classless ip route 0.0.0.0 0.0.0.0 Dialer1 ip http server ! ! access-list 23 permit 10.10.10.0 0.0.0.255 access-list 102 permit ip 10.10.10.0 0.0.0.255 any access-list 103 permit udp any any range 10000 20000 access-list 103 permit ip any any tos min-delay access-list 103 permit ip any any tos 12 access-list 105 permit tcp any eq www any dialer-list 1 protocol ip permit ! line con 0 exec-timeout 120 0 stopbits 1 line vty 0 4 access-class 23 in exec-timeout 120 0 login local

"show policy-map interface dialer 1": Dialer1

Service-policy output: voice-policy

Class-map: voice-rtp (match-all) 52833 packets, 4862108 bytes 5 minute offered rate 0 bps, drop rate 0 bps Match: access-group 103 Queueing Strict Priority Output Queue: Conversation 72 Bandwidth 35 (%) Bandwidth 89 (kbps) Burst 2225 (Bytes) (pkts matched/bytes matched) 0/0 (total drops/bytes drops) 0/0

Class-map: www-traffic (match-all) 0 packets, 0 bytes 5 minute offered rate 0 bps, drop rate 0 bps Match: access-group 105 Queueing Output Queue: Conversation 73 Bandwidth 30 (kbps) Max Threshold 64 (packets) (pkts matched/bytes matched) 0/0 (depth/total drops/no-buffer drops) 0/0/0

Class-map: class-default (match-any) 49185 packets, 6573090 bytes 5 minute offered rate 4000 bps, drop rate 0 bps Match: any Queueing Flow Based Fair Queueing Maximum Number of Hashed Queues 64 (total queued/total drops/no-buffer drops) 0/0/0

Reply to
Alexander Johansen
Loading thread data ...

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.