Owners manual
DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
284
Switch# configure terminal
Switch(config)# vlan 1000
Switch(config-vlan)# ip igmp snooping robustness-variable 3
Switch(config-vlan)#
31-13 ip igmp snooping static-group
This command is used to configure an IGMP snooping static group. Use the no form of this command is
used to delete a static group.
ip igmp snooping static-group GROUP-ADDRESS interface INTERFACE-ID [,|-]
no ip igmp snooping static-group GROUP-ADDRESS [interface INTERFACE-ID [,|-]]
Parameters
GROUP-ADDRESS
Specifies an IP multicast group address.
INTERFACE-ID
(Optional) Specifies an interface or an interface list. The interface can
be a physical interface or a port-channel.
,
(Optional) Specifies a series of interfaces, or a separate a range of
interfaces from a previous range. No space is allowed before and after
the comma.
-
(Optional) Specifies a range of interfaces. No space is allowed before
and after the hyphen.
Default
By default, no static-group is configured.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is only available for VLAN interface configuration. This command applies to IGMP
snooping on a VLAN interface to statically add group membership entries.
The ip igmp snooping static-group command allows the user to create an IGMP snooping static group
in case that the attached host does not support the IGMP protocol.
Example
This example shows how to statically add a group for IGMP snooping.
Switch# configure terminal
Switch(config)# vlan 1
Switch(config-vlan)# ip igmp snooping static-group 226.1.2.3 interface eth3/0/5
Switch(config-vlan)#