DGS-1210 Metro Ethernet Managed Switch CLI Reference Guide
322
groups on the Switch.
Syntax
config igmp_snooping
multicast_vlan_group <vlan_name 32>
[add | delete] ipv4_range <ipaddr> <ipaddr>
Description
The
config igmp_snooping
multicast_vlan_group
command
specifies an IGMP snooping multicast VLAN group on the Switch.
Parameters
<vlan_name 32>
− The name of the VLAN for which IGMP snooping
is to be configured. Up to 32 characters can be used.
[add | delete]
−
Specify whether to add or delete ports defined in the
following parameter <ipaddr>.
<ipaddr>
−
Specify the IP address range to be configured with the
IGMP snooping multicast VLAN group.
Restrictions
Only administrator or operator-level users can issue this command.
Example usage:
To configure the igmp snooping multicast VLAN:
DGS-1210-28MP/ME:5# config igmp_snooping multicast_vlan_group default add
10.90.90.93 10.90.90.95
Command: config igmp_snooping multicast_vlan_group default add 10.90.90.93
10.90.90.95
Success.
DGS-1210-28MP/ME:5#
create igmp_snooping static_group
Purpose
To create an IGMP snooping static group on the Switch.
Syntax
create igmp_snooping
static_group [vlan <vlan_name 32> |
vlanid <vlanid_list>] <ipaddr>
Description
The
create igmp_snooping
static_group
command allows you to
create an IGMP snooping static group. Member ports can be added
to the static group. The static member and the dynamic member port
from the member ports of a group.
The statis group will only take effect when IGMP snooping is
enabled on the VLAN. For those statis member ports, the device
needs to emulate the IGMP protocol operation to the querier, and
forward the traffic destined to the multicast group to the member
ports.
Parameters
<vlan_name 32>
− The name of the VLAN for which IGMP snooping
statis group is to be created. Up to 32 characters can be used.
<vlanid_list>
−
The ID of the VLAN for which IGMP snooping static
group is to be created. The range is from 2 to 4094.
<ipaddr>
−
Specify the static group address for which IGMP
snooping to be created.
Restrictions
Only administrator or operator-level users can issue this command.
Example usage:
To create a igmp snooping static group 226.1.1.1 for VID 1:
DGS-1210-28MP/ME:5# create igmp_snooping static_group vlanid 1 226.1.1.1
Command: create igmp_snooping static_group vlanid 1 226.1.1.1