IPv6 is coming.

I hope.

Sorry to throw in a big text-graphic. I couldn't think of a better way to create this in plain text and html.

An IPv6 address is 128 bits. This is to help me organize and remember subnets and blocks(aka. doctet, quartet,chazwazza, etc.).

In any event, the usual pattern is to have the first three blocks (ABC's) assigned by an internet provider out of their allocation. The "d's" are usually the subnet that gets assigned to an organization. Depending on size, an org may be assigned/awarded a /48 or /56. I remember the d block as the bits usually available for subnetting by thinking of deltas. I can't explain why that makes sense to me. I number the last four blocks (4:3:2:1) to separate out that those are host bits.

The CCENT guidedtnes state six IPv6 Address types to know for the exam.

Global Unicast
ex. 2001:0db8:CCCC:dddd::01 /32
This is a routable address taken out of an organization's allocation from an ISP or IANA Authority
This is technically the documentation network, which is non routable (2001:0db8::/32) but it *could* be a routable allocation
Multicast
ex. FF00::/8
Link Local (unicast)
ex. FE80::/10 (first block will start FE8, FE9, FEA, or FEB)
Unique Local (unicast)
ex. FC00::/8, FD00::/8
EUI 64
ex 2001:0db8:CCCC:dddd:44xx::xx11/64
Takes it's /64 from the network allocation, and the host is derrived from the mac address.
Auto-configuration (SLAC)
ex 2001:0db8:CCCC:dddd:44xx::xx11/64


last updated May 2015

This site has been written with TextPad this time around (www.textpad.com). A superfantastic editor, suitable for C, HTML, text, and etc.