You are on page 1of 1

Here is an example of what we did on the NetHope router in Haiti. They were concerned with bittorrent traffic. 1. 2. 3. 4. 5.

create a class to match protocols. Add that to the output policy And set policing to 8Kbps Create a policy map for input traffic Apply the input policy map to the interfaces.

class-map match-any p2p match protocol bittorrent match protocol edonkey match protocol fasttrack match protocol gnutella match protocol kazaa2 policy-map wan_qos class voice priority percent 50 class voice_sig bandwidth percent 10 class p2p police 8000 class class-default fair-queue policy-map input class p2p police 8000 interface GigabitEthernet0/0 service-policy input input service-policy output wan_qos interface Fast0/0/0 service-policy input input service-policy output wan_qos

You might also like