25 - OSPF Part 2 Flashcards

1
Q

Configure all interfaces to be OSPF passive interfaces by default:
R1(config-router)# […]

A

passive-interface default

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

Configure the bandwidth of an interface:
R1(config-if)# […]

A

bandwidth <kilobits-per-second></kilobits-per-second>

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

Configure the OSPF cost of an interface:
R1(config-if)# […]

A

ip ospf cost <cost></cost>

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

Configure the OSPF reference bandwidth:
R1(config-router)# […]

A

auto-cost reference-bandwidth <megabits-per-second></megabits-per-second>

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

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

A

No
(the speed command does)

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

Enable OSPF directly on an interface:
R1(config-if)# […]

A

ip ospf <process-id> area <area-id></area-id></process-id>

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

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

A

Init

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

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

A

Down

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

In the OSPF […] state, routers exchange DBDs which contain a list of LSAs in their LSDB.

A

Exchange

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

In the OSPF […] state, routers send LSR messages to request LSAs from their neighbor.

A

Loading

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

In the OSPF […] state, the routers have a full OSPF adjacency and identical LSDBs.

A

Full

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

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

A

The router with the higher router ID.

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

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

A

The router with the lower router ID

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

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

A

Exstart

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

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

A

2-way

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

OSPF Hello messages are multicast to […]

A

224.0.0.5

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

OSPF LSAs are sent in […] messages.

A

LSU

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

OSPF Message type 1 = […]

A

Hello

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

OSPF Message type 2 = […]

A

Database Description (DBD)

20
Q

OSPF Message type 3 = […]

A

Link-State Request (LSR)

21
Q

OSPF Message type 4 = […]

A

Link-State Update (LSU)

22
Q

OSPF Message type 5 = […]

A

Link-State Acknowledgement (LSAck)

23
Q

OSPF Message type […] = Database Description (DBD)

24
Q

OSPF Message type […] = Hello

25
OSPF Message type [...] = Link-State Acknowledgement (LSAck)
5
26
OSPF Message type [...] = Link-State Request (LSR)
3
27
OSPF Message type [...] = Link-State Update (LSU)
4
28
OSPF neighbor states: 1. [...] 2. [...] 3. [...] 4. Exstart 5. Exchange 6. Loading 7. Full
Down Init 2-way
29
OSPF neighbor states: 1. Down 2. [...] 3. [...] 4. [...] 5. Exchange 6. Loading 7. Full
Init 2-way Exstart
30
OSPF neighbor states: 1. Down 2. Init 3. 2-way 4. [...] 5. [...] 6. [...] 7. Full
Exstart Exchange Loading
31
OSPF neighbor states: 1. Down 2. Init 3. 2-way 4. Exstart 5. [...] 6. [...] 7. [...]
Exchange Loading Full
32
OSPF neighbor states: 1. Down 2. Init 3. [...] 4. [...] 5. [...] 6. Loading 7. Full
2-way Exstart Exchange
33
OSPF: What does DBD stand for?
Database Description
34
OSPF: What does LSAck stand for?
Link State Acknowledgement
35
OSPF: What does LSR stand for?
Link State Request
36
OSPF: What does LSU stand for?
Link State Update
37
What is the default OSPF Dead timer on an Ethernet connection?
40 seconds
38
What is the default OSPF Hello timer on an Ethernet connection?
10 seconds
39
What is the default OSPF reference bandwidth?
100 mbps
40
What is the formula to calculate OSPF interface cost?
Reference bandwidth / interface bandwidth = cost
41
What is the multicast address for all OSPF routers?
224.0.0.5
42
What is the OSPF cost of a 10Gig Ethernet interface with the default reference bandwidth?
1
43
What is the OSPF cost of a FastEthernet (100 mbps) interface with the default reference bandwidth?
1
44
What is the OSPF cost of a Gigabit Ethernet interface with the default reference bandwidth?
1
45
What is the OSPF cost of a loopback interface?
1
46
What is the OSPF cost of an Ethernet (10 mbps) interface with the default reference bandwidth?
10
47
When an OSPF router receives a Hello packet with its own router ID, the OSPF neighbor state is [...].
2-way