cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
516
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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card