Wired Intelligent Edge

 View Only
Expand all | Collapse all

Rate limit for specific subnet on specific port

This thread has been viewed 0 times
  • 1.  Rate limit for specific subnet on specific port

    Posted Aug 30, 2012 02:53 PM

    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!



  • 2.  RE: Rate limit for specific subnet on specific port

    Posted May 27, 2015 06:12 AM

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