cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Services Limitation - Block Torrent traffic

batumibatumi
Level 1
Level 1

Hi All,

 

 

I want to configure service limitation for torrent traffic, i did the configuration but anyway it is not working. I mean, when i am trying to download files from torrent software, it is still downloading, please see attached!

I am using Cisco Router 2901 with IOS version - c2900-universalk9-mz.SPA.154-3.M2.bin

I have done the following configuration:

class-map match-all torrent
 match protocol bittorrent

class-map match-all torrent1
 match protocol bittorrent

class-map match-all SASA
 match protocol gnutella

 

 

policy-map SERVICE.LIMITATION.FROM.WAN
 class torrent
  drop
class SASA
  drop

policy-map SERVICE.LIMITATION.FROM.LAN
 class torrent1
  drop
 class SASA
  drop


interface GigabitEthernet0/0
 description Outside
 ip address 10.48.x.y 255.255.255.0
 ip access-group VOIP in
 ip nbar protocol-discovery ipv4
 ip tcp adjust-mss 1350
 load-interval 30
 duplex auto
 speed auto
 service-policy input SERVICE.LIMITATION.FROM.WAN
end

 

interface GigabitEthernet0/1
 ip address 192.168.x.y 255.255.255.0
 ip nbar protocol-discovery ipv4
 ip flow ingress
 duplex auto
 speed auto
 service-policy input SERVICE.LIMITATION.FROM.LAN
end

 

 

Thank you in advance!

 

 

 

Who Me Too'd this topic