CCNA 1.8 and .9 - IPv6 Flashcards

(29 cards)

1
Q

What is the IPv6 equivalent of ARP?

A

Neighbor Discovery Protocol (NDP)

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

In IPv6, what is the difference between a global unicast and unique local address?

A

Global unicast are unique throughout the world, like a public IPv4 address is. Unique local is similar to using the private address ranges in IPv4 - they need to be NATted before accessing the global internet.

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

IPv6 unique local addresses start with…

A

FD

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

IPv6 multicast addresses begin with…

A

FF

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

IPv6 link local addresses begin with…

A

FE80

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

What IPv6 multicast address is used to send packets only to other IPv6 routers on the local link?

A

FF02::2

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

What command enables IPv6 routing globally on the router?

A

ipv6 unicast-routing

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

What are the EUI-64 steps for creating an address?

A

1) take the MAC address and split it in half
2) add “FFFE” in the middle
3) flip the seventh bit

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

What is SLAAC?

A

Stateless Address Autoconfiguration

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

What command enables SLAAC on an interface?

A

ipv6 address autoconfig

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

What do IPv6 link-local addresses do and not do?

A

They do not carry user data. They are used for overhead protocols and routing. They are not advertised from one router to another subnet. e.g. NDP, next-hop addresses

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

What is the prefix of an IPv6 link-local address?

A

FE80::/10

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

True or false: when the global unicast ipv6 address is configured on an interface, the link-local address is also generated automatically.

A

True

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

What are the four ways of configuring an IPv6 address on an interface?

A

1) ipv6 address <address/prefix-length>
2) ipv6 address <prefix/prefix-length> eui-64
3) ipv6 address autoconfig (SLAAC, uses eui-64)
4) ipv6 address dhcp (learns entire address without eui-64)

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

What is the purpose of the “ipv6 enable” command?

A

It is used on point-to-point WAN links where a global unicast address simply isn’t necessary. It enables a link-local address for the purposes of routing packets, and that’s all.

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

What is the reserved range for IPv6 multicast addresses?

17
Q

List the uses for the following IPv6 multicast addresses:

1) FF02::1
2) FF02::2
3) FF02::5 and ::6
4) FF02::9
5) FF02::A
6) FF02::1:2

A

1) All IPv6 hosts on a link
2) All IPv6 router interfaces on a link
3) OSPFv3 routers (5) and DRs (6)
4) RIPng
5) EIGRPv6
6) DHCPv6 relay agent

18
Q

What are the five IPv6 multicast scopes?

A

1) FF01, interface-local, traffic from one process to another within the router
2) FF02, link-local, from one router to another, not forwarded beyond that
3) FF05, site-local, can be forwarded between routers but not over WAN links
4) FF08, organization-local, for an entire company
5) FF0E, no boundaries

19
Q

What is the “unspecified” IPv6 address?

20
Q

What is the IPv6 loopback address?

A

::1 (127 binary 0s followed by a 1)

21
Q

How would you describe IPv6 “anycast”?

A

A host needs a service, it makes a request for that service, the router picks up the request and forwards it to the nearest router that provides that service.

22
Q

What prefix length is often used for an IPv6 anycast address?

A

/128 (host address)

23
Q

What are four functions of NDP?

A

1) Neighbor MAC discovery
2) Router discovery
3) SLAAC
4) Duplicate address detection (DAD)

24
Q

What are NS and NA messages?

A

NS = neighbor solicitation, asking for their MAC address
NA = neighbor advertisement, the reply with the MAC address

25
What are the three steps in SLAAC?
1) Host sends RS to learn the local subnet prefix 2) Host builds an address using EUI-64 or a random address 3) Host uses DAD to verify the address's uniqueness
26
True or false: An IPv6 host configured statically or via DHCP will still use DAD.
True
27
If you want to use eui-64 calculation in your IPv6 address, you still need to give what info to the interface?
The prefix and length
28
True or false: IPv6 static routes can use an outgoing interface as the next hop.
Partially true, partially false - you can use an interface on a serial interface, but not an ethernet interface.
29
What are the three options for specifying the next hop when configuring an IPv6 static route?
1) GUA/ULA 2) outgoing interface + GUA/ULA 3) outgoing interface + LLA