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

(36 cards)

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?

19
Q

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

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?

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?

25
What type of IPv6 multicast scope describes a packet that cannot be forwarded to the WAN?
Site-Local
26
What type of IPv6 multicast scope describes a packet that stays within the organization?
Organization-Local
27
What type of IPv6 multicast scope describes a packet that has no boundries/restrictions?
Global
28
What is the prefix and prefix length for a Solicited-Node Multicast Address?
FF02::1:FF/104
29
How does a router dynamically generate a Solicited-Node Multicast Address?
By appending the last 6 hex-digits of the currently configured ULA or GUA IP to the address FF02::1:FF/104
30
A router generates a solicited-node multicast address for ___ address on an interface.
ULA, GUA, and Link-Local
31
What IPv6 address is designated as "unspecified"?
::
32
What is a restriction of the unspecified IPv6 address?
It can only be used as a source address
33
What IPv6 address is designated as the loopback address?
::1
34
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?
Anycast
35
What is the command to configure an IPv6 anycast address on an interface?
ipv6 address *address*/*prefix* anycast
36