cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
548
Views
0
Helpful
2
Replies

Restricting multicasting and rate limiting traffic on 3560

thundercisco
Level 1
Level 1

Please see the attached diagram. My issues is

  1. i have to restrict that router and switches shall join only given multicasts. Means if i change multicast in TVG430 from 239.0.96.1 to 233.0.96.1 than it shall be blocked.
  2. My TX rate i set to 20 Mbits on TVG430, i want to rate-limit it to 15 Mbits on switch on Ingress int gi 0/23 or egress gi 0/24

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

2 Replies 2

Latchum Naidu
VIP Alumni
VIP Alumni

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.

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.

Review Cisco Networking for a $25 gift card