07-19-2011 04:04 AM - edited 03-04-2019 01:01 PM
Please see the attached diagram. My issues is
included are three show runs output.
Till now i have tried to use
ip multicast rate-limit out group-list GROUP source-list SOURCE
Didn't work
//Tiwana
07-19-2011 04:18 AM
Hi Tiwana,
See the below two individual steps may help in your scenario.
STEP-1:
Apply rate-limit on each L3 vlan interface in your 2851
Example (for 1024kbits for vlan 2):
Router# conf t
Router(config)# int vlan 2
Router(config-if)#rate-limit input 1000000 187500 375000 conform-action transmit exceed-action drop
Router(config-if)#rate-limit output 1000000 187500 375000 conform-action transmit exceed-action drop
STEP-2:
Policy a specific VLAN number on VLAN interface.
class-map vlan5
match vlan 5
match class-map class-default
policy-map vlan5-limit
class vlan5
police 2000000 250000 exceed-action drop
int vlan5
service-policy input vlan5-limit
After you apply this configuration, the traffic with VLAN 5 coming from any will be policed at 2Mbps.
Hope this will help you.
Please rate the helpfull posts.
Regards,
Naidu.
07-19-2011 05:39 AM
I guess above steps that you mentioned are for switch called vnl-msw58-trf1. I tried it on the switch but following commands are not supported under class-map
match vlan 5
match class-map class-default
i am running following ios
Cisco IOS Software, C3560 Software (C3560-IPSERVICESK9-M), Version 12.2(55)SE3, RELEASE SOFTWARE (fc1)
Thnx for ur quick response.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide