Skip to Content.
Sympa Menu

wg-multicast - Re: Another SAP Storm?

Subject: All things related to multicast

List archive

Re: Another SAP Storm?


Chronological Thread 
  • From: Zenon Mousmoulas <>
  • To: Niels den Otter <>
  • Cc: Pekka Savola <>, , , Chris Robb <>, "Taylor, Scott J." <>,
  • Subject: Re: Another SAP Storm?
  • Date: Thu, 12 Jun 2008 11:26:29 +0300

Hi Niels,

On 12 Ιουν 2008, at 9:21 ΠΜ, Niels den Otter wrote:

Zenon Mousmoulas wrote:
I see this is a rather different approach from the IOS "ip multicast
rate-limit", which (supposedly) works by setting limits per S,G. I'm not
sure at all if this could be considered an "equivalent" for JunOS, but
wouldn't it make sense to use multicast flow maps and policies (if
available on the platform)?

[edit policy-options]

prefix-list sapMcastGroup {
224.2.127.254;
}

policy policyForSap {
from {
prefix-list sapMcastGroup;
}
then accept;
}

[edit routing-options]

multicast {
flow-map flowMapForSap {
bandwidth 1m;
policy policyForSap;
}
}

Multicast Flow Maps:
http://www.juniper.net/techpubs/software/junos/junos91/swconfig-multicast/flow-maps.html#id-12238432

Defining Bandwidth for Multicast Flows:
http://www.juniper.net/techpubs/software/junos/junos91/swconfig-multicast/defining-bandwidth-for-multicast-flows_1.html#id-12316189

Do you have experience with this configuration? Rate-limiting per source/flow would be really nice. Another advantage is that it is global configuration and not per-interface.

No, I'm sorry, I don't have access currently to any system where I could test this. I just looked it up in Juniper docs, wanting to find out if there was something functionally equivalent to the IOS command I mentioned previously. My apologies, I should have explicitly mentioned this before.

Perhaps you or someone else could look into it or try it out, and report any success you may have?

Best regards,
Z.




Archive powered by MHonArc 2.6.16.

Top of Page