Block Skype on Cisco IOS
Posted
by ensnare
on Server Fault
See other posts from Server Fault
or by ensnare
Published on 2010-05-30T23:43:13Z
Indexed on
2010/05/30
23:54 UTC
Read the original article
Hit count: 378
I'm trying to block skype via policy routing but it's not working ... here's my configuration:
class-map match-any block
match protocol skype
policy-map QoS-Priority-Input
class block
police 1000000 31250 31250 conform-action drop exceed-action drop violate-action drop
policy-map QoS-Priority-Output
class block
police 1000000 31250 31250 conform-action drop exceed-action drop violate-action drop
interface FastEthernet4
description WAN
service-policy input QoS-Priority-Input
service-policy output QoS-Priority-Output
© Server Fault or respective owner