Chapter 25 - Implementing IPv6 Routing Flashcards

1
Q

What are some of the reasons that a IPv6 route would be added to a routing table?

A
  • Connected and Local routes would be added via the configuration of IPv6 addresses on interfaces
  • Static routes being configured
  • Dynamically added via a routing protocol
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

True or false. Routers don’t create Connected or Local routes for Link-Local addresses.

A

True.

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

What prefix do IPv6 local routes have?

A

/128

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

True or False. A static route to a link local address would function with the address on its own.

A

False. This also requires the outgoing interface to the link-local address since the router does not know where the link-local address is.

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

What is the equivalent to 0.0.0.0/0 in IPv6?

A

::/0 - Used to configure default routes

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

True or False. Default administrative distance values are the same for IPv4 routes as they are for IPv6. List the distances.

A

True.
- Connected - 0
- Static - 1
- NDP - 2
- EIGRP - 90
- OSPF - 110
- RIP - 120
- Unknown - 255

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

What should always be checked when an IPv6 route has been statically configured incorrectly?

A
  • Correct prefix length
  • If the next hop is a link local address, is the link local address on the neighboring router and can you get to it via the configured outgoing interface
  • Is the address correct
  • Outgoing interface is on the local router not the neighboring router
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What checks will IOS complete on routes that have correct syntax to decide whether they can appear in the routing table?

A
  • If the route uses an outgoing interface, the interface must be up/up
  • If the router uses a next hop global unicast or unique local address for the next hop, the address must be reachable via another route
  • If a route already exists for the same prefix, the static route must have a lower administrative distance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the different types of static routes?

A
  • Directly Attached - Only the exit interface is specified in the routing information. (In IPv6 these can’t be used if the exit interface is an Ethernet interface. Serial interfaces would work).
  • Recursive - Only the next hop address is specified in the routing information. Recursive means that the router has to check its routing table multiple times. Once to find the address it is attempting to reach, and then a second time to find out how to reach the next hop address.
  • Fully Specified - Both the exit interface and next hop address are specified in the routing information.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly