CCNA Day 26 - OSPF

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/95

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:04 PM on 4/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

96 Terms

1
New cards

Dijkstra’s Algorithm

Another name for the Shortest Path First algorithm

2
New cards

OSPFv2

Which version of OSPF is usually used for IPv4?

3
New cards

OSPFv3

Which version of OSPF is used for IPv6?

4
New cards

Link State Advertisement

OSPF: What does LSA stand for?

5
New cards

Link State Database

OSPF: What does LSDB stand for?

6
New cards

LSAs

OSPF: What is organized in a structure called the LSDB?

7
New cards

30 minutes

OSPF: What is the default aging timer of LSAs?

8
New cards

Areas

OSPF can divide networks into a separate set of routers and links that share the same LSDB called what?

9
New cards

Backbone Area (Area 0)

OSPF: What area is an area that all other areas must connect to?

10
New cards

Internal Routers

OSPF: Routers with all interfaces in the same area

11
New cards

Area Border Routers (ABRs)

OSPF: Routers with interfaces in multiple areas

12
New cards

2 Areas

OSPF: What is the maximum recommended number of areas that you can connect an ABR to?

13
New cards

Backbone Routers

OSPF: Routers connected to the backbone area (area 0)

14
New cards

Intra-area Route

OSPF: A route to a destination inside the same OSPF area

15
New cards

Interarea Route

OSPF: A route to a destination in a different OSPF area

16
New cards

router ospf [process-id]

Enter OSPF configuration mode:

R1(config)#[…]

17
New cards

network [ip-address] wildcard-mask] area [area]

Enable OSPF on interfaces in the specified range:

R1(config-router)# […]

18
New cards

passive-interface [interface-id]

Prevent an OSPF router from sending OSPF messages out of an OSPF-enabled interface:

R1(config-router)#[…]

19
New cards

default-information originate

Configure an OSPF router to advertise its default route into the OSPF domain:

R1(config-router)#[…]

20
New cards

distance [value]

Modify the OSPF AD on the local router:

R1(config-router)#[…]

21
New cards

maximum-paths [number]

Configure the maximum number of paths an OSPF router will use to perform ECMP load-balancing:

R1(config-router)#[…]

22
New cards
  1. Manual Configuration

  2. Highest IP address on a loopback interface

  3. Highest IP address on a physical interface

What is the OSPF Router ID selection priority?

23
New cards

clear ip ospf process

Reset the OSPF process on the local router:

R1#[…]

24
New cards

Autonomous System Boundary Router (ASBR)

An OSPF router that connects the OSPF network to an external network

25
New cards

No

Does single-area OSPF have to use area 0?

26
New cards

No

Does the OSPF process ID have to match for two routers to become OSPF neighbors?

27
New cards

router-id [a.b.c.d]

Manually configure the OSPF router ID:

R1(config-router)#[…]

28
New cards

Reference bandwidth / interface bandwidth = cost

What is the formula to calculate OSPF interface cost?

29
New cards

100 mbps

What is the default OSPF reference bandwidth?

30
New cards

10

What is the OSPF cost of an Ethernet (10mbps) interface with the default reference bandwidth?

31
New cards

1

What is the OSPF cost of a FastEthernet (100 mbps) interface with the default reference bandwidth?

32
New cards

1

What is the OSPF cost of a Gigabit Ethernet interface with the default reference bandwidth?

33
New cards

1

What is the OSPF cost of a 10Gig Ethernet Interface with the default reference bandwidth?

34
New cards

auto-cost reference-bandwidth [megabits-per-second]

Configure the OSPF reference bandwidth:

R1(config-router)#[…]

35
New cards

1

What is the OSPF cost of a loopback interface?

36
New cards

ip ospf cost [cost]

Configure the OSPF cost of an interface:

R1(config-if)# […]

37
New cards

bandwidth [kilobits-per-second]

Configure the bandwidth of an interface:

R1(config-if)#[…]

38
New cards

No (the speed command does)

Does the bandwidth command change the speed at which an interface operates?

39
New cards

10 seconds

What is the default OSPF Hello timer on an Ethernet connection?

40
New cards

40 seconds

What is the default OSPF Dead timer on an Ethernet connection?

41
New cards

224.0.0.5

What is the multicast address for all OSPF routers?

42
New cards
  1. Down

  2. Init

  3. 2-Way

  4. Exstart

  5. Exchange

  6. Loading

  7. Full

What are the OSPF neighbor states?

43
New cards

Down

If no Hello messages have been received, the OSPF neighbor state is […]

44
New cards

Init

If a router receives an OSPF Hello packet but its own router ID is not in the Hello packet, the neighbor state is […]

45
New cards

2-way

When an OSPF router receives a Hello packet with its own router ID, the OSPF neighbor state is […]

46
New cards

2-way

OSPF DR/BDRs are elected in the […] neighbor state

47
New cards

Exstart

In which OSPF neighbor state are a Master and Slave determined?

48
New cards

The router with the higher router ID

In the OSPF Exstart state, which router becomes the master?

49
New cards

The router with the lower router ID

In the OSPF Exstart state, which router becomes the Slave?

50
New cards

Exchange

In which OSPF state do routers exchange DBDs (Database Descriptions) which contain a list of LSAs in their LSDB?

51
New cards

Link State Request

OSPF: What does LSR stand for?

52
New cards

Link State Update

OSPF: What does LSU stand for?

53
New cards

Link State Acknowledgement

OSPF: What does LSAck stand for?

54
New cards

Loading

In what OSPF state do routers send LSR messages to request LSAs from their neighbor?

55
New cards

LSU

What kind of messages are LSAs sent in?

56
New cards

Full

In what OSPF state do routers have a full OSPF adjacency and identical LSDBs?

57
New cards

Hello

OSPF Message Type 1 = […]

58
New cards

Database Description (DBD)

OSPF Message Type 2 = […]

59
New cards

Link-State Request (LSR)

OSPF Message Type 3 = […]

60
New cards

Link-State Update (LSU)

OSPF Message Type 4 = […]

61
New cards

Link-State Acknowledgement (LSAck)

OSPF Message Type 5 = […]

62
New cards

ip ospf [process-id] area [area-id]

Enable OSPF directly on an interface:

R1(config-if)# […]

63
New cards

passive-interface default

Configure all interfaces to be OSPF passive interfaces by default:

R1(config-router)#[…]

64
New cards

Broadcast

OSPF: What network type is enabled on Ethernet and FDDI interfaces by default?

65
New cards

Point-to-point

OSPF: What network type is enabled on PPP and HDLC interfaces by default?

66
New cards

Non-broadcast

OSPF: What network type is enabled on Frame Relay and X.25 interfaces by default?

67
New cards

Yes

In the OSPF Broadcast network type, do routers dynamically discover neighbors?

68
New cards

Yes

In the OSPF Point-to-point network type, do routers dynamically discover neighbors?

69
New cards

No

In the OSPF Non-broadcast network type, do routers dynamically discover neighbors?

70
New cards

Yes

In the OSPF Broadcast network type, are a DR and BDR elected?

71
New cards

No

In the OSPF Point-to-point network type, are a DR and BDR elected?

72
New cards

DROther

OSPF: In the Broadcast network type, routers which aren’t the DR/BDR become a […]

73
New cards
  1. Highest OSPF router ID

  2. Highest OSPF router ID

What is the OSPF DR/BDR election order of priority?

74
New cards

1

What is the default OSPF interface priority on all interfaces?

75
New cards

the DR and BDR

OSPF DROthers will only move to the Full state with […]

76
New cards

2-Way

OSPF DROthers will remain in the […] neighbor state with other DROthers

77
New cards

224.0.0.6

What address is messages to the OSPF DR/BDR multicast to?

78
New cards

HDLC (cHDLC)

What encapsulation type do serial interfaces use by default?

79
New cards

clock rate [bits-per-second]

Configure the operating speed of a serial interface:

R1(config-if)#[…]

80
New cards

Data Communications Equipment

Serial Connection: What does DCE stand for?

81
New cards

Data Terminal Equipment

Serial Connection: What does DTE stand for?

82
New cards

DCE

Serial Connection: The […] side of the connection specifies the clock rate

83
New cards

encapsulation ppp

Configure the PPP encapsulation on a serial interface:

R1(config-if)#[…]

84
New cards

show controllers [interface-id]

Which command can be used to check if a serial interface is DCE or DTE?

85
New cards

ip ospf network [type]

Configure the OSPF network type of an interface:

R1(config-if)#[…]

86
New cards

Hello: 30 seconds

Dead: 120 seconds

What is the default Hello and Dead timers for OSPF Non-broadcast network type?

87
New cards

shutdown

Disable the OSPF process on the router:

R1(config-router)#[…]

88
New cards

No

Can routers with matching OSPF router IDs become neighbors?

89
New cards

Yes

Do OSPF Hello and Dead timers have to match for routers to become OSPF neighbors?

90
New cards

ip ospf authentication

Enable OSPF authentication on an interface:

R1(config-if)#[…]

91
New cards

ip ospf authentication-key [password]

Configure an OSPF password on an interface:

R1(config-if)#[…]

92
New cards

Full State

If the IP MTU settings on the interfaces don’t match, routers can become OSPF neighbors but wont move to the […] state.

93
New cards

Learn OSPF routes

If two routers have an OSPF network type mismatch, they will form an OSPF adjacency but won’t […]

94
New cards

Router LSA

OSPF Type 1 LSA

95
New cards

Network LSA

OSPF Type 2 LSA

96
New cards

AS-External LSA

OSPF Type 5 LSA