DGS-1100/ME Metro Ethernet Managed Switch CLI Reference Guide
config igmp_snooping static_group
Purpose
To configure an IGMP snooping static group on the Switch.
Syntax
config igmp_snooping static_group [vlan_name <vlan_name
8> | vlanid < vidlist 1-4094> ] < ipaddr > [ add | delete] <portlist>
Description
The
config igmp_snooping
static_group
command is used to add
or delete static member ports from a static group on the Switch.
Member ports can be added to the static group.
When a port is configured as a static member port, the IGMP
protocol will not operate on this port. For example, suppose that a
port is a dynamic member port learned by IGMP. If this port is
configured as a static member later, then the IGMP protocol will stop
operating on this port. The IGMP protocol will resume once this port
is removed from static member ports.
The static member port will only affect V2 IGMP operation.
Parameters
vlan_name <vlan_name 8>
− The name of the VLAN for which
IGMP snooping static group is to be created. Up to 8 characters can
be used.
vlanid <1-4094>
−
The ID of the VLAN for which IGMP snooping
static group is to be created. The range is from 1 to 4094.
<ipaddr>
−
The multicast group IP address.
[add | delete]
- Specify to add or delete the member ports.
<portlist>
− A port or range of ports that will be configured
.
Restrictions
Only administrator-level users can issue this command.
Example usage:
To configure the igmp snooping static group:
DGS-1100-24P/ME:admin#config igmp_snooping static_group vlanid 1
225.0.0.1 add 5-9
Command : config igmp_snooping static_group vlanid 1 225.0.0.1 add 5-9
Success.
DGS-1100-24P/ME:admin#
delete igmp_snooping static_group
Purpose
To delete an IGMP snooping static group on the Switch.
Syntax
delete igmp_snooping static_group [vlan_name<vlan_name 8>
| vlanid < vidlist 1-4094> ] <ipaddr>
Description
The
delete igmp_snooping
static_group
command is used to
delete an IGMP snooping multicast static group.
The deletion of an IGMP snooping static group will not affect the
IGMP snooping dynamic member ports for a group.
Parameters
vlan_name <vlan_name 8>
− The name of the VLAN for which
IGMP snooping static group is to be deleted. Up to 8 characters can
be used.
vlanid <1-4094>
−
The ID of the VLAN for which IGMP snooping
94