PurposeCommand or Action
You can repeat this command to add additional groups to the
MVR VLAN.
The IP address is entered in the format a.b.c.d/m, where m is the
number of bits in the netmask, from 1 to 31.
(Optional) You can specify a number of MVR groups using
contiguous multicast IP addresses starting with the specified IP
address. Use the count keyword followed by a number from 1
to 64.
(Optional) You can explicitly specify an MVR VLAN for the
group by using the vlan keyword; otherwise, the group is
assigned to the default MVR VLAN.
Use the no form of the command to clear the group configuration.
(Optional)
Returns to privileged EXEC mode.
switch(config)# end
Step 5
(Optional)
Clears MVR IGMP packet counters.
switch# clear mvr counters
[source-ports | receiver-ports]
Step 6
(Optional)
Displays the global MVR configuration.
switch# show mvr
Step 7
(Optional)
Saves the change persistently through reboots and restarts by
copying the running configuration to the startup configuration.
switch# copy running-config
startup-config
Step 8
This example shows how to globally enable MVR and configure the global parameters:
switch# configure terminal
switch(config)# mvr
switch(config-mvr)# mvr-vlan 100
switch(config-mvr)# mvr-group 230.1.1.1 count 4
switch(config-mvr)# mvr-group 228.1.2.240/28 vlan 101
switch(config-mvr)# mvr-group 235.1.1.6 vlan 340
switch(config-mvr)# end
switch# show mvr
MVR Status : enabled
Global MVR VLAN : 100
Number of MVR VLANs : 3
switch# copy running-config startup-config
Cisco Nexus 6000 Series NX-OS Layer 2 Switching Configuration Guide, Release 7.x
128
Configuring MVR
Configuring MVR Global Parameters