cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
601
Views
2
Helpful
3
Replies

security-Block all videos

muddasirkhan
Level 1
Level 1

Hii,

i want to block all the audio and video traffic from my firewall as i dont have any websense server.i blocked some sites using MPF like youtube etc but stil i want to block the audio and video traffc.

3 Replies 3

Namit Agarwal
Cisco Employee
Cisco Employee

Hi ,

You can try the following config snippet and test if it works

regex block_file_ext "/.*\.([Mm][Pp][3]|[Aa][Vv][Ii])"

class-map type regex match-any BLOCK_FILE_EXT

match regex block_file_ext

policy-map type inspect http http_inspection_policy

parameters

match request uri regex class BLOCK_FILE_EXT

  drop-connection log

policy-map global_policy

class inspection_default

inspect http http_inspection_policy

Regards,

Namit

Thanks a lot Namit

Hi,

I hope that helped. Please kindly mark the post answered if you have no more question. Thanks.

Regards,

Namit

Review Cisco Networking for a $25 gift card