1115
Cisco Nexus 5500 Series NX-OS Layer 2 Interfaces Command Reference
OL-27880-02
Chapter M Commands
mvr group
mvr group
To configure a Multicast VLAN Registration (MVR) group for an interface, use the
mvr group
command. To remove the MVR group from an interface, use the
no
form of this command.
mvr group
{
group_IP_address
|
IP_prefix
/
length
} [
count
count_value
] [
vlan
vlan_ID
[...
vlan
vlan_ID
]]
no mvr group
{
group_IP_address
|
IP_prefix
/
length
} [
count
count_value
] [
vlan
vlan_ID
[...
vlan
vlan_ID
]]
Syntax Description
Command Default
None
Command Modes
Interface configuration mode
Virtual Ethernet interface configuration mode
Command History
Usage Guidelines
You can use this command on the following interfaces:
•
Ethernet interface
•
Virtual Ethernet interface
Before you use a virtual Ethernet interface, you must enable the Cisco Virtual Machine Fabric Extender
(VM-FEX) on the switch by using the
feature vmfex
command.
This command does not require a license.
Examples
This example shows how to configure an MVR VLAN group for an interface:
switch#
configure terminal
switch(config)#
interface ethernet 1/5
switch(config-if)#
mvr group 192.0.2.1/12 vlan 1
switch(config-if)#
group_IP_address
Group IP address in the format
A
.
B
.
C
.
D
.
IP_prefix
/
length
IP prefix and network mask length in the format
x
.
x
.
x
.
x
/
m
.
count
count_value
Specifies the count value. The range is from 1 to 64.
vlan
vlan_ID
Specifies the global default MVR VLAN. The range is from 1 to 4094.
Release
Modification
5.2(1)N1(1)
This command was introduced.