Users Guide

Table Of Contents
Layer 2 Switching Commands 679
Syntax
mvr vlan
vlan-id
group
A.B.C.D
no mvr vlan
vlan-id
group
A.B.C.D
vlan-id
—The VLAN over which multicast data from the specified group is
to be received.
A.B.C.D.
—The multicast group for which multicast data is to be received
over the specified VLAN.
Default Configuration
This command has no default configuration.
Command Mode
Interface Configuration
User Guidelines
This command statically configures a port to receive the specified multicast
group on the specified VLAN. This command only applies to receiver ports in
compatible mode. It also applies to source ports in dynamic mode. In
dynamic mode, receiver ports can also join multicast groups using IGMP
messages.
Example
console(config)#vlan 2000
console(config-vlan2000)#exit
console(config)#mvr vlan 2000
console(config)#interface gi1/0/24
console(config-if-Gi1/0/24)#switchport mode trunk
console(config-if-Gi1/0/24)#switchport trunk native vlan 2000
console(config-if-Gi1/0/24)#switchport trunk allowed vlan add 2000
console(config-if-Gi1/0/24)#mvr
console(config-if-Gi1/0/24)#mvr type source
console(config-if-Gi1/0/24)#mvr vlan 2000 group 239.1.1.1
show mvr
Use the show mvr command to display global MVR settings.