IPv6 universal/local bit
Muslimtech posted the following question on the IPv6 Link-local article:
“hi man
i want ask you Q About U\L Bit
i read that in Bsci
Universal/Local (U/L)
The seventh bit in an IPv6 interface identifier is referred to as the universal/local bit, or U/L bit. This bit identifies whether this interface identifier is universally or locally administered.
If the U/L bit is set to 0, the address is locally administered. The network administrator has overridden the manufactured address and specified a different address.
If the U/L bit is set to 1, the IEEE, through the designation of an ISP, has administered the address
i cant understand How U\L Bit = 0 i want Ex; About that
and whene he say “locally administered” mean
i use command to change mac address for interface ??
or what”
IPv6 Summarization
Summarizing IPv6 addresses is quite similar to the summarization of IPv4 addresses. The only real differences are:
- IPv6 is 128bit while IPv4 only has 32 bits
- IPv6 is written in HEX while IPv4 is written in decimal
If we take those two differences into account the summarization is the same.
IPv6 Link-Local Address
Link-local addresses only have a scope of the link they are used on, they will not be used or even reachable from another link.
The link-local address of an interface is a mix between the BIA (Burned In Address) and some static IPv6 stuff. The “dynamic” part is also know as modified EUI-64 addressing.
First of all, every link-local address in IPv6 is generated from FE80::/10, so if you ever see a address starting with FE80 you know thats a link-local address
Over a sh int you see your BIA:
R1#sh int fa 0/0
FastEthernet0/0 is up, line protocol is up
Hardware is AmdFE, address is cc00.0bfc.0000 (bia cc00.0bfc.0000)