Module-13 Chapter 2: Single-Area OSPFv2 Configuration

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/42

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

43 Terms

1
New cards

What command enables OSPFv2 globally?

router ospf [process-id]

2
New cards

What is the process ID in OSPFv2 configuration?

A locally significant identifier for the OSPF process (can be any number).

3
New cards

What command assigns a router ID manually?

router-id [router-id]

4
New cards

What is a router ID in OSPF?

A unique 32-bit value used to identify a router in OSPF.

5
New cards

How is the router ID chosen if not configured manually?

Highest IP address on an active interface, or highest loopback IP if present.

6
New cards

How can you force the router to recalculate the router ID?

Clear the OSPF process using clear ip ospf process.

7
New cards

What command advertises a network in OSPFv2?

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

8
New cards

What does the wildcard mask do in OSPF?

It determines which interface(s) the network command applies to.

9
New cards

What does 0.0.0.0 wildcard mask mean?

Match the exact interface IP address.

10
New cards

What command shows all interfaces participating in OSPF?

show ip ospf interface brief

11
New cards

What command shows OSPF neighbors?

show ip ospf neighbor

12
New cards

What command shows OSPF database info?

show ip ospf database

13
New cards

What command shows OSPF routing table entries?

show ip route ospf

14
New cards

What command shows OSPF process ID and router ID?

show ip protocols

15
New cards

What does OSPF use to form neighbor relationships?

Hello packets.

16
New cards

What must match for routers to form OSPF adjacencies?

Hello/dead intervals, area ID, subnet, authentication, and stub flag.

17
New cards

What are the default hello and dead intervals?

10 seconds (hello), 40 seconds (dead).

18
New cards

What is the command to set hello and dead intervals?

ip ospf hello-interval [seconds] and ip ospf dead-interval [seconds]

19
New cards

What command enables OSPFv2 on an interface (alternative to network)?

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

20
New cards

Why might you use interface-level OSPF configuration?

For more control or when using point-to-point interfaces.

21
New cards

How can OSPF neighbors be verified?

Using show ip ospf neighbor command.

22
New cards

What is the DR/BDR election based on?

Router priority, or highest router ID if tied.

23
New cards

What command sets router priority?

ip ospf priority [value]

24
New cards

What priority value prevents a router from becoming DR/BDR?

0

25
New cards

Where is DR/BDR election relevant?

Only on broadcast multiaccess networks like Ethernet.

26
New cards

Does point-to-point link use DR/BDR?

No, point-to-point does not elect DR/BDR.

27
New cards

How do you reset OSPF neighbor relationships?

clear ip ospf process

28
New cards

What is passive-interface default?

Prevents OSPF from sending Hello packets on all interfaces by default.

29
New cards

How do you enable OSPF on specific interfaces only?

Use passive-interface default, then use no passive-interface [interface-name].

30
New cards

What command displays OSPF interface timers and area?

show ip ospf interface [interface]

31
New cards

What command verifies if an interface is OSPF-enabled?

show ip protocols or show ip ospf interface brief

32
New cards

What is the default OSPF administrative distance?

110

33
New cards

Can OSPF support multiple areas?

Yes, but in this module we focus on single-area OSPF.

34
New cards

What command assigns a router to area 0?

network [address] [wildcard-mask] area 0

35
New cards

Why is area 0 special in OSPF?

It is the backbone area; all other areas must connect to it.

36
New cards

What happens when you configure a new OSPF process?

A new OSPF instance is created with its own database.

37
New cards

How do you view OSPF LSDB?

show ip ospf database

38
New cards

What is the effect of multiple interfaces in the same area?

All their routes are shared and visible in the OSPF LSDB.

39
New cards

How does OSPF calculate route cost?

Based on the bandwidth of the interface (default formula: 100,000,000/bandwidth in bps).

40
New cards

What command changes interface cost manually?

ip ospf cost [value]

41
New cards

What is the purpose of modifying OSPF cost?

To influence path selection.

42
New cards

What is the effect of changing the OSPF cost on an interface?

It can influence which path is preferred when multiple OSPF paths exist.

43
New cards

What is the purpose of the command 'show running-config | section ospf'?

It displays the OSPF-related portion of the active configuration.