5.3.8. mvr vlan group

Syntax

mvr vlan <VLAN-ID> group <ip-addrinterfaces> IF_PORTS

no mvr vlan <VLAN-ID> group <ip-addrinterfaces> IF_PORTS

Parameter


VLAN-ID specifies MVR VLAN ID for static group

ip-addr specifies multicast MVR group address

IF_PORTS specifies port list to set or remove


Default

Mode

Global Configuration

Usage

Use the mvr vlan group command to add a static group or configure static group member ports when mvr is enabled.This command applies to only receiver ports. In compatible mode, this command applies to only receiver ports. In dynamic mode, it applies to receiver ports and source ports. When remove static mvr group all ports, the static group will be delete. Or can use no ip igmp vlan VLAN-ID group to delete the mvr static group.Static group can’t learn dynamic port by igmp memesage. Use the no form of this command to delete a port in static group. If remove the last member of static group, the static group will be delete. You can verify settings by the show mvr members command.

Example

The following example specifies that set mvr static group . The configure must configure mvr receiver port firstly.(eg. mvr port type).

Switch(config)# mvr vlan 2 group 224.1.1.1 interfaces gi2
Switch# show mvr members
clear mvr members
Gourp IP Address | Type | Life(Sec) | Port
------------------+--------+-----------+------------------
224.1.1.1 | Static| -- | gi2
Total Number of Entry = 1

5.3.9. clear mvr members

Syntax

clear mvr members [dynamic|static]

Parameter


dynamic specifies MVR dynamic group

static specifies MVR static group


Default

Clear all of mvr group

Mode

Privileged EXEC

Usage

This command will clear the mvr groups for selected type.

Example

The following example specifies that clear all mvr groups .

Switch clear mvr members