Multicast Rate-Limiting

From: csica (csica@liweb.net)
Date: Mon Aug 07 2006 - 14:21:09 ART


Greetings, I have a question regarding multicast rate-limiting.

In this scenario I have a router with two Ethernet interfaces, and a
multicast server sitting on each LAN segment. G0/0 has a server sending
traffic to group 224.4.4.4 and G0/1 has a server sending traffic to
224.5.5.5. I want to configure rate-limiting to police generated by these
servers to the router, G0/0 to 50kbps and G0/1 to 1Mbps. Is the
configuration below correct? Also, how can I verify and test this? I have
not been able to find a command that verifies or displays the rate-limit
configuration. Thanks for your help!

Christian

!
interface GigabitEthernet0/0
 ip multicast rate-limit in group-list 10 50
!
interface GigabitEthernet0/1
 ip multicast rate-limit in group-list 20 1000
!
access-list 10 permit 224.4.4.4
access-list 20 permit 224.5.5.5
!



This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:56 ART