Cisco Catalyst 4500 Series Configuration Manual page 557

Ios software configuration guide isco ios xe 3.9.0e and ios 15.2(5)ex
Hide thumbs Also See for Catalyst 4500 Series:
Table of Contents

Advertisement

Chapter 2
The following example shows how to enable Immediate Leave on a port:
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# mvr immediate
The following example shows how to disable Immediate Leave on a port:
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# no mvr immediate
The following example shows how to add a port interface on VLAN 1 as a static member of IP multicast
group 228.1.23.4:
Switch(config)# interface gigabitethernet1/0/2
Switch(config-if)# mvr vlan1 group 230.1.23.4
The following example shows how to add a port 5 on VLAN 100 as a static member of IP multicast group
239.1.1.1. In this example, the receiver port is a trunk port:
Switch(config)# interface fastethernet0/5
Switch(config-if)# mvr vlan 100 group 239.1.1.1 receiver vlan 201
The following example shows how to remove this port from membership:
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# no mvr vlan5 group 228.1.23.4
The following example shows how to remove this port from all IP multicast groups:
Switch(config)# interface gigabitethernet1/0/1
Switch(config-if)# no mvr vlan5 group
The following example shows the result if you try to add a port to a multicast group and the port is not
a receiver port:
Switch(config)# interface gigabitethernet1/0/2
Switch(config-if)# mvr vlan 1 group 230.1.23.4
Interface Gi1/0/2 not configured as a receiver interface
The following example shows how to add on port 5 the receiver VLAN 201 with an MVR VLAN of 100.
Switch(config)# interface fastethernet0/5
Switch(config-if)# mvr vlan 100 receiver vlan 201
The following example shows how to add on port 5 the receiver VLAN 201 as a static member of the IP
multicast group 239.1.1.1, with an MVR VLAN of 100:
Switch(config)# interface fastethernet0/5
Switch(config-if)# mvr vlan 100 group 239.1.1.1 receiver vlan 201
You can verify your settings by entering the show mvr members privileged EXEC command.
Related Commands
Command
mvr (global configuration)
show mvr
show mvr interface
show mvr members
Description
Enables and configures multicast VLAN registration on the switch.
Displays MVR global parameters or port parameters.
Displays the configured MVR interfaces or displays the multicast
groups to which a receiver port belongs. Also displays all MVR
groups of which the interface is a member.
Displays all receiver ports that are members of an MVR multicast
group.
Catalyst 4500 Series Switch Cisco IOS Command Reference—Release XE 3.9.xE and 15.2(5)Ex
mvr (interface configuration)
2-517

Advertisement

Table of Contents
loading

Table of Contents