Network Fundamentals - IPv6 Configuration Flashcards

1
Q

The command for configuring an IPv6 address on a router interface

A

“ipv6 address” + address/prefix length

Note: Both the abbreviated and full versions of the address can be used with this command.

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

The process for how EUI-64 generates the Interface ID portion of an IPv6 host address

A
  1. Split the 6-byte (12-hex-digit) MAC address in two halves
  2. Insert FFFE in between the two, making the interface ID now have a total of 16 hex digits (64 bits)
  3. Invert the seventh bit of the interface ID

Note: See Figure 30-4 on pg. 711 and Example 30-5 on pg. 712 of the ICND1 Study Guide for an example.

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

The command used to configure an IPv6 address on a router interface, using EUI-64 rules

A

“ipv6 address” + address prefix/prefix length “eui-64”

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

A process that generates the interface ID portion of an IPv6 address, using an interface’s MAC address

A

EUI-64 (extended unique identifier)

Note: If an interface does not have a MAC address, the router chooses the MAC of the lowest-numbered router interface that does have a MAC

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

The two ways that a router can dynamically learn an IPv6 address

A
  1. Stateful DHCP

2. Stateless Address Autoconfiguration (SLAAC)

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

The steps that a router goes through after an IPv6 address is configured on an interface

A

The router:

  • Gives the interface a unicast IPv6 address
  • Enables the routing of IPv6 packets in/out that
    interface
  • Defines the IPv6 prefix (subnet) that exists off that
    interface
  • Tells the router to add a connected IPv6 route for that
    prefix, to the IPv6 routing table, when that interface is
    up/up
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A type of IPv6 address that is not used for normal IPv6 packet flow; used for some overhead protocols and for routing

A

link-local address

Note: IOS creates a link-local address for any interface that has configured at least one other unicast address using the “ipv6 address” command.

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

The properties of link-local addresses

A

These addresses are:

  • Unicast (not multicast)
  • Forwarding scope is the local link (subnet) only
  • Usually generated automatically
    • First half is always FE80:0000:0000:0000
    • Second half is generated using EUI-64

Note: Can also be statically configured on

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

Some common uses for link-local addresses

A
  • Used by some overhead protocols that stay local to one subnet
  • Used as the next-hop address for IPv6 routes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The two types of IPv6 multicast addresses

A
  • Link-local multicast addresses

- Solicited-node multicast addresses

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

Properties of a link-local multicast address

A
  • Link-local scope: Routers do not forward packets sent to this address
  • Used for communicating over a single link
  • Have preset values; each address corresponds to a different type/group of noes on a link (subnet)
    • Example: FF02::2 is the address for all routers on the link
    • See Table 30-3 on pg. 720 for a table showing common
    local-scope addresses
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Properties of a solicited-node multicast address

A
  • Link-local scope: Routers do not forward packets sent to this address. Each host on the link has a different address.
  • Calculated: Address is calculated based on the last 6 hex digits of the host’s unicast IPv6 address
    • Hosts with the same last 6 digits of their unicast address
    will have the same address.
  • Operation: Each host interface must listen for packets sent to its address
  • Overlap: Some hosts might have the same multicast address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The prefix for all solicited-node multicast addresses

Note: See Figure 30-11 for an example of the format for these addresses.

A

FF02::1:FF/104

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

An address that is assigned to multiple routers; packets sent to this address are routed to the nearest router configured with the address. Generally used to support some kind of service that works best when offered by multiple routers.

A

Anycast address

Note: See pg. 722 of the ICND1 Study Guide for more information.

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

The IPv6 loopback address

A

::1/128

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

The unknown(unspecified) IPv6 address.

A

:: (all 0s)

Note: When a host doesn’t yet know what IPv6 address to use, it can use the :: address as its source IPv6 address.

17
Q

A special anycast address in each subnet that is reserved for use by routers as a way to send a packet to any router on the subnet

A

Subnet router anycast address