Cisco Nexus 6000 Series Configuration Manual page 146

Nx-os layer 2 guide
Hide thumbs Also See for Nexus 6000 Series:
Table of Contents

Advertisement

Configuring MVR Global Parameters
Step 5
Step 6
Step 7
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
Global MVR VLAN
Number of MVR VLANs
switch# copy running-config startup-config
Cisco Nexus 6000 Series NX-OS Layer 2 Switching Configuration Guide, Release 7.x
128
Command or Action
switch(config)# end
switch# clear mvr counters
[source-ports | receiver-ports]
switch# show mvr
switch# copy running-config
startup-config
: enabled
: 100
: 3
Purpose
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.
(Optional)
Clears MVR IGMP packet counters.
(Optional)
Displays the global MVR configuration.
(Optional)
Saves the change persistently through reboots and restarts by
copying the running configuration to the startup configuration.
Configuring MVR

Advertisement

Table of Contents
loading

Table of Contents