Day 12 - Fine-Tuning and Troubleshooting OSPF Flashcards

1
Q

R1 has a link to the internet which makes it an ASBR (autonomous system boundary router). Configure a default route on R1 that will propagate throughout the network. Use a process ID of 10

A

R1
ip route 0.0.0.0 0.0.0.0 serial 0/1/0

router ospf 10
default-information originate

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

With R1’s default route successfully propagated what should R2 and R3’s routing tables show?

A

O*E2 routes that point to R1

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

What is the default OSPF hello interval on multiaccess and point-to-point networks?

A

10 seconds

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

What is the nonbroadcast multiaccess network default hello interval?

A

30 seconds

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

What is the default OSPF dead interval?

A

40 seconds OR 4 times the hello interval

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

True or False:

The default hello and dead intervals are configured at the interface level

A

True

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

Based on the topology, configure a hello interval of 5 for interface S0/0/0 (don’t forget the dead interval as well)

A

int serial 0/0/0
ip ospf hello-interval 5
ip ospf dead-interval 20

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

True or False:

Hello and Dead intervals don’t need to be consistent between neighbors

A

False

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

What are the 5 types of OSPF networks?

A

Point-to-point
Broadcast multiaccess
NBMA (Nonbroadcast multiaccess)
Point-to-multipoint
Virtual links

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

The solution to managing the number of adjacencies and the flooding of LSAs on a multiaccess network is the use of a __________ __________

A

Designated Router

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

To reduce the amount of OSPF traffic on multiaccess networks, OSPF elects a __________ and a __________

A

DR
BDR

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

The __________ __________ is responsible for updating all other OSPF routers when a change occurs in the multiaccess network

A

Designated Router

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

The DR is the router with the highest __________ ___________ __________

A

OSPF interface priority

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

The BDR is the router with second highest __________ __________ __________

A

OSPF interface priority

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

When the DR is elected, it remains the DR until what of any of 3 conditions occurs?

A

The DR fails
The OSPF process on the DR fails
The multiaccess interface on the DR fails

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

What is the range of OSPF priority numbers?

A

0 - 255

17
Q

What is the default priority value for all router interfaces unless manually changed?

A

1

18
Q

What does a value of 0 indicate when it comes to priority and electing DR and BDRs?

A

It makes the router ineligible to become the DR or BDR

19
Q

Based on the topology, why would R3 and R2 be DR and BDR respectively?

A

Because R3 has a router ID 3.3.3.3 and R2 has a router ID of 2.2.2.2

3.3.3.3 is the highest router id and 2.2.2.2 is the second highest

20
Q

Based on the topology, elect R1 and R2 as DR and BDR

A

R1
int gi0/0
ip ospf priority 200

R2
int gi0/0
ip ospf priority 100

21
Q

What are the general steps for Neighbor State Summary?

A
  1. Down - No active neighbor detected
  2. Initilialization - Hello packets sent and received by neighbors
  3. 2 WAY - Bi-Directional communication. Can see it’s own router ID received in Hello packets
  4. Exstart - Primary and secondary roles determined
  5. Exchange - DBD packets sent
  6. Loading - Exchange of LSRs and LSU (With LSAs within the LSU)
  7. Full - Neighbors full adjacent
22
Q

What settings must be matched for a pair of OSPF routers to form an adjacency?

A
  • They must be in each other’s neighbor list
  • Hello & Dead Intervals
  • Area ID
  • IP Subnet
  • Authentication Flag
  • Stub Area Flag
  • MTU and MTU IP Size
23
Q

Solve for definition of the correct show command when verifying OSPF:

Verifies vital OSPF configuration information, including the OSPF process ID, the router ID, networks the router is advertising, neighbors the router is receiving updates from, default AD, etc.

A

show ip protocols

24
Q

Solve for definition of the correct show command when verifying OSPF:

Verifies that the router has formed an adjacency with its neighboring router

A

show ip ospf neighbor

25
Q

Solve for definition of the correct show command when verifying OSPF:

Displays the OSPF parameters configured on an interface, such as the process ID, area, cost and timer intervals

A

show ip ospf interface

26
Q

Solve for definition of the correct show command when verifying OSPF:

Displays only the OSPF learned routes in the routing table

A

show ip route ospf

27
Q

This command clears and resets the OSPFv2 neighbor adjacencies

A

clear ip ospf process

28
Q

What 3 out of 7 OSPF states are establishing neighbor adjacencies?

A

Down State
Init State
Two-Way State

29
Q

What 3 out of the 7 OSPF states are synchronizing the OSPF database?

A

ExStart State
Exchange State
Loading State

30
Q

What is the last of the 7 states of OSPF?

A

Full State

31
Q

What 3 things / questions should you check or ask when troubleshooting OSPF?

A

Is the neighbor table correct? (show ip ospf neighbor)

Is the routing table correct? (show ip route ospf)

Does the traffic take the desired path? (show ip route ospf)

32
Q

What OSPF network type is assigned to Ethernet interfaces of directly connected neighbors?

A

Broadcast

33
Q

What is the default number of paths that OSPF will load balance packets?

A

4 equal cost paths

34
Q

Where is OSPF priority for DR and BDRs configured?

A

On the interface level