Internet Protocal Version 6
Internet Protocal Version 6
Internet Protocal Version 6
INTRODUCTION:
An Internet Protocol Version 6 address (IPv6 address) is a numeric label
that is used to identify and locate a network interface of a computer or a
network node participating in an computer network using IPv6. IP addresses are
included in the packet header to indicate the source and the destination of each
packet. The IP address of the destination is used to make decisions about
routing IP packets to other networks.
ADDRESSING METHOD:
IPv6 addresses are classified by the primary addressing and routing
methodologies common in networking: unicast addressing, anycast addressing,
and multicast addressing. A unicast address identifies a single network
interface. The Internet Protocol delivers packets sent to a unicast address to that
specific interface.
aaaa:aaaa:aaaa:aaaa:aaaa:aaaa:aaaa:aaaa
3FFE:0000:0000:0001:0200:F8FF:FE75:50DF
You can omit the leading zeros of each 16-bit group, as follows:
3FFE:0:0:1:200:F8FF:FE75:50DF
You can compress 16-bit groups of zeros to double colons (::) as shown in the
following example, but only once per address:
3FFE::1:200:F8FF:FE75:50DF
For more information on the text representation of IPv6 addresses and address
prefixes, see RFC 4291, IP Version 6 Addressing Architecture.
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.
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.
Unicast addresses support global address scope and two types of local address
scope:
The first octet of 1s identifies the address as a multicast address. The flags field
identifies whether the multicast address is a well-known address or a transient
multicast address. The scope field identifies the scope of the multicast address.
The 112-bit group ID identifies the multicast group.
LIMITATIONS:
On all branch SRX Series devices, changes in source AS and destination
AS are not immediately reflected in exported flows.
On all branch SRX Series devices, IPv6 traffic transiting over IPv4 based
IP over IP tunnel (for example, IPv6-over-IPv4 using ip-x/x/x interface)
is not supported.