Hi guys,
Sorry for the long post.
Im trying to adjust my QoS rules and am running into problems.
I have a 512/128 DSL connection and 2 PC’s
1 is my desktop the other acts as a Bittorrent Server.
I want my bittorrent traffic to slow when I web-browse.
I have a 2801
Interface fa0/0 going to the Server
Interface fa0/1 going to my PC
Interface ATM0/3/0 for the DSL
Dialer1 for the ppp
Here is a snaphot of the config
class-map match-all bittorrent
match protocol bittorrent
class-map match-all web
match protocol http
!
!
policy-map shape
class web
bandwidth percent 70
class bittorrent
bandwidth percent 5
class class-default
fair-queue
interface Dialer1
bandwidth 512
bandwidth receive 128
service-policy output shape
I believe this config to be correct however I cannot see any matching traffic in the Matched field of
sh policy-map interface
Dialer1
Service-policy output: shape
Class-map: web (match-all)
31077 packets, 1968090 bytes
5 minute offered rate 8000 bps, drop rate 0 bps
Match: protocol http
Queueing
Output Queue: Conversation 137
Bandwidth 70 (%)
Bandwidth 358 (kbps)Max Threshold 64 (packets)
(pkts matched/bytes matched) 0/0
(depth/total drops/no-buffer drops) 0/0/0
Class-map: bittorrent (match-all)
2421 packets, 721546 bytes
5 minute offered rate 5000 bps, drop rate 0 bps
Match: protocol bittorrent
Queueing
Output Queue: Conversation 138
Bandwidth 5 (%)
Bandwidth 25 (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)
44920 packets, 12168505 bytes
5 minute offered rate 41000 bps, drop rate 0 bps
Match: any
Queueing
Flow Based Fair Queueing
Maximum Number of Hashed Queues 128
(total queued/total drops/no-buffer drops) 0/0/0
Any help would be much appreciated.
Best regards,
Ben Burt