HPE Aruba Networking & ProVision-based
1832315 Members
2034 Online
110041 Solutions
New Discussion

Rate limit for specific subnet on specific port

 
meirhasin
Advisor

Rate limit for specific subnet on specific port

hello

 

I want to build access list with combination of rate limit of specific port.

let assum we a port A1, this port are connected to the firewall and going out to the ISP and regular internet with ISP line of 8Mb,  and we have vlan 10 with ip =   10.7.0.1 -- 255.255.255.0.

we want to limit vlan 10 to go out to the internet (port A1)  with MAX bandwidth of 2Mb(2000000 bps).

 

thats my example:

 

class ipv4 limit-qa-vrt
match ip 10.136.0.0/16 any
exit

policy qos ratelimitonqalabtointernet
class ipv4 limit-qa-vrt action rate-limit kbps 2000

 

 


we have a wan link of 8Mb, i want to give to specific vlan just 2Mb from the bandwitdh, so 2000kbps equal to 2Mb right?

 

what do you think, im right? please correct me if you can, this is very important for me :)

 

thanks you very much!

Regards,
Meir.H
CCNA
MCITP
1 REPLY 1
ITDESK
Occasional Contributor

Re: Rate limit for specific subnet on specific port

Have you resolved this problem? I have the same question.