Tag Archives: IPv6

IPv6 Deployement and Subnetting.

Suppose there is IP version 6 address 2001:1D11:220A::/48 assigned to an ISP with 16-bit subnet ID. The network administrators can subnet the IP version 6 address just counting /16-bit subnet ID in hexadecimal. This would allow the administrator to create 65,536 /64 subnet. The table below illustrates the subnetting procedure of IPv6 address. IPv6 Range. 2001:1D11:220A:0000::/48 2001:1D11:220A:0001::/48 2001:1D11:220A:0002::/48 2001:1D11:220A:0003::/48… Read More »

IPv6 SUbnetting.

In IPv4, the subnet mask 255.255.255.0 is 32 bits and consists of four 8-bit octets. The address: 10.10.10.0 subnet mask 255.255.255.0 means that the subnet is a range of IP addresses from 10.10.10.0 – 10.10.10.255. The prefix-length in IPv6 is the equivalent of the subnet mask in IPv4. However, rather than being expressed in four octets like it is in IPv4, it is expressed as… Read More »

How to Shorten IPv6 Addresses.

An IPv6 address consists of 32 hexadecimal digits, in 8 sections of 4 digits each, separated by colons. It looks something like this: 1234:5678:90ab:cdef:1234:5678:90ab:cdef IPv6 addresses have several shortcuts that allow them to be compressed into smaller strings following certain rules. If there are any leading zeroes in a section, they may be left off. 0001:0001:0001:0001:0001:0001:0001:0001 could be written as 1:1:1:1:1:1:1:1. Any… Read More »