cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
453
Views
0
Helpful
5
Replies

Block Video

ray_stone
Level 1
Level 1

Hi, I have given the access of http and https for all users but they can watch video like www.youtube.com or etc. Now i want to block the Video. Pl advice

5 Replies 5

ray_stone
Level 1
Level 1

Please advice urgent!!

??

Can anyone help!!!!

Ray..pls mention using what device/module you want to achieve this, if its IPS/SSM then it may be easily done by enabling signature

If its ASA then please use the sample config I designed for you

configure terminal

regex block-website-regex ".\youtube.\com"

class-map type regex match-any block-website-class

match regex block-website-regex

exit

policy-map type inspect http block-website-pm

parameters

match request header host regex class block-website-class

drop-connection log

exit

exit

policy-map global_policy

class inspection_default

inspect http block-website-pm

exit

Do rate if helpful...

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