ip multicast rate-limit [KZ]

From: Koen Zeilstra (koen@koenzeilstra.com)
Date: Mon May 29 2006 - 11:05:25 ART


Hi group,

I want to limit multicast traffic destined to 239.1.1.1 to 500K and
traffic to all other groups to 750K

Is there a difference between (question/answer related wise) the 2 options
below?

[option 1]
interface serial 0
  ip multicast rate-limit out group-list 1 500
  ip multicast rate-limit out group-list 2 750
!
access-list 1 permit 239.1.1.1 0.0.0.0
access-list 2 permit 0.0.0.0 255.255.255.255

[option 2]
interface serial 0
  ip multicast rate-limit out group-list 1 500
  ip multicast rate-limit out 750
!
access-list 1 permit 239.1.1.1 0.0.0.0

regards,

Koen

-----------------------
May Euell Gibbons eat your only copy of the manual!



This archive was generated by hypermail 2.1.4 : Thu Jun 01 2006 - 06:33:22 ART