11 - Troubleshooting Routing Protocols Flashcards

1
Q

What 4 conditions do both EIGRP and OSPF require be met to establish a neighbor relationship?

A
  • Interfaces must be in an up/up state * Interfaces must be in the same subnet * ACLs must not filter routing protocol messages * Must pass authentication if configured
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What additional conditions does EIGRP require be met to establish a neighbor relationship?

A
  • Must use the same ASN * K-values must match
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What additional conditions does OSPF require be met to establish a neighbor relationship?

A
  • Hold and Dead timers must match * Router_IDs must be unique * The neighbor interfaces must be in the same area
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

If an exam question appears to be related to a problem with a routing protocol, what 3 general troubleshooting processes are described in this book for both EIGRP and OSPF?

A

Step 1.) looking at the design determine which interfaces should have routing protocols enabled and which routers should become neighbors. Step 2.) Verify whether a routing protocol is enabled on each interface. Step 3.) Verify that each router has formed all expected neighbor relationships.

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

For both EIGRP and OSPF what 2 things does the routing protocol do once enabled on an interface using the ‘network’ cmd?

A
  • Attempts to find potential neighbors on the subnet connected to that interface * Advertise the subnet connected to that interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

For both EIGRP and OSPF, if a routing protocol is enabled on an interface but a neighbor relationship does not form, what could be the problem?

A
  • Passive interface could be configured on that interface.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

For EIGRP interfaces, what 2 commands are all that are needed to determine 1) if the routing protocol is enabled and 2) which interfaces are configured to be passive?

A
  • ‘show ip eigrp interfaces’ and ‘show ip protocols’
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

For OSPF interfaces, what 2 commands are all that are needed to determine 1) if the routing protocol is enabled and 2) which interfaces are configured to be passive?

A
  • show ip ospf brief * show ip protocols
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What information is contained in the ‘show ip protocols’ command?

A
  • the contents of the configured network commands for each routing protocol * a separate list of the passive interfaces.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What information is contained in the ‘show ip eigrp interfaces’ command?

A
  • all EIGRP-enabled interfaces * Does NOT show passive-interfaces
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What information is contained in the ‘show ip ospf interface brief’ command?

A
  • lists all OSPF-enabled interfaces * DOES include passive-interfaces
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

For OSPF, what does the ‘show ip protocols’ command show?

A
  • lists all OSPF-enabled interfaces * DOES include passive-interfaces
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

In EIGRP, what are the two formats acceptable for the ‘network’ command?

A
  • network 10.0.0.0 - must be a classful network, will include all interfaces in that classful network or * use a wildcard mask ‘network 10.2.0.0 0.0.255.255
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What does the command ‘show ip eigrp neighbors’ show?

A

Only EIGRP neighbors that have passed the neighbor verification checks.

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

In EIGRP, if the ‘show ip eigrp neighbors’ cmd does not show all the expected neighbors what is the first thing to check?

A

Can the neighbors ping each other on the same subnet. You have to specify the source interface of the ping.

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

In EIGRP, while checking for a specific neighbor that doesn’t show up, and pings work, what is the next step?

A

Go down the list of verification requirements.

17
Q

In EIGRP, what kind of authentication is used for neighbor relationships (if configured)?

A

MD5

18
Q

In EIGRP, what show command displays the K values?

A

show ip protocols’

19
Q

In EIGRP, which 2 show commands displays the ASN number?

A

show ip eigrp neighbors’ and ‘show ip protocols’

20
Q

In OSPF, what command lists all the OSPF routers that have met all the requirements for being neighbors?

A

show ip ospf neighbors

21
Q

in OSPF, on a shared link such as Ethernet which two states would you expect to find?

A

full’ for neighbor relationships with DR and BDR and ‘2-way’ for relationships between DROthers

22
Q

In OSPF, if the ‘show ip ospf neighbors’ cmd does not show all the expected neighbors what is the first thing to check?

A

Can the neighbors ping each other on the same subnet. You have to specify the source interface of the ping.

23
Q

In OSPF, while checking for a specific neighbor that doesn’t show up, and pings work, what is the next step?

A

Go down the list of verification requirements.

24
Q

In OSPF, what debug command would show two potential neighbors not on the same subnet?

A

debug ip ospf hello

25
Q

In OSPF, what debug command would you use to show whether the two potential neighbors were using the same Hello and Dead timers?

A

debug ip ospf hello

26
Q

In OSPF, what debug command would show if the two potential neighbors were in the same Area?

A

debug ip ospf adjacency

27
Q

In OSPF, what two places would you look to see if the RIDs were unique?

A

show ip ospf’ and the log messages

28
Q

In OSPF, what debug command would show you if two routers were having issues becoming neighbors

A

debug ip ospf adjacency

29
Q

In OSPF, which command takes precedence, the ‘network’ command under ‘router ospf’ or the ‘ip ospf’ interface command?

A

The ip ospf interface command.