444
Configuring IGMP Snooping and MVR
Additional References
---- ---- ------- ---------------
Gi1/18 RECEIVER ACTIVE/DOWN ENABLED
Creating an IGMP Profile: Example
This example shows how to create IGMP profile 4 allowing access to the single IP multicast address and how to verify
the configuration. If the action was to deny (the default), it would not appear in the show ip igmp profile output display.
Switch(config)# ip igmp profile 4
Switch(config-igmp-profile)# permit
Switch(config-igmp-profile)# range 229.9.9.0
Switch(config-igmp-profile)# end
Switch# show ip igmp profile 4
IGMP Profile 4
permit
range 229.9.9.0 229.9.9.0
Applying an IGMP Profile: Example
This example shows how to apply IGMP profile 4 to a port:
Switch(config)# interface GigabitEthernet1/18
Switch(config-if)# ip igmp filter 4
Switch(config-if)# end
Limiting IGMP Groups: Example
This example shows how to limit to 25 the number of IGMP groups that a port can join:
Switch(config)# interface GigabitEthernet1/18
Switch(config-if)# ip igmp max-groups 25
Switch(config-if)# end
Additional References
The following sections provide references related to switch administration: