Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > limit bandwith

Reply
Thread Tools

limit bandwith

 
 
guimev guimev is offline
Junior Member
Join Date: Apr 2008
Posts: 1
 
      04-07-2008
Hi,
I have to configure a cisco 2960. In fact there are web-servers behind this 2960 and i want to limit the bandwith to each server during the day.
I know that i can put apply a time range to an ACL, but i want first to try to limit the bandwith ...

So first of all i create an acl to specify what ip should be capped :
# ip access-list extended traf_limit
permit host 10.0.0.25 any (10.0.0.25 is my first web server)

Then i create a class map :
# class-map match-any limit
# match access-group name traf_limit

Then the policy map :
#policy-map in_fa8
class limit
police 8000 8000 ( I try to limit to 8 kBits/s)

and finaly i apply the policy map to the int
#int fa 0/8
# service-policy input in_fa8

But nothing ....
No bandwith limit....

Can someone help me? Thanks !!!!
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
limit bandwith in a LAN Rudi Hassauer Wireless Networking 3 11-06-2008 02:50 PM
2950 switch and port bandwith limit jan.rockstedt@gmail.com Cisco 2 06-01-2007 10:41 PM
cisco805 bandwith limit sali Cisco 4 11-13-2006 08:37 AM
cisco 2950 limit bandwith Eric Cisco 1 05-10-2006 09:44 AM
QoS to limit bandwith to a particular app? trbodsl@gmail.com Cisco 3 03-01-2006 10:09 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57