cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
831
Views
0
Helpful
1
Replies

Blocking Adobe Flash or streaming of Youtube video

exchange1
Level 1
Level 1

I have a Cisco 1811 with IOS Firewall software, I wish to block Adobe Flash to ensure my users will not be able to watch/stream videos from Youtube. I don't want to block the web site but block the watching of the videos. Can anybody help out?

Hint:

I tried this:

ip inspect name firewall http java-list 99 alert on audit-trail on timeout 10

Access-list 99 blocking the youtube website

1 Reply 1

cisco24x7
Level 6
Level 6

The idea here is to make it so slow that it is practically to view youtube video. Here is what I did:

class-map match-any cciesec

match protocol http url "*.youtube.com*"

policy-map cciesec

class cciesec

set ip dscp cs4

police 8000 conform-action transmit exceed-action drop violate-action drop

interface g0/0

service-policy input cciesec

This way watching video on youtube will be very painful.

Does that help?

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