17-17
Catalyst 2950 Desktop Switch Software Configuration Guide
78-14982-01
Chapter 17 Configuring IGMP Snooping and M V R Configuring MVR
To return t he switch to its defa ult settin gs, use the no mvr [mode | group ip-address | querytime | vlan]
global configurati on comm ands.
This example shows how to enable MVR, configure the MVR group address, set the query time to
1 second (10 tenths), specify the MVR multicast VLAN as VLAN 22, set the MVR mode as dynamic,
and verify the results:
Switch(config)# mvr
Switch(config)# mvr group 228.1.23.4
Switch(config)# mvr querytime 10
Switch(config)# mvr vlan 22
Switch(config)# mvr mode dynamic
Switch(config)# end
Switch# show mvr
MVR Running: TRUE
MVR multicast vlan: 22
MVR Max Multicast Groups: 256
MVR Current multicast groups: 1
MVR Global query response time: 10 (tenths of sec)
MVR Mode: dynamic
You can use the show mvr members privileged EXEC command to verify the MVR multicast group
addresses on the switch.

Configuring MVR Interfaces

Beginning in privileged EXEC mode, follow these steps to configure MVR interfaces:
Step 6 mvr mode {dynamic | compatible } (Option al) Spec ify th e M VR m ode o f opera ti on:
dynamicAllows dynami c M VR m embe rsh ip on sourc e po rt s.
compatibleIs compatible with Catalyst 3500 XL and Catalyst 2900 XL
switches an d d oes no t su pport IGM P dynam ic join s o n s ource p orts.
The defaul t is compatible mode.
Step 7 end Return to privileged EXEC mode.
Step 8 show mvr
or
show mvr members
Verif y the co nfiguratio n.
Step 9 copy running-config
startup-config (Optional) Save your entries in the configu ration file.
Command Purpose
Command Purpose
Step 1 configure terminal Enter gl obal configura tion mode.
Step 2 mvr Enable MVR on the switch.
Step 3 interface in terface-id Enter interface configuration mode, and enter the type and number of the port
to configure, for example, gi0/1 or gigabitethernet 0/1 for Gigabit Ethernet
port 1.