Example: Setting the IGMP Snooping Querier Timeout
This example shows how to set the IGMP snooping querier timeout to 60 seconds:
Switch#
configure terminal
Switch(config)#
ip igmp snooping querier timeout expiry 60
Switch(config)#
end
Related Topics
Configuring the IGMP Snooping Querier , on page 142
IGMP Snooping, on page 118
Example: Setting the IGMP Snooping Querier Feature
This example shows how to set the IGMP snooping querier feature to Version 2:
Switch#
configure terminal
Switch(config)#
no ip igmp snooping querier version 2
Switch(config)#
end
Related Topics
Configuring the IGMP Snooping Querier , on page 142
IGMP Snooping, on page 118
Example: Configuring IGMP Profiles
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
Example: Applying IGMP Profile
This example shows how to apply IGMP profile 4 to a port:
Switch(config)#
interface gigabitethernet1/0/2
Switch(config-if)#
ip igmp filter 4
Switch(config-if)#
end
Example: Setting the Maximum Number of IGMP Groups
This example shows how to limit to 25 the number of IGMP groups that a port can join:
Switch(config)#
interface gigabitethernet1/0/2
Switch(config-if)#
ip igmp max-groups 25
Switch(config-if)#
end
Consolidated Platform Configuration Guide, Cisco IOS Release 15.2(4)E (Catalyst 2960-X Switches)
163
Configuration Examples for IGMP Snooping and MVR
Summary of Contents for Catalyst 2960 Series
Page 96: ......
Page 196: ......
Page 250: ......
Page 292: ......
Page 488: ......
Page 589: ...P A R T VI Cisco Flexible NetFlow Configuring NetFlow Lite page 509 ...
Page 590: ......
Page 619: ...P A R T VII QoS Configuring QoS page 539 Configuring Auto QoS page 645 ...
Page 620: ......
Page 750: ......
Page 1604: ......
Page 1740: ......
Page 2105: ...P A R T XII Configuring Cisco IOS IP SLAs Configuring Cisco IP SLAs page 2025 ...
Page 2106: ......
Page 2118: ......
Page 2164: ......