OSPF Flashcards

(15 cards)

1
Q

LSA

A

Link State Advertisement:
Routers exchange these to maintain consistent databases

Network changes generate them
LSDBs are composed of all received LSAs

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

A link state update contains:

A

An OSPF header and a string of LSAs

Each LSA has its own header
Routers acknowledge the receipt of LSAs

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

Forming an OSPF Adjacency

A

Down: initial state
Init: Hello packets was seen from a non-adjacent neighbor
2-way: Communication is bidirectional between the two routers
ExStart: A primary and secondary relationship is negotiated
Exchange: Database description packets are exchanged
Loading: LSA information is exchanged
Full: LSDBs are identical

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

Adjacency Requirements

A

Primary IP address of peers are in the same subnet with the same mask
Interfaces of peers are the same type and in the same OSPF area
Hello and dead intervals of peers must match
Each peer has a unique router ID
OSPF IP maximum transmission units (MTUs) match
OSPF authentication, if enabled, is successful

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

OSPF status command

A

get router info ospf status

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

OSPF interface command

A

get router info ospf interface

States-
DR: Designated Router
BDR: Backup Designated Router
DROther: Neither DR nor BDR

shows info of DR and BDR

also shows number of neighbor and adjacencies

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

OSPF Neighbors command

A

get router info ospf neighbor

State column-
Displays the adjacency state and whether the interface is a DR, BDR, or neither (DROther)
Dash(-) represents point-to-point network

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

OSPF LSDB command

A

get router info ospf database brief

shows the LSDB entries ordered by LSA Types

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

LSA Type 1

A

get router info ospf database router lsa

AKA router link states

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

Self-Originated LSAs

A

LSAs that originated on the local FGT

get router info ospf database self-originate

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

OSPF Protocol/Port

A

IP/89

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

OSPF Real-Time Debug

A

diagnose ip router ospf all enable
diagnose ip router ospf level info
diagnose debug enale

to Disable:
diagnose ip router ospf all disable
diagnose ip router ospf level none
diagnose debug disable

Diagnose debug reset does NOT stop it

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

Command to restart OSPF process

A

execute router clear ospf process

by default, routing real-time debugs stop running after restarting the routing process

can use the ‘zl’ flag to make it persist after restart
diagnose ip router zl enable

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

Type 5 LSAs

A

AS External Link States

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

OSPF Logging

A

FGT logs:
Neighbor down/up
OSPF message exchange
Negotiation errors

enabled by default:
config router ospf
set log-neighbor-change enable
end

Can also be seen in GUI under: Log & Report > System Events > Router Events

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