IP Routing Flashcards

1
Q

How do I configure unequal cost load balancing with OSPF?

A

You can’t. Use EIGRP

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

When multiple routes to a network exist and each route uses a different routing protocol, which will be inserted into the routing table?

A

The route with the lowest AD

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

What is the AD if a directly connected route?

A

0

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

What is the AD of a static route?

A

1

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

What is the AD of an EIGRP summary route?

A

5

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

What is the AD of an eBGP route?

A

20

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

What is the AD of an internal EIGRP route?

A

90

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

What is the AD of an IGRP route?

A

100

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

What is the AD of an OSPF route?

A

110

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

What is the AD of an IS-IS route?

A

115

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

What is the AD of a RIP route?

A

120

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

What is the AD of an external EIGRP route?

A

170

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

What is the AD of an iBGP route?

A

200

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

What is the AD of a route from an unknown source?

A

255

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

An AD of 0 means the route came from what?

A

Directly connected

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

An AD of 1 means the route came from what?

A

Static route

17
Q

An AD of 5 means the route came from what?

A

EIGRP summary route

18
Q

An AD of 20 means the route came from what?

19
Q

An AD of 90 means the route came from what?

A

Internal EIGRP

20
Q

An AD of 100 means the route came from what?

21
Q

An AD of 110 means the route came from what?

22
Q

An AD of 115 means the route came from what?

23
Q

An AD of 120 means the route came from what?

24
Q

An AD of 170 means the route came from what?

A

External EIGRP

25
An AD of 200 means the route came from what?
iBGP
26
An AD of 255 means the route came from what?
An Unknown source
27
What is a fully specified static route?
A route in which the destination network, outbound interface, and next hop IP address area all configured directly
28
What is a recursive static route?
Specifies the destination IPv6 network and IPv6 next hop only
29
What is a floating static route?
A manually configured static route with a higher AD than a primary route. Used as a backup
30
From what routing protocol was the following route sourced? ``` 192.168.0.0/24 is variably subnetted, 1 subnet, 1 mask D 192.168.0.128/28 [90/2195456] via 192.168.0.37, 00:03:31, GigabitEthernet0/1 ```
EIGRP EIGRP routes have an AD of 90 and have a 'D' in front of them
31
What letter is displayed in front of directly connected routes in **sh ip route**
C
32
What letter is displayed in front of EIGRP routes in **sh ip route**
D
33
What letter is displayed in front of OSPF routes in **sh ip route**
O
34
What letter is displayed in front of RIP routes in **sh ip route**
R
35
What letter is displayed in front of BGP routes in **sh ip route**
B
36
What letter is displayed in front of IS-IS routes in **sh ip route**
i
37