On 3/28/2012 9:00 AM, [email protected] wrote:
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 28 Mar 2012 09:23:55 +0300
> From: Artyom Viklenko <[email protected]>
> To: [email protected]
> Subject: [c-nsp] Cisco 7201 rate-limit or aggregate policer
> Message-ID: <[email protected]>
> 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.






_______________________________________________
cisco-nsp mailing list  [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/

Reply via email to