Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1986-2001 Microsoft Corp. C:\WINDOWS>netsh routing ip igmp add interface ?
Usage: add interface [name=][[igmpprototype=]igmprtrv1|igmprtrv2|igmprtrv3|igmpproxy][[ifenabled=]enable|disable][[robustvar=]integer][[genqueryinterval=]integer][[genqueryresptime=]integer][[startupquerycount=]integer][[startupqueryinterval=]integer][[lastmemquerycount=]integer][[lastmemqueryinterval=]integer][[accnonrtralertpkts=]yes|no]
Parameters:
Tag Value
name - The name of the specific interface where
IGMP is being configured.
igmpprototype - The type of protocol to be configured on the
interface. The default type is igmprtrv2.
ifenabled - If protocol should be enabled or disabled.
The default is enabled.
robustvar - Robustness variable. Should be greater than
zero (0). The default value is 2. Max 7.
genqueryinterval - An interval in seconds at which general
queries should be sent on the interface.
The default value is 125 seconds.
genqueryresptime - The maximum response time in seconds by
which hosts should respond to a general
query. The default value is 10 seconds.
startupquerycount - The number of general queries that will be
sent during startup. The default value is 2.
startupqueryinterval - The interval between general queries sent
during startup. The default value is 31 seconds.
lastmemquerycount - The number of group-specific queries sent
when notice of a host leaving the group is
received. The default value is 2.
lastmemqueryinterval - The interval between group-specific queries.
The default value is 1000 milliseconds.
accnonrtralertpkts - Whether to accept IGMP packets that might
not have the router alert option set. The
default is 'yes'.
Remarks: Configures IGMP on the specified interface. For IGMP Proxy, only
the 'ifenabled' parameter is used. For IGMP v1 routers,
'lastmemquerycount' and 'lastmemqueryinterval' are not used.
Example:
add interface "Local Area Connection" startupqueryinterval=21
The example command modifies the default startup query interval to
21 seconds for use with IGMP configuration of the specified interface.
Where other parameters are not used, related default values are assumed.