[c-nsp] Cisco 7201 rate-limit or aggregate policer

Chris Hunt dharmachris at gmail.com
Wed Mar 28 12:08:21 EDT 2012


On 3/28/2012 9:00 AM, cisco-nsp-request at puck.nether.net wrote:
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 28 Mar 2012 09:23:55 +0300
> From: Artyom Viklenko <artem at aws-net.org.ua>
> To: cisco-nsp at puck.nether.net
> Subject: [c-nsp] Cisco 7201 rate-limit or aggregate policer
> Message-ID: <4F72AE7B.9000303 at aws-net.org.ua>
> Content-Type: text/plain; charset=KOI8-U; format=flowed
>
> Hi, List!
>
> I need to rate-limit traffic on two subinterfaces facing
> a single customer. These two subifs used for building reliable
> connection to the customer using OSPF and two links with
> different vlans.
>
> On Cisco 7600 it culd be done using aggregate policer and
> one policy-map applied to two SVIs. But is something similar
> possible on 7201?
>
> IOS on this router c7200p-advipservicesk9-mz.124-24.T6.bin.
>
> Thanks in advance!
>
> -- Sincerely yours, Artyom Viklenko.
> -------------------------------------------------------

Try

interface GigabitEthernet0/1.310
 encapsulation dot1Q 310
 rate-limit input 11000000 2062500 4125000 conform-action transmit
exceed-action drop
 rate-limit output 11000000 2062500 4125000 conform-action transmit
exceed-action drop

Cheers,
Chris H.








More information about the cisco-nsp mailing list