07 - Implementing OSPF Flashcards

1
Q

Do routers have to have the same process ID?

A

No

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

What is the router ID election process?

A
  • Manually set RID
  • Highest loopback
  • Highest set active IPv4
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Hello packets are periodically sent to the multicast address _____.

A

224.0.0.5

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

Neighbour relationship is formed if two routers agree on:

A
  • Area ID
  • Hello and dead intervals
  • Authentication
  • Same subnet
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the OSPF packet types?

A
  • Hello
  • DBD
  • LSR
  • LSU
  • LSAck
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

OSPF packet type - discovers and maintains neighbours

A

Hello

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

OSPF packet type - contain the LSA headers that help build the database

A

DBD

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

OSPF packet type - After DBDs are exchanged, router checks the LSA headers again its own database. If it does not have current information for any LSA, it generates a ___ packet and sends it to its neighbour

A

LSR

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

OSPF packet type - contains a list of LSAs that should be updated. Often used in flooding

A

LSU

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

OSPF packet type - help to ensure a reliable transmission of LSAs. Each LSA is explicitly acknowledged

A

LSAck

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

OSPF has protocol number __.

A

89

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

What are the LSA types?

A
  • 1 Router LSA
  • 2 Network LSA
  • 3 ABR Summary
  • 4 ASBR summary
  • 5 Autonomous system
  • 6-11 other types
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

LSA type: describes the state of the router links to the area and flooded within that particular area

A

1 - router LSA

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

LSA type: describe the set of routers that are attached to a particular multiaccess network

A

2 - Network LSA

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

LSA type: takes the information it learned in one area and summarised it for another area

A

3 - ABR summary

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

LSA type: informs the rest of the OSPF domain how to get to the ASBR.

A

4 - ASBR summary

17
Q

LSA type: generated by ASBRs, describes routes to destinations that are external to the AS. They get flooded everywhere except special areas.

A

5 - Autonomous system

18
Q

In the configuration of the OSPF router if either of the following commands are used, the route becomes an ASBR:

A
  • Resdistribute….

* Default-information originate

19
Q

What are the OSPF neighbour states?

A
  • Down – no neighbour detected
  • Init – hello packet received from neighbour
  • Two way – own router id in received hello
  • Exstart – master and slave roles determined
  • Exchange – DBD packets sent
  • Loading – exchange of LSRs and LSUs
  • Full – fully adjacent
20
Q

How do you observe routes in a routing table?

A

show ip route ospf

21
Q

How do you observe all ospf routes?

A

show ip ospf route

22
Q

How do you observe ospf neighbour adjacency formation?

A
  1. Debug ip ospf adj

2. Clear ip ospf process

23
Q

What are the benefits of having a DR/BDR?

A
  • Reduces routing update traffic – central point of contact for link-state information exchange
  • Manages link-state synchronisation – DR & BDR ensures other routes have same link-state information about common segment
24
Q

What is the multicast IP to communicate with the DR ?

25
OSPF ___ is used to elect DR/BDR
priority - a value between 0-255
26
If there is a tie where routers have same priority value, the __is the tie breaker. Highest __ becomes the DR. 2nd highest BDR
router ID
27
Router with a priority of _ cannot be DR/BDR.
0
28
What is the default priority?
1
29
Router that is not the DR/BDR is called the ____.
DROTHER
30
The IP __ determines the maximum size of the packet that can be forwarded without fragmentation
MTU
31
Mistmatched MTUs can lead to …
Inconsistent OSPF databases
32
OSPF neighbours with mismatches MTUs are stuck in the ___ adjacency state
EXSTART
33
How do you change the MTU?
ip mtu 1500
34
What is the default value of the OSPF hello interval on broadcast multiaccess and p2p links?
10 seconds
35
What is the default value of the OSPF dead interval on broadcast multiaccess and p2p links?
40 seconds - 4 times the hello interval
36
What is the value of the OSPF hello/dead interval on all other OSPF network types including NBMA such as frame relay?
30/120 seconds
37
How do you change the hello an dead timers?
* Ip ospf hello-interval X | * Ip ospf dead-interval x
38
You can view detailed states such as how long a neighbour has been up with what command?
show ip ospf neighbour detail
39
How do you change the the OSPF network type?
Using interface command – ip ospf network network type