cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
716
Views
0
Helpful
4
Replies

How can I set bandwidth per VLAN on Router 7200?

aunet
Level 1
Level 1

I have a problem that some users use many bandwidth and I would like to block them. How can I do on the router 7200? I have to use access-list or policy map? Can someone show config. command?

4 Replies 4

jguani
Level 1
Level 1

Hi, have you try CAR with an acces-list for each VLANs IP:

interface Fast 0/0

rate-limit output access-group

rate-limit output access-group

I believe you should do it at the general Eth.

I try to use CAR but I don't know why it does not work (users can use exceed the limit). I have to set in the POLICE command because I use the POLICE for "CordRed" protection. I set like this:

class-map match-all dorm ; This line for CAR

match access-group 20

class-map match-any arp ; This line for CodeRed

match protocol arp

policy-map ratelimit

class arp

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

class dorm

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

* My network is 2 MB per Interface link but I want the users in that group use 1 MB *

bahrom
Level 1
Level 1

Enter to the Interface Configuration Mode (interface e0). Then type command:

bandwidth

Set the bandwidth of the interface. Used only for statics. It does not influence the rate of transfer.

Cheers.

JOSH GANT
Level 1
Level 1

You need to be more specific. Are your users using to much bandwidth because of web surfing? If so, do you want to block them from web surfing, or just restrict their available bandwidth? Are other applications suffering from the lack of bandwidth?