3.16 MVR Configuration

Use this command to configure Multicast VLAN Registration (MVR) protocol.

Command Syntax:

mvr 
mvr name <vlan_name> channel <channel_profile>
mvr name <vlan_name> { election | igmp-address <ipv4_ucast> }
mvr name <vlan_name> mode { dynamic | compatible }
mvr name <vlan_name> frame tagged 
mvr name <vlan_name> frame priority <priority>
mvr name <vlan_name> last-member-query-interval <lmqi>
mvr { vlan <vlan_list> | name <vlan_name> } type { source | receiver }
mvr vlan <vlan_list> channel <channel_profile>
mvr vlan <vlan_list> [ name <vlan_name> ]
mvr vlan <vlan_list> { election | igmp-address <ipv4_ucast> }
mvr vlan <vlan_list> mode { dynamic | compatible }
mvr vlan <vlan_list> frame tagged 
mvr vlan <vlan_list> frame priority <priority>
mvr vlan <vlan_list> last-member-query-interval <lmqi>
mvr immediate-leave
Table 3-76. Command Description

Argument

Description

Parameter

<vlan_name>

MVR multicast VLAN name

<channel_profile>

Profile name in 16 characters

<ipv4_ucast>

A valid IPv4 unicast address

<priority>

CoS priority ranges from 0 to 7

<lmqi>

The range is from 0 to 31744. The default Last Member Query Interval (LMQI) is 5 tenths or one-half second.

Default

N.A

Mode

Global Configuration mode and Port List Interface mode (for type and immediate leave settings)

Usage

Enable/disable MVR and interface settings

Example

Example 1:

Enable MVR and add testmvr profile.

# configure terminal
(config)# mvr
(config)# mvr vlan 1
(config)# mvr vlan 1 name testmvr

Example 2:

Set port 2 type as source and enable immediate leave setting.

# configure terminal
(config)# interface GigabithEthernet 1/2
(conf-if)# mvr name testmvr type source
(conf-if)# mvr immediate-leave