![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/c/f9/cf9abe3c-cbdc-4cee-9477-3b670eb02cf4/cf9abe3c-cbdc-4cee-9477-3b670eb02cf4-bg14e.png)
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
330
The Internet Group Management Protocol (IGMP) commands in the Command Line Interface (CLI) are listed (along with
the appropriate parameters) in the following table.
Command Parameters
config igmp [ipif <ipif_name 12>|all] { version <value 1-3> | query_interval <sec 1-31744> |
max_response_time <sec 1-25> | robustness_variable <value 1-255> |
last_member_query_interval <value 1-25> | state [enable | disable]}
show igmp {ipif <ipif_name 12>}
show igmp group {group <group>} {ipif <ipif_name 12>}
config igmp
check_subscriber_source_network
[ ipif <ipif_name 12> | all ] [ enable | disable ]
show igmp
check_subscriber_source_network
{ipif <ipif_name 12>}
Each command is listed, in detail, in the following sections.
config igmp
Purpose This command is used to configure IGMP on the switch.
Syntax
config igmp [ipif <ipif_name 12>|all] { version <value 1-3> | query_interval <sec 1-
31744> | max_response_time <sec 1-25> | robustness_variable <value 1-255> |
last_member_query_interval <value 1-25> | state [enable | disable]}
Description The config igmp command is used to configure IGMP on switch.
Parameters
ipif_name - The name of the IP interface for which you want to configure IGMP.
all - Specifies all the IP interfaces on the switch.
version - IGMP version. The default value is 3.
query_interval - The time in seconds between general query transmissions. The default value
is 125.
max_response_time - The maximum time in seconds to wait for reports from members. The
default value is 10.
robustness_variable - The permitted packet loss that guarantees IGMP. The default value is
2.
last_member_query_interval - Max Response Time inserted into Group-Specific Queries sent
in response to Leave Group messages, and is also the amount of time between Group-
Specific Query messages. The default setting is 1.
state - Enable or disable IGMP on a router interface.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the IGMP for the IP interface “System”:
DGS-3627:admin# config igmp ipif System version 1 state enable
Command: config igmp ipif System version 1 state enable
Success.
To configure the IGMPv2 for all IP interfaces: