True or False. IPv6 routing is enabled by default on Cisco routers.
False. The command ‘ipv6 unicast-routing’ will need to be entered.
What is Modified EUI-64?
What do you add to the end of what command to configure an interface with an EUI64 generated address?
True or False. If an interface has a different MAC address configured against it to it’s burned-in address it will use the configured address.
True.
If EUI-64 is used to dynamically assign an IPv6 address to an interface that doesn’t have a MAC (e.g. Serial) what will the device use?
The MAC of the lowest-numbered interface that does have a MAC.
Which commands allow a router interface to receive an address via DHCPv6 and SLAAC?
What are some examples of reserverd IPv6 Multicast addresses?
Define the difference between
- Link Local (Unicast) Address
- Link Local Multicast Address
- Link Local (Multicast) Scope
True or False. IPv6 Multicast requires less processing by hosts than IPv4 Multicast.
True. This means they can be discarded quicker by hosts that don’t require them.
Why are Solicited Node Multicast Groups necessary?
Since ARP is replaced by NDP in IPv6, IPv4 Broadcast ARP is also replaced by IPv6 Multicast. A device attempting to discover a neighbor would know (based on the IPv6 address of the neighbor) the Solicited Node Multicast Group that the neighbor is part of (FF02::1:FF appended with the last 6 hex digits of the neighbor’s address) so it would send an ND message with this as the destination. As the scope is FF02:1 it will be recieved by all nodes on the link but only the device in the Solicited Node Multicast Group will process it.
What is a Solicited Node Multicast address?
What is the “Unkown” IPv6 address?
True or False. There is an IPv6 equivalent to 127 loopback addresses.
True. It is ::1 and acts in the same way.
What is a Solicited Node Multicast address?
What is a Multicast address scope? Provide examples
What is an IPv6 Anycast address?
How does a router calculate the Link Local address of an interface where a Global Unicast address is present but the Link Local address has not already been assigned?
Why does EUI-64 invert the 7th bit?
What is the command to configure an Anycast address?
Just add ‘anycast’ after any IPv6 address you configure on an interface.
What is the correct way to display the “Unspecified” IPv6 address and what is it?
What is the IPv6 loopback address?