ipv6 if
This command displays interface information.
D:\Documents and Settings\harry>ipv6 if 7 Interface 7: Ethernet: Local Area Connection Guid {3FCF938D-344F-4515-8CA2-3FA8801C15C3} zones: link 7 site 2 uses Neighbor Discovery uses Router Discovery link-layer address: 00-19-d1-ea-ee-16 preferred global 2001:470:19:13c:219:d1ff:feea:ee16, life 29d23h59m59s/6d23h59m59s (public) preferred link-local fe80::219:d1ff:feea:ee16, life infinite multicast interface-local ff01::1, 1 refs, not reportable multicast link-local ff02::1, 1 refs, not reportable multicast link-local ff02::1:ffea:ee16, 2 refs, last reporter link MTU 1500 (true link MTU 1500) current hop limit 64 reachable time 19000ms (base 30000ms) retransmission interval 1000ms DAD transmits 1 default site prefix length 48
ipv6 rt
This command displays the current contents of the routing table.
D:\Documents and Settings\harry>ipv6 rt ::/0 -> 7/fe80::20c:29ff:fe1e:b535 pref 256 life 26s (autoconf) 2001:470:19:13c::/64 -> 7 pref 8 life 29d23h59m56s (autoconf)
tracert6
send ICMPv6 or ICMP Echo Request messages to produce command-line report information about each router that is crossed and the roundtrip time (RTT) for each hop.
D:\Documents and Settings\harry>tracert6 ipv6.he.net Tracing route to ipv6.he.net [2001:470:0:64::2] from 2001:470:19:13c:219:d1ff:feea:ee16 over a maximum of 30 hops: 1 <1 ms <1 ms <1 ms d.ns.kutukupret.org [2001:470:19:13c::1:4] 2 246 ms 242 ms 245 ms leenoux-1.tunnel.tserv20.hkg1.ipv6.he.net [2001:470:18:13c::1] 3 259 ms 253 ms 248 ms gige-g3-13.core1.hkg1.he.net [2001:470:0:ba::1] 4 437 ms 418 ms 421 ms v1026.core1.sjc1.he.net [2001:470:0:c3::1] 5 420 ms 426 ms 429 ms 10gigabitethernet2-1.core1.sjc2.he.net [2001:470:0:55::2] 6 435 ms 442 ms 594 ms 10gigabitethernet1-1.core1.fmt1.he.net [2001:470:0:2f::1] 7 426 ms 421 ms 420 ms ipv6.he.net [2001:470:0:64::2] Trace complete.
ping6
send ICMPv6 or ICMP Echo Request messages to perform network diagnostics and test reachability for a specific destination.
D:\Documents and Settings\harry>ping6 ipv6.he.net Pinging ipv6.he.net [2001:470:0:64::2] from 2001:470:19:13c:219:d1ff:feea:ee16 with 32 bytes of data: Reply from 2001:470:0:64::2: bytes=32 time=423ms Reply from 2001:470:0:64::2: bytes=32 time=435ms Reply from 2001:470:0:64::2: bytes=32 time=421ms Reply from 2001:470:0:64::2: bytes=32 time=432ms Ping statistics for 2001:470:0:64::2: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 421ms, Maximum = 435ms, Average = 427ms
IPv6 rtu
This command adds or removes a route in the routing table.
e.g.
add static routing
ipv6 -p rtu ::/0 7/2001:470:19:13c::1
add static route to ::/0 (default route) on interface index 7 with ip gateway 2001:470:19:13c::1
delete static route
ipv6 rtu ::/0 7/2001:470:19:13c::1 life 0
Specifying a lifetime of zero causes the route to be deleted.
-p Saves the setting in the registry.(static)
ipv6 adu
This command adds or removes a unicast or anycast address assignment on an interface.
e.g.
ipv6 -p adu 7/2001:470:19:13c::dead:beef
add static ipv6 address to intreface index 7 with ipv6 2001:470:19:13c::dead:beef
delete static ipv6
ipv6 adu 7/2001:470:19:13c::dead:beef life 0
Specifying a lifetime of zero causes the address to be removed.
-p Saves the setting in the registry.(static)
ipv6 gpu UseTemporaryAddresses
This command determines whether temporary addresses are used at a global level.
i used this command to removes any temporary ipv6 address on interface
e.g.
ipv6 -p gpu UseTemporaryAddresses no
-p Saves the UseTemporaryAddresses setting in the registry.
Thank the creator, I thought it was going to be another wasn’t-even-funny-first-time-around ipv6 uninstall deal. 😛