Chapter 9 - IPv6 Flashcards

1
Q

Since IPv6 does not use broadcasts, how do IPv6 devices discover routers on the network?

A

Neighbor Discovery Protocol (NDP)

  • NDP uses the IPv6 version of ICMP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How many bits is a iPv6 address

A

128 bits

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

How is an IPv6 address laid out?

A

8 groups of 4 hex characters, separated by colons :

xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx

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

What are the rules for abbreviating a IPv6 address?

A
  • The :: (double colon) can be only used once, and can remove consecutive groups of zeros.
  • Preceeding zeros in an octet can be omitted (example- “00B0” reduces to “B0”)
  • An octet of all zeros can be reduced to just 0 (example- 1234:0000:ABCD reduces to 1234:0:ABCD)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the modified EUI-64 format?

A

This is used to construct the host ID of a Link Local addresses by combining the following:

  • the Physical MAC address
  • Inserting FFFE into the middle of the MAC address
  • Modifies the 7th digit (from the left in the original MAC address) to the inverse. if it is a 0 it is turned into a 1 and vice versa.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does a loopback address look like in IPv6?

A

::1

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

What does an IPv6 all-node multicast addresses look like?

A

Always starts with FFXX:

X’s are some other hex number.

FF02 is a link local in scope.

For example FF02::1

In IPv4 this was 224.0.0.1

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

What is the “all routers” IPv6 multicast address?

A

FF02::2

In IPv4 it was 224.0.0.2

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

What does a Global IPv6 Unicast address start with?

A

2000 to 3FFF

these are usually assigned by ISP’s. They are able to be routed through the Internet.

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

What is an IPv6 anycast address?

A

An anycast address is an address that is assigned to a set of interfaces that typically belong to different nodes. A packet sent to an anycast address is delivered to the closest interface identified by the anycast address.

  • Think of this as One to “Closest”

You really can’t tell the difference between a unicast address and an anycast address, in that assigning the SAME unicast address to several nodes or interfaces makes it an anycast address.

  • Nodes to which the anycast address is assigned must be explicitly configured to recognize that the address is an anycast address.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the IPv6 multicast address for RIPng?

A

FF02::9

In IPv4 this was 224.0.0.9

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

What does a solicited-node multicast address look like?

A

FF02::1:FFXX:XXXX

The X characters are the last 24 bits of the host ID

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

Which two features can be used to protect against rogue IPv6 devices?

A

SEND - Secure Neighbor Discovery

RA Guard - Router Advertisement guard)

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

What command needs to be issued in order for a router to send packets through an IPv6 network on behalf of clients?

A

(config)# ipv6 unicast-routing

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

What extra step / command needs to be issued so that EIGRP will route IPv6 packets on a router?

A

(config)# ipv6 unicast-routing

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

Which IPv6 extension can be dangerous?

A

Routing Header type zero

RH0 has the potential to dictate the path that a packet takes through a network. Cisco IOS disables the processing of RH0 on IPv6 packets.

17
Q

How do you assign an IPv6 address to an interface?

A

(config-if)# ipv6 address 2001:0db8:…………

18
Q

How do you show IPv6 information for an interface?

A

show ipv6 interface fa0/1

19
Q

What is Mobile IP?

A

Mobile IP is designed to allow mobile device users to move from one network to another while maintaining a permanent IP address.

Sudden changes in network connectivity and IP address can cause problems. Mobile IP was designed to support seamless and continuous Internet connectivity.

20
Q

Which two “types” of access lists are supported by IPv6?

A

named access lists

extended access lists

21
Q

What two features are built-in to IPv6?

A

native IPsec

mobile IP