Volume 1 - Chapter 27: Implementing IPv6 Addressing on Routers Flashcards

1
Q

What is the correct command to statically configure an IPv6 address of FD90:0100:1234::5 /64 on a router interface?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the command to enable the use of IPv6 routing?

A

ipv6 unicast-routing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True or false, a router will accept IPv6 commands, but not process them if IPv6 routing is not enabled?

A

True. You can still configure IPv6 without it enabled, but the router will not route any IPv6 packets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the commands to show information about IPv6 enabled interfaces?

A

show ipv6 interface brief
show ipv6 interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the command to print the IPv6 routing table?

A

show ipv6 route

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What method of addressing is used to automatically calculate an IPv6 for an interface based on the MAC address?

A

Modified EUI-64 (Extended Unique Identifier)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe the process of EUI-64 calculating an address.

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the command to set an IPv6 address using EUI-64?

A

ipv6 address prefix/prefixlength eui-64

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

A technician runs the command show ip interface brief and gets the address attribute of EUI.

What is indicated by this?

A

That the interface is using an IP address generated by EUI-64.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A technician runs the command show ip interface brief and gets the address attribute of TEN.

What is indicated by this?

A

The IP address is Tentative; currently performing Duplicate Address Detection (DAD).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A technician runs the command show ip interface brief and gets the address attribute of CAL.

What is indicated by this?

A

The IP address is Calendared; the address has a fixed lifetime.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A technician runs the command show ip interface brief and gets the address attribute of PRE.

What is indicated by this?

A

The IP address is Preferred; the address is preferred during its calendar (CAL) lifetime.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When is it likely to see IPv6 attributes of CAL or PRE on an interface?

A

When the address associated with the interface is using SLAAC or DHCP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is the command to assign an IPv6 address on an interface using DHCP?

A

ipv6 address dhcp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the command to assign an IPv6 address on an interface using SLAAC?

A

ipv6 address autoconfig

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the purpose of IPv6 Link-Local Addresses?

A

To send and receive data on a point-to-point link before a GUA or ULA has been assigned

17
Q

All interfaces that support IPv6 must have a ___ configured.

A

A Link-Local Address

18
Q

How do routers generate IPv6 link-local addresses?

A

Using EUI-64

19
Q

What is the prefix associated with an IPv6 link-local address?

A

FE80::/10

20
Q

What is the command to statically assign a link-local address to an interface?

A

ipv6 address address link-local

21
Q

Describe the difference between a router using SLAAC to generate an IPv6 address, versus an address being statically configured as EUI-64

A

In both scenarios, EUI is used. However, with SLAAC the interface dynamically learns the prefix and prefix length.

Whereas you are statically configuring the prefix and dynamically generating only the IID otherwise.

22
Q

What is the command used to generate an IPv6 link-local address on an interface, but to purposefully leave it without a GUA or ULA address?

A

ipv6 enable

23
Q

What type of IPv6 multicast scope describes a packet that stays within the same host?

A

Interface-Local

24
Q

What type of IPv6 multicast scope describes a packet that stays within the same physical link and cannot be routed?

A

Link-Local

25
Q

What type of IPv6 multicast scope describes a packet that cannot be forwarded to the WAN?

A

Site-Local

26
Q

What type of IPv6 multicast scope describes a packet that stays within the organization?

A

Organization-Local

27
Q

What type of IPv6 multicast scope describes a packet that has no boundries/restrictions?

A

Global

28
Q

What is the prefix and prefix length for a Solicited-Node Multicast Address?

A

FF02::1:FF/104

29
Q

How does a router dynamically generate a Solicited-Node Multicast Address?

A

By appending the last 6 hex-digits of the currently configured ULA or GUA IP to the address FF02::1:FF/104

30
Q

A router generates a solicited-node multicast address for ___ address on an interface.

A

ULA, GUA, and Link-Local

31
Q

What IPv6 address is designated as “unspecified”?

A

::

32
Q

What is a restriction of the unspecified IPv6 address?

A

It can only be used as a source address

33
Q

What IPv6 address is designated as the loopback address?

A

::1

34
Q

What type of IPv6 address is identically configured across multiple routers and used when devices want to send data to a group of routers that all share a service?

A

Anycast

35
Q

What is the command to configure an IPv6 anycast address on an interface?

A

ipv6 address address/prefix anycast

36
Q
A