IPv6 Flashcards
(109 cards)
How many bits are in an IPv6 address?
128
IPv6 address are 128 bits represented in ___ groups of ___ hex characters
8 groups of 4 hex characters
T/F: IPv6 addresses don’t use slash (CIDR) notation for denoting prefix length
F
IPv6 only uses slash notation for prefix length, no more subnet masks
T/F: IPv6 addresses do not use a subnet mask (dotted decimal) whatsoever
T
IPv6 uses slash notation only
T/F: Leading zeroes can be removed from each group of 4 hex digits in an IPv6 address
T
Ex: …:001B:… can be shortened to :1B:
T/F: Any quartet of all 0’s can be shortened with ::
F
This can only be done once per address.
For example ->
2001:0DB8::80:34BD is valid, while
2001::BA::34BD is not valid
Why can’t we shorten consecutive quartets of IPv6 addresses more than once in an IPv6 address?
We wouldn’t know where in the address the bits in between the consecutive quartets lies
What is the typical prefix length for an IPv6 block requested by an enterprise from an ISP
/48
What is the typical subnet prefix length for IPv6
/64
Therefore, an enterprise has 16 bits to use to make subnets with
T/F: Link-Local addresses must be manually added to a router interface
F
They are automatically added when you configure a router interface with an IPv6 address
T/F: Link-Local addresses are automatically added to a router interface when it is assigned an IPv6 address
T
What is the command to enable IPv6 routing on a Cisco router
ipv6 unicast-routing
What is the command to assign an IPv6 address to an interface on a Cisco router
ipv6 address [ipv6]
What is the command to view IPv6 interface configurations
sh ipv6 interface brief
What is EUI-64
Extended Unique Identifier (technically Modified EUI in IPv6)
A method of converting a 48 bit MAC address into a 64-bit interface identifier, which can then become the host portion of a /64 IPv6 address
What are the steps to convert a MAC address to a /64 IPv6 host portion
1) Divide the MAC address in half
1234 5678 90AB -> 1234 56 | 78 90AB
2) Insert FFFE in the middle
1234 56FF FE78 90AB
3) Invert the 7th bit
1034 56FF FE78 90AB
4) Add the result to a network prefix to make a complete IPv6 address
Why do we invert the 7th bit of a MAC in EUI-64
MACs can be either universally assigned or locally assigned. The 7th bit of a mac address determines this. In the context of IPv6 addresses, the meaning of the bit is inverted from a MAC, so we change it to match IPv6/EUI-64
T/F: Global Unicast addresses are globally unique and must be assigned by an internet authority
T
What is the IPv6 global unicast address range
All addresses which aren’t reserved for other purposes
What is a unique local address
A private address for use within a LAN, cannot be used over the internet
T/F: Unique local addresses must be registered with an internet authority
F
What is the unique local address block
FC00:: /7
However, the 8th bit has to be set to 1, so the first two digits must be FD
FD00:: /7
What is the FC00:: /7 block designated for
Unique local addresses. However, since the 8th bit must be set, it will really always be FD00:: /7
T/F: The 40-bit ‘global ID’ for a unique local address should be incrementally assigned, so that if two companies merge networks, they won’t have conflicts
F
The 40-bit ‘global ID’ after the FD should be randomly generated to prevent merge conflicts, since its extremely unlikely that they will have overlapping addresses