Cisco nexus 5000 series Configuration Manual page 278

Nx-os layer 2
Hide thumbs Also See for nexus 5000 series:
Table of Contents

Advertisement

Configuring MVR Global Parameters
DETAILED STEPS
Command or Action
Step 1
switch# configure terminal
Step 2
switch(config)# [no] mvr
Step 3
switch(config)# [no] mvr-vlan vlan-id
Step 4
switch(config)# [no] mvr-group
addr[/mask] [count groups] [vlan
vlan-id]
Step 5
switch(config)# end
Step 6
switch# clear mvr counters
[source-ports | receiver-ports]
Step 7
switch# show mvr
Step 8
switch# copy running-config
startup-config
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 192.0.2.1 count 4
switch(config-mvr)# mvr-group 192.0.2.240/28 vlan 101
switch(config-mvr)# mvr-group 192.0.2.6 vlan 340
switch(config-mvr)# end
switch# show mvr
MVR Status
Global MVR VLAN
Cisco Nexus 5000 Series NX-OS Layer 2 Switching Configuration Guide, Release 5.1(3)N1(1)
258
Purpose
Enters global configuration mode.
Globally enables MVR. The default is disabled.
Use the no form of the command to disable MVR.
Specifies the global default MVR VLAN. The MVR VLAN is the source of
the multicast message that subsequent receivers subscribe to.
The range is 1 to 4094.
Use the no form of the command to clear the MVR VLAN.
Adds a multicast group at the specified IPv4 address and (optional) netmask
length to the global default MVR VLAN. 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.
: enabled
: 100
Configuring MVR
OL-25842-01

Advertisement

Table of Contents
loading

Table of Contents