IPv6 Flashcards
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
What is a link-local address?
An address than is used for communication within a single link (subnet)
T/F: You can use the command ipv6 enable on an interface to enable IPv6 on an interface, and both a link local and unique local address will be generated for it
F
Only a link local address will be generated for the interface
T/F: You can use the command ipv6 enable on an interface to enable IPv6 on an interface, and only a link local address will be generated and assigned to the interface
T
What is the link local address block
FE8:: /10
What are some common uses for link local addresses?
- Routing protocol peerings (OSPFv3)
- Next-hop addresses for static routes
- Neighbor Discovery Protocol (NDP, IPv6’s replacement for ARP)
What are the types of IPv6 address?
1) Global Unicast
2) Link Local
3) Multicast
4) Anycast
T/F: Multicast addresses are used for one-to-many communication. AKA from one source to multiple destinations that have joined a specific multicast group
T
T/F: IPv6 doesn’t use broadcast addresses
T
T/F: For a one-to-all message, IPv6 sends it to a specific multicast address, not a strictly broadcast address
T
What is the IPv6 address for all nodes communication
FF02::1
What is the FF02::1 address reserved for?
All nodes communication
List the IPv6 multicast address scopes
1) Interface Local
2) Link Local
3) Site Local (beyond CCNA)
4) Organization Local (beyond CCNA)
5) Global (beyond CCNA)
T/F: Anycast messaging is a new feature of IPv6 and has no IPv4 direct equivalent
T
Anycast messages are defined as ____ to ______
one to one of many
Anycast messages have _____ possible destinations, and traffic is sent to _________
multiple, only one
T/F: Anycast messages fall within the FE8:: /10 address block
F
Anycast messages have no specific range. Regular unicast addresses may be used
T/F: Anycast messages do not have an assigned block of addresses that must be used
T
What is the command to assign an anycast address to an interface on Cisco devices?
ipv6 address [ip address] anycast
What does the IP address :: mean
The unspecified address
Equivalent to 0.0.0.0, generally used when a device doesn’t know its IPv6 address yet. IPv6 default routes are also configured to ::/0