2-330
Catalyst 3750 Metro Switch Command Reference
OL-9645-10
Chapter 2 Catalyst 3750 Metro Switch Cisco IOS Commands
mvr (interface configuration)
Fa0/11 SOURCE Trunk 10 ACTIVE/UP ENABLED
Fa0/16 RECEIVER Trunk 2 ACTIVE/UP DISABLED
Fa0/18 RECEIVER Trunk 1 ACTIVE/UP ENABLED
Fa0/18 RECEIVER Trunk 2 ACTIVE/UP ENABLED
Fa0/21 SOURCE Access 10 ACTIVE/UP DISABLED
Fa0/24 RECEIVER Access 4 ACTIVE/DOWN DISABLED
Gi0/1 RECEIVER Trunk 1 ACTIVE/UP DISABLED
Gi0/1 RECEIVER Trunk 2 ACTIVE/UP DISABLED
Gi0/2 SOURCE Access 10 ACTIVE/UP DISABLED
This example shows how to enable Immediate Leave on a port:
Switch(config)#
interface gigabitethernet1/0/1
Switch(config-if)#
mvr immediate
This example shows how to disable Immediate Leave on a port:
Switch(config)#
interface gigabitethernet1/0/1
Switch(config-if)#
no mvr immediate
This 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
This 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
This 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
This 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
This 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
This 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
This 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.