cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
450
Views
10
Helpful
5
Replies

Bandwith webpage limitation

opnineopnine
Level 1
Level 1

Hi all,

 

I would like to know how can I limit the bandwidth to specific web pages, (Facebook, YouTube). With my Cisco router 2800.

 

Thanks.

5 Replies 5

If you use nbar then you will achieve what you want. You must then match the traffic you want with policy map and limit the available bandwidth.

using nbar and class map http you will limit all web traffic not specific web pages.

I think you are wrong:

 

http://networklessons.com/quality-of-service/block-website-with-nbar-on-cisco-router/

http://blog.zakir.net/index.php?/archives/5-Blocking-sites-using-NBAR.html

http://www.cisco.com/c/en/us/products/collateral/ios-nx-os-software/network-based-application-recognition-nbar/qa_c67-646888.html

yes, you are correct

using

R1(config)#class-map match-any BLOCKED

R1(config-cmap)#match protocol http host "*youtube.com*"

R1(config)#policy-map DROP 
R1(config-pmap)#class BLOCKED
R1(config-pmap-c)#drop
R1(config-pmap-c)#exit

 

will block web pages youtube.com

Can someone post an example?

 

thanks

 

Review Cisco Networking for a $25 gift card