I've used regular expressions for blocking access to certain domains in the past.
This should get you going in the right direction.
regex teamviewer "\.teamviewer\.com"
regex crossloop "\.crossloop\.com"
class-map type regex match-any blockeddomains
(config-cmap)# match regex teamviewer
(config-cmap)# match regex crossloop
For more information
http://www.cisco.com/en/US/products/ps6120/products_configuration_example09186a0080940c5a.shtml
Check out the section on blocking youtube.
For DLINK DFL 1600
http://security.dlink.com.tw/netdefend_ids_view2.asp?sno=32468
No comments:
Post a Comment