Configuring A Multicast Router Port; Configuring A Host Statically To Join A Group - Cisco Catalyst 2950 Software Configuration Manual

Hide thumbs Also See for Catalyst 2950:
Table of Contents

Advertisement

Configuring IGMP Snooping
This example shows how to configure IGMP snooping to use CGMP packets as the learning method:
Switch# configure terminal
Switch(config)# ip igmp snooping vlan 1 mrouter learn cgmp
Switch(config)# end
To return to the default learning method, use the no ip igmp snooping vlan vlan-id mrouter learn cgmp
global configuration command.

Configuring a Multicast Router Port

To add a multicast router port (add a static connection to a multicast router), use the ip igmp snooping
vlan mrouter global configuration command on the switch.
Beginning in privileged EXEC mode, follow these steps to enable a static connection to a multicast
router:
Command
Step 1
configure terminal
Step 2
ip igmp snooping vlan vlan-id mrouter
interface interface-id
Step 3
end
Step 4
show ip igmp snooping mrouter [vlan vlan-id] Verify that IGMP snooping is enabled on the VLAN interface.
Step 5
copy running-config startup-config
To remove a multicast router port from the VLAN, use the no ip igmp snooping vlan vlan-id mrouter
interface interface-id global configuration command.
This example shows how to enable a static connection to a multicast router and verify the configuration:
Switch# configure terminal
Switch(config)# ip igmp snooping vlan 200 mrouter interface gigabitethernet0/1
Switch(config)# end

Configuring a Host Statically to Join a Group

Hosts or Layer 2 ports normally join multicast groups dynamically, but you can also statically configure
a host on an interface.
Beginning in privileged EXEC mode, follow these steps to add a Layer 2 port as a member of a multicast
group:
Command
Step 1
configure terminal
Step 2
ip igmp snooping vlan vlan-id static
mac-address interface interface-id
Catalyst 2950 and Catalyst 2955 Switch Software Configuration Guide
20-10
Chapter 20
Purpose
Enter global configuration mode.
Specify the multicast router VLAN ID and specify the interface
to the multicast router. The VLAN ID range is 1 to 4094.
Return to privileged EXEC mode.
(Optional) Save your entries in the configuration file.
Purpose
Enter global configuration mode
Statically configure a Layer 2 port as a member of a multicast
group:
vlan-id is the multicast group VLAN ID.
mac-address is the group MAC address.
interface-id is the member port.
Configuring IGMP Snooping and MVR
78-11380-12

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Catalyst 2955

Table of Contents