Microsoft Windows [Version 6.0.6001] (C) Copyright 2006 Microsoft Corp. c:\windows>netsh interface ipv6 set global ?
Usage: set global [[defaultcurhoplimit=]][neighborcachelimit=][[routecachelimit=]][[reassemblylimit=]][[icmpredirects=]enabled|disabled][[sourceroutingbehavior=]drop|forward|dontforward][[taskoffload=]enabled|disabled][[mediasense=]enabled|disabled][[mediasenseeventlog=]enabled|disabled][[mldlevel=]none|sendonly|all][[mldversion=]version1|version2|version3][[multicastforwarding=]enabled|disabled][[groupforwardedfragments=]enabled|disabled][[randomizeidentifiers=]enabled|disabled][[store=]active|persistent][[addressmaskreply=]enabled|disabled]
Parameters:
Tag Value
defaultcurhoplimit - Default HopLimit of packets sent.
neighborcachelimit - Maximum number of neighbor cache entries.
routecachelimit - Maximum number of route cache entries.
reassemblylimit - Maximum size of reassembly buffer.
icmpredirects - Whether the path cache is updated in response to
ICMP redirect packets.
sourceroutingbehavior - Determines the behavior for source
routed packets.
taskoffload - Whether task offload is enabled or not.
mediasense - Whether media sense is enabled or not.
mediasenseeventlog - Whether media sense logging is enabled or not.
mldlevel - Level of multicast support. none implies mulitcast
packets can neither be sent nor received; sendonly
implies multicast packets can be sent but not
received; all implies multicast packets can be sent
as well as received.
mldversion - Maximum MLD version supported by the host.
multicastforwarding - Whether multicast packets can be forwarded.
groupforwardedfragments - Whether fragments should be collected into
groups before being forwarded.
randomizeidentifiers - Whether interface identifiers are randomized.
store - One of the following values:
active: Set only lasts until next boot.
persistent: Set is persistent. This is the default.
addressmaskreply - Whether the computer will respond to ICMP Address
mask packets
Remarks: Modifies global configuration general parameters.
Example:
set global 32 100 100000