ipv6 обзор + схема

Адрес имеет следующий виды:
ipv6 схема картинка составляющие части
причём =

The leftmost three fields (48 bits) contain the site prefix. The prefix describes the public topology that is usually allocated to your site by an ISP or Regional Internet Registry (RIR).

The next field is the 16-bit subnet ID, which you (or another administrator) allocate for your site. The subnet ID describes the private topology, also known as the site topology, because it is internal to your site.

The rightmost four fields (64 bits) contain the interface ID, also referred to as a token. The interface ID is either automatically configured from the interface's MAC address or manually configured in EUI-64 format.

Consider again the address in Figure 3–2:

2001:0db8:3c4d:0015:0000:0000:1a2f:1a2b

This example shows all 128 bits of an IPv6 address. The first 48 bits, 2001:0db8:3c4d, contain the site prefix, representing the public topology. The next 16 bits, 0015, contain the subnet ID, representing the private topology for the site. The lower order, rightmost 64 bits, 0000:0000:1a2f:1a2b, contain the interface ID.

отсюда = http://docs.oracle.com/cd/E19082-01/819-...

узнать адрес можно такой вот командой :


C:\Documents and Settings\Administrator>netsh interface ipv6 show interface "sub
net1"
Querying active state...

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

Interface 4: subnet1

Addr Type  DAD State  Valid Life   Pref. Life   Address
---------  ---------- ------------ ------------ -----------------------------
Link       Preferred      infinite     infinite fe80::a00:27ff:feb0:fe7b

Connection Name             : subnet1
GUID                        : {BDDD2549-3E13-4924-8E90-8AA453465442}
State                       : Connected
Metric                      : 0
Link MTU                    : 1500 bytes
True Link MTU               : 1500 bytes
Current Hop Limit           : 128
Reachable Time              : 23s
Base Reachable Time         : 30s
Retransmission Interval     : 1s
DAD Transmits               : 1
DNS Suffix                  :
Firewall                    : disabled
Site Prefix Length          : 48 bits
Zone ID for Link            : 4
Zone ID for Site            : 1
Uses Neighbor Discovery     : Yes
Sends Router Advertisements : No
Forwards Packets            : No
Link-Layer Address          : 08-00-27-b0-fe-7b


C:\Documents and Settings\Administrator>