Information Technology Reference
In-Depth Information
InterfaceName : Required parameter whose value specifies the name of the interface to
which you want to bind the IGMP routing protocol.
IGMPPrototype : Optional parameter whose value specifies the type of protocol to be
configured on the interface. The values reflect IGMP v1, IGMP v2, IGMP v3, and IGMP
Proxy, respectively. The default value is igmprtrv2 .
IfEnabled : Optional parameter whose value specifies whether the protocol is enabled or
disabled. The default value is enable .
RobustVar : Optional parameter whose value specifies the robustness variable. The default
value is 2 , with an overall range of 1 - 7 .
GenQueryInterval : Optional parameter whose value specifies the interval, in seconds, at
which general queries should be sent on the interface. The default value is 125 .
GenQueryRespTime : Optional parameter whose value specifies the maximum time, in
seconds, in which a host should respond to a query. The default value is 10 seconds.
StartUpQueryCount : Optional parameter whose value specifies the number of queries that
are sent at startup. The default number is 2 .
StartUpQueryInterval : Optional parameter whose value specifies the interval, in seconds,
between general startup queries. The default value is 31 seconds.
LastMemQueryCount : Optional parameter whose value specifies the number of group-specific
queries sent when a host announces that it is leaving the group. The default value is 2 .
LastMemQueryInterval : Optional parameter whose value specifies the interval, in milliseconds,
between group-specific queries. The default value is 1000 milliseconds.
AccNonRtrAlertPkts : Optional parameter whose value specifies whether the router should
accept IGMP packets that do not have the alert option set. The default value is yes .
For example, to add an IGMP interface to Local Area Connection #2 with the default
values but a general query response time of 100 seconds, run the following command:
> netsh routing ip igmp add interface "Local Area Connection #2"
genqueryresptime=100
To modify the IGMP parameters on an interface already configured for IGMP, use this
command:
> netsh routing ip igmp set 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}]
The parameters are identical to those used with the netsh routing ip igmp add interface
command.
Search WWH ::




Custom Search