Related Documentation
IPv6 Notation
IPv6 addresses are 128 bits long (expressed as 32 hexadecimal numbers) and consist of eight colon-delimited sections. Each section contains 2 bytes, and each byte is expressed as a hexadecimal number from 0 through FF.
An IPv6 address looks like this:
2001:0db8:0000:0000:0000:0800:200c:7334
By omitting the leading zeroes from each section or substituting contiguous sections that contain zeroes with a double colon, you can write the example address as:
2001:db8:0:0:0:800:200c:7334 or 2001:db8::800:200c:7334
You can use the double-colon delimiter only once within a single IPv6 address. For example, you cannot express the IPv6 address 2001:db8:0000:0000:ea34:0000:71ff:fe01 as 2001:db8::ea34::71ff:fe0.