Volume 1 - Chapter 27: Implementing IPv6 Addressing on Routers Flashcards
What is the correct command to statically configure an IPv6 address of FD90:0100:1234::5 /64 on a router interface?
ipv6 address FC90:0100:1234::0005/64
Note that there is no space between the interface ID and the prefix at the end, routers will not allow you to add a space.
What is the command to enable the use of IPv6 routing?
ipv6 unicast-routing
True or false, a router will accept IPv6 commands, but not process them if IPv6 routing is not enabled?
True. You can still configure IPv6 without it enabled, but the router will not route any IPv6 packets
What are the commands to show information about IPv6 enabled interfaces?
show ipv6 interface brief
show ipv6 interface
What is the command to print the IPv6 routing table?
show ipv6 route
What method of addressing is used to automatically calculate an IPv6 for an interface based on the MAC address?
Modified EUI-64 (Extended Unique Identifier)
Describe the process of EUI-64 calculating an address.
Step 1: The MAC is split into 2 halves of 6 bytes each
Step 2: The hex FFFE is put into the middle
Step 3: The 7th bit of the address is inverted
What is the command to set an IPv6 address using EUI-64?
ipv6 address prefix/prefixlength eui-64
A technician runs the command show ip interface brief and gets the address attribute of EUI.
What is indicated by this?
That the interface is using an IP address generated by EUI-64.
A technician runs the command show ip interface brief and gets the address attribute of TEN.
What is indicated by this?
The IP address is Tentative; currently performing Duplicate Address Detection (DAD).
A technician runs the command show ip interface brief and gets the address attribute of CAL.
What is indicated by this?
The IP address is Calendared; the address has a fixed lifetime.
A technician runs the command show ip interface brief and gets the address attribute of PRE.
What is indicated by this?
The IP address is Preferred; the address is preferred during its calendar (CAL) lifetime.
When is it likely to see IPv6 attributes of CAL or PRE on an interface?
When the address associated with the interface is using SLAAC or DHCP
What is the command to assign an IPv6 address on an interface using DHCP?
ipv6 address dhcp
What is the command to assign an IPv6 address on an interface using SLAAC?
ipv6 address autoconfig