On 28.03.2012 19:08, Chris Hunt wrote:
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.
These commands will rate-limit traffic only on Gi0/1.310.
But I need to rate-limit two interfaces simultaneusly. Say, limit
traffic on both Gi0/1.10 AND Gi0/1.20 to 20Mbps in total.
--
Sincerely yours,
Artyom Viklenko.
-------------------------------------------------------
[email protected] | http://www.aws-net.org.ua/~artem
[email protected] | JID: [email protected]
FreeBSD: The Power to Serve - http://www.freebsd.org
_______________________________________________
cisco-nsp mailing list [email protected]
https://puck.nether.net/mailman/listinfo/cisco-nsp
archive at http://puck.nether.net/pipermail/cisco-nsp/