[c-nsp] Rate Limit
vijay gore
vijaygore27 at gmail.com
Tue May 18 05:54:49 EDT 2010
actually i want to control that traffic which is exceeding 128kbps from
source to destination
On Tue, May 18, 2010 at 3:11 PM, Aftab Siddiqui <aftab.siddiqui at gmail.com>wrote:
> Which platform you are using? Policy map would help in your scenario.
>
> ip access-list extended Data
> permit ip host <192.168.0.14 192.168.11.66>
> permit ip host <192.168.11.66 192.168.0.14>
>
> class-map match-all Data
> match access-group name Data
>
> policy-map
> class Data
> police cir <rate-limit> bc <value> be <value> conform-action
> set-dscp-transmit default exceed-action drop violate-action drop
>
> Apply the service policy on the interface as per the acl you have created,
> do keep in my mind the source and destination.
>
> Regards,
>
> Aftab A. Siddiqui
>
>
> On Tue, May 18, 2010 at 2:11 PM, vijay gore <vijaygore27 at gmail.com>wrote:
>
>> Hello,
>>
>> Router#sho ip accounting
>> Source Destination Packets Bytes
>> 192.168.0.7 192.168.11.75 65 88652
>> 192.168.0.14 192.168.11.66 1297 1254407
>>
>> i want to give the access rate limit for 192.168.11.66 which is accessing
>> 192.168.0.14
>> _______________________________________________
>> cisco-nsp mailing list cisco-nsp at puck.nether.net
>> https://puck.nether.net/mailman/listinfo/cisco-nsp
>> archive at http://puck.nether.net/pipermail/cisco-nsp/
>>
>
>
More information about the cisco-nsp
mailing list