Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
50
Добавлен:
11.04.2015
Размер:
22.9 Mб
Скачать

Chapter 2 IPv6 Protocol for Windows Server 2008 and Windows Vista

47

Netsh interface ipv6 show neighbors

This command displays the contents of the neighbor cache, sorted by interface. The neighbor cache stores the link-layer addresses of recently resolved next-hop addresses. Here is an example:

Interface 1: Loopback Pseudo-Interface 1

 

 

 

Internet Address

Physical Address

Type

 

--------------------------------------------

-----------------

-----------

ff02::16

 

Permanent

ff02::1:3

 

Permanent

Interface 8: Local Area Connection

 

 

 

Internet Address

Physical Address

Type

 

--------------------------------------------

-----------------

-----------

2001:db8::3cec:bf16:505:eae6

00-13-72-2b-34-07

Stale (Router)

2001:db8::4074:2dce:b313:7c65

00-00-00-00-00-00

Unreachable

2001:db8::6c4b:bf6d:201a:ccbf

00-00-00-00-00-00

Unreachable

fe80::3cec:bf16:505:eae6

00-13-72-2b-34-07

Stale (Router)

ff02::16

33-33-00-00-00-16

Permanent

Interface 10: Local Area Connection* 9

 

 

 

Internet Address

Physical Address

Type

 

--------------------------------------------

-----------------

-----------

fe80::b500:734b:fe5b:3945

255.255.255.255:65535

Unreachable

ff02::16

255.255.255.255:65535

Permanent

Netsh interface ipv6 show destinationcache

This command displays the contents of the destination cache, sorted by interface. The destination cache stores the next-hop addresses for destination addresses. Here is an example:

Interface 8: Local Area Connection

 

PMTU Destination Address

Next Hop Address

----

--------------------------------------------- -------------------------

1500

2001:db8::3cec:bf16:505:eae6

2001:db8::3cec:bf16:505:eae6

References

The following references were cited in this chapter:

RFC 2460 — “Internet Protocol, Version 6 (IPv6)”

RFC 2710 — “Multicast Listener Discovery (MLD) for IPv6”

RFC 3168 — “The Addition of Explicit Congestion Notification (ECN) to IP”

RFC 3315 — “Dynamic Host Configuration Protocol for IPv6 (DHCPv6)”

48Understanding IPv6, Second Edition

RFC 3484 — “Default Address Selection for Internet Protocol version 6 (IPv6)”

RFC 3493 — “Basic Socket Interface Extensions for IPv6”

RFC 3542 — “Advanced Sockets Application Program Interface (API) for IPv6”

RFC 3736 — “Stateless Dynamic Host Configuration Protocol (DHCP) Service for IPv6”

RFC 3810 — “Multicast Listener Discovery Version 2 (MLDv2) for IPv6”

RFC 3986 — “Uniform Resource Identifier (URI): Generic Syntax”

RFC 4191 — “Default Router Preferences and More-Specific Routes”

RFC 4291 — “IP Version 6 Addressing Architecture”

RFC 4443 — “Internet Control Message Protocol (ICMPv6) for the Internet Protocol Version 6 (IPv6)”

RFC 4861 — “Neighbor Discovery for IP Version 6 (IPv6)”

RFC 4862 — “IPv6 Stateless Address Autoconfiguration”

RFC 5072 — “IP Version 6 over PPP”

You can obtain these RFCs from the \RFCs_and_Drafts folder on the companion CD-ROM or from http://www.ietf.org/rfc.html.

Testing for Understanding

To test your understanding of the IPv6 protocol for Windows Server 2008 and Windows Vista, answer the following questions. See Appendix D, “Testing for Understanding Answers,” to check your answers.

1.List and describe the features of the IPv6 protocol for IPv6 transition.

2.What are the two ways to configure the IPv6 protocol for Windows Server 2008 and Windows Vista?

3.A network administrator wants to disable all 6to4 and Teredo tunnel interfaces for computers running Windows Server 2008 or Windows Vista. What is the correct value of the DisabledComponents registry value?

4.Describe the purpose of LLMNR and when it is used as the primary method for name resolution for IPv6 addresses.

5.Under what circumstances will an IPv6 router running Windows Server 2008 or Windows Vista advertise itself as a default router?

6.List how the common TCP/IP troubleshooting tools have been enhanced to support IPv6 in Windows Server 2008 and Windows Vista.

7.What do the asterisks in the default interface names in the display of the Ipconfig.exe tool indicate?

8.Which Netsh command displays the interface indexes that correspond to IPv6 interfaces?

Chapter 3

IPv6 Addressing

At the end of this chapter, you should be able to do the following:

DescribetheIPv6addressspace,andstatewhytheaddresslengthof128bitswaschosen.

DescribeIPv6address syntax, includingzero suppression and compression and prefixes.

Enumerate and describe the function of the different types of unicast IPv6 addresses.

Describe the format of multicast IPv6 addresses.

Describe the function of anycast IPv6 addresses.

Describe how IPv6 interface identifiers are determined.

Describe how to perform bit-level subnetting on the subnet identifier portion of a unicast IPv6 address prefix.

List and compare the different addressing concepts between IPv4 addresses and IPv6 addresses.

The IPv6 Address Space

The most obvious distinguishing feature of Internet Protocol version 6 (IPv6) is its use of much larger addresses. The size of an address in IPv6 is 128 bits, a bit-string that is four times longer than the 32-bit IPv4 address. A 32-bit address space allows for 232, or 4,294,967,296, possible addresses. A 128-bit address space allows for 2128, or 340,282,366,920,938,463,463, 374,607,431,768,211,456 (3.4 × 1038 or 340 undecillion), possible addresses.

In the late 1970s, when the IPv4 address space was designed, it was unimaginable that it could ever be exhausted. However, the administrative procedures that defined address allocation did not anticipate the recent explosion of hosts on the Internet. The IPv4 address space was thus consumed to the point that, by 1992, it was clear a replacement would be necessary.

With IPv6, it is even more difficult to conceive that the IPv6 address space will ever be consumed. To help put this number in perspective, a 128-bit address space provides 6.65 × 1023 addresses for each square meter of the Earth’s surface.

It is important to remember that the decision to make the IPv6 address 128 bits in length was not so that every square meter of the Earth could have 6.65 × 1023 addresses. Rather, the relatively large size of the IPv6 address is designed to be divided into hierarchical unicast routing domains that reflect the topology of the modern-day Internet. The use of 128 bits allows for multiple levels of hierarchy and flexibility in designing hierarchical unicast addressing and routing that is currently lacking on the IPv4-based Internet.

49

Соседние файлы в папке Lecture 2_10