Information Technology Reference
In-Depth Information
To display the global IGMP parameters, including the version number and logging level,
use this command:
> netsh routing ip igmp show global
This command takes no parameters.
To configure the logging level, use this command:
> netsh routing ip igmp set global [[LogLevel=]{none | error | warn | info}]
If the LogLevel parameter is omitted, logging will occur for errors and warnings.
To display IGMP-related information for a particular interface, use this command:
> netsh routing ip igmp show interface [InterfaceName=] InterfaceName
If the InterfaceName parameter is omitted, information will be displayed for all interfaces.
This command produces output like the following:
> netsh routing ip igmp show interface
IGMP Interface Configuration Information for "Server Local Area Connection"
------------------------------------------------------
Version : 0x301
IGMP Router Type : IGMP ver-3 Router
Interface Enabled Flag : enable
Robustness Variable : 2
Startup Query Interval : 31 (sec)
Startup Query Count : 2
General Query Interval : 125 (sec)
General Query Max Response Time : 10 (sec)
Last Mem Query Interval : 1000 (msec)
Last Mem Query Count : 2
Other Querier Present Interval : 255 (sec)
Group Membership Timeout : 260 (sec)
AcceptNonRtrAlertPkts Flag : YES
Num Static Groups : 0
To bind IGMP to a particular interface, use this command:
> netsh routing ip igmp add interface [InterfaceName=] <InterfaceName>
[[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}]
Here is a description of the command-line options:
Search WWH ::




Custom Search