Verifying the MVR Configuration
Command or Action
Step 5
[no] mvr-vlan vlan-id
Step 6
[no] mvr-group addr[/mask]
[vlan vlan-id]
Step 7
end
Step 8
switch# copy running-config
startup-config
This example shows how to configure an Ethernet port as an MVR receiver port:
switch# configure terminal
switch(config)# mvr
switch(config-mvr)# interface ethernet 1/10
switch(config-if)# mvr-type receiver
switch(config-if)# end
switch# copy running-config startup-config
switch#
Verifying the MVR Configuration
Use the following commands to verify the MVR configuration:
Command
show mvr
show mvr groups
Cisco Nexus 5000 Series NX-OS Layer 2 Switching Configuration Guide, Release 5.1(3)N1(1)
260
Purpose
(Optional)
Specifies an interface default MVR VLAN that overrides the global default MVR
VLAN for joins received on the interface. The MVR VLAN is the source of the
multicast message that subsequent receivers subscribe to.
The range is 1 to 4094.
(Optional)
Adds a multicast group at the specified IPv4 address and (optional) netmask length to
the interface MVR VLAN, overriding the global MVR group configuration. 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 explicitly specify an MVR VLAN for the group by using the vlan
keyword; otherwise, the group is assigned to the interface default (if specified) or
global default MVR VLAN.
Use the no form of the command to clear the IPv4 address and netmask.
(Optional)
Return to privileged EXEC mode.
(Optional)
Saves the change persistently through reboots and restarts by copying the running
configuration to the startup configuration.
Description
Displays the MVR subsystem configuration and
status.
Displays the MVR group configuration.
Configuring MVR
OL-25842-01