Cisco Cisco 5760 Wireless LAN Controller Referências técnicas

Página de 1016
• If you configure the throttling action as replace and set the maximum group limitation, the entries that
were previously in the forwarding table are removed. When the maximum number of entries is in the
forwarding table, the controller replaces a randomly selected multicast entry with the received IGMP
report.
• When the maximum group limitation is set to the default (no maximum), entering the ip igmp max-groups
{deny | replace} command has no effect.
Examples
This example shows how to limit to 25 the number of IGMP groups that a port can join:
Controller(config)#
interface gigabitethernet1/0/2
Controller(config-if)#
ip igmp max-groups 25
This example shows how to configure the controller to replace the existing group with the new group for
which the IGMP report was received when the maximum number of entries is in the forwarding table:
Controller(config)#
interface gigabitethernet2/0/1
Controller(config-if)#
ip igmp max-groups action replace
You can verify your setting by using the show running-config privileged EXEC command and by specifying
an interface.
Consolidated Platform Command Reference, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)    
   OL-29471-01
307
ip igmp max-groups