cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
626
Views
0
Helpful
7
Replies

How to limit the bandwidth of each IP adress of a pool ?

guyber
Level 1
Level 1

Hello,

How can I limit the bandwitdh of each IP address of a pool ?

If I use CAR I need to define one access-list for each IP address, which is not "scalable" !

Kind regards,

7 Replies 7

n-saquib
Level 1
Level 1

Hi,

You can also use Qos with CBWFQ and RED.

regards,

Thanks

Is there another solution than to configure so many access-lists there are IP addresses ?

Indeed, if I have a 500 IP addresses pool it isn't very easy. Can I associate the pool to a limiting rule so that this rule applies to each IP address ?

use wildcard mask in access-list or what you mean with rules ?

I would like to limit the bandwidth of each user (one /32 address) of a pool

for example : pool 192.168.1.0 > 192.168.1.2.254

192.168.1.1 : to limit to 128 k

192.168.1.2 : to limit to 128... and so on

until 192.168.1.254 : to limit to 128 k

use following access-list it will cover all /32 what you want to limit

access-list # permit 192.168.1.0 0.0.0.255

Thanks

But it doesn't limit the bandwidth user by user, does it ? It limits the bandwidth only for all the 192.168.1.x ip addresses

yes but you want to limit for all same bandwidth 128K. if you want to limit the bandwidth per user name instead of IP address than try to use Radius server to configure your access-list on per user basis.