20-19
Catalyst 2960 Switch SoftwareConfiguration Guide
78-16881-01
Chapter20 Configuring IGMP Snooping and MVR
Configuring MVR
Because MVR on the switch uses IP multicast addresses instead of MAC multicast addresses,
aliased IP multicast addresses are allowed on the switch. However, if the switch is interoperating
with Catalyst 3550 or Catalyst 3500 XL switches, you should not configure IP addresses that alias
between themselves or with the reserved IP multicast addresses (in the range 224.0.0.xxx).
MVR can coexist with IGMP snooping on a switch.
MVR data received on an MVR receiver port is not forwarded to MVR source port s.
MVR does not support IGMPv3 messages.
Configuring MVR Global Parameters
You do not need to set the optional MVR parameters if you choose to use the default settings. If you do
want to change the default parameters (except for the MVR VLAN), you must first enable MVR.
Note For complete syntax and usage information for the commands used in this section, see the command
reference for this release.
Beginning in privileged EXEC mode, follow these steps to configure MVR parameters :
Command Purpose
Step1 configure terminal Enter global configuration mode.
Step2 mvr Enable MVR on the switch.
Step3 mvr group ip-address [count] Configure an IP multicast address on the switch or use the count parameter to
configure a contiguous series of MVR group addresses (the range for count is
1 to 256; the default is 1). Any multicast data sent to this address is sent to all
source ports on the switch and all receiver ports that have elected to receive
data on that multicast address. Each multicast address would correspond to
one television channel.
Step4 mvr querytime value (Optional) Define the maximum time to wait for IGMP report memberships
on a receiver port before removing the port from multicast group membership.
The value is in units of tenths of a second. The range i s 1 to 100, and the
default is 5tenths or one-half second.
Step5 mvr vlan vlan-id (Optional) Specify the VLAN in which multicast data is received; all source
ports must belong to this VLAN. The VLAN range is 1 to 1001 and 1006 to
4094. The default is VLAN 1.
Step6 mvr mode {dynamic | compatible} (Optional) Specify the MVR mode of operation:
dynamic—Allows dynamic MVR membership on source ports.
compatible—Is compatible with Catalyst 3500 XL and Catalyst 2900 XL
switches and does not support IGMP dynamic joins on source p orts.
The default is compatible mode.
Step7 end Return to privileged EXEC mode.
Step8 show mvr or show mvr members Verify the configuration.
Step9 copy running-config
startup-config
(Optional) Save your entries in the configuration file.