IPv6 troubleshooting - Using Netsh Command
The netsh interface ipv6 command context contains many commands that are useful for analyzing the current IPv6 configuration and troubleshooting problems. The most useful commands are:
netsh interface ipv6 show global.Displays general IPv6 settings, including the default hop limit. Though you rarely need to modify these settings, you can use the netsh interface ipv6 set global command to change them.
netsh interface ipv6 show addressesDisplays all IPv6 addresses in a much more compact format than ipconfig /all.
netsh interface ipv6 show dnsserversDisplays all DNS servers that have been configured for IPv6. This does not display any DNS servers that might be configured with IPv4 addresses.
netsh interface ipv6 show potentialroutersDisplays all advertising IPv6 routers that have been detected on the local network.
netsh interface ipv6 show routeLists the automatically and manually configured routes, including tunneling routes.
netsh interface ipv6 show tcpstatsLists various IPv6 TCP statistics, including the current number of connections, the total number of both incoming and outgoing connections, and the number of communication errors.
netsh interface ipv6 show udpstatsLists various IPv6 UDP statistics, including the number of UDP datagrams that have been sent or received and the number of datagrams that resulted in an error.
netsh interface ipv6 show neighborsDisplays all cached IPv6 neighbors. To flush the neighbor cache, run the command netsh interface ipv6 delete neighbors.
netsh interface ipv6 show destinationcacheDisplays all cached IPv6 hosts that the computer has communicated with. To flush the destination cache, run the command netsh interface ipv6 delete destinationcache.
When troubleshooting IPv6 transition technologies, you can use the following commands:
netsh interface ipv6 show teredoDisplays the Teredo configuration, including the Teredo server name and the client port number. You can use the netsh interface ipv6 set teredo command to change these configuration settings.
netsh interface ipv6 6to4 show commandBy using one of the four commands in this context (interface, relay, routing, and state), you can examine the current 6to4 configuration.
netsh interface isatap show commandBy using one of the two commands in this context (router and state), you can examine the current ISATAP configuration.
Source of Information : Microsoft Press Windows Server 2008 Networking and Network Access Protection NAP
Free Web Templates : Nuvio Templates - Free Web Templates & WordPress Themes
Best PHP email Systems and Forms : PHP Email Systems Script and Programs | Free ready to use Contact me form for your Website | Free PHP contact us form script | PHP Webmasters tools and help | Website Ranking - Rankings - Get Website Optimization basics correct, add great linking strategies and your website rankings will rocket. Most Web Masters lack website optimization service skills, website ranking and website optimization services is our specialty.

