24 - OSPF Part 1 Flashcards

1
Q

An […] is an OSPF router that connects the OSPF network to an external network.

A

autonomous system boundary router (ASBR)

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

Configure an OSPF router to advertise its default route into the OSPF domain:
R1(config-router)# […]

A

default-information originate

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

Configure the maximum number of paths an OSPF router will use to perform ECMP load-balancing:
R1(config-router)# […]

A

maximum-paths number

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

Does single-area OSPF have to use area 0?

A

No

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

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

A

No

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

Enable OSPF on interfaces in the specified range:
R1(config-router)# […]

A

network <ip-address> area <area></area></ip-address>

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

Enter OSPF configuration mode:
R1(config)# […]

A

router ospf <process-id></process-id>

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

Manually configure the OSPF router ID:
R1(config-router)# […]

A

router-id <a.b.c.d></a.b.c.d>

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

Modify the OSPF AD on the local router:
R1(config-router)# […]

A

distance <value></value>

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

OSPF […] are organized in a structure called the LSDB.

A

LSAs

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

OSPF can divide networks into separate […]

A

areas

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

OSPF LSAs are organized in a structure called the […].

A

LSDB

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

OSPF LSAs have a default aging timer of [time]

A

30 minutes

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

OSPF Router ID selection priority:
1. […]
2. Highest IP address on a loopback interface
3. Highest IP address on a physical interface

A

Manual configuration

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

OSPF Router ID selection priority:
1. Manual configuration
2. […]
3. Highest IP address on a physical interface

A

Highest IP address on a loopback interface

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

OSPF Router ID selection priority:
1. Manual configuration
2. Highest IP address on a loopback interface
3. […]

A

Highest IP address on a physical interface

17
Q

OSPF: An […] is a set of routers and links that share the same LSDB.

18
Q

OSPF: An […] route is a route to a destination in a different OSPF area.

19
Q

OSPF: An […] route is a route to a destination inside the same OSPF area.

A

intra-area

20
Q

OSPF: It is recommend that you connect an ABR to a maximum of […] areas.

21
Q

OSPF: Routers connected to the backbone area (area 0) are called […] routers.

22
Q

OSPF: Routers with all interfaces in the same area are called […] routers.

23
Q

OSPF: Routers with interfaces in multiple areas are called […].

A

area border routers (ABRs)

24
Q

OSPF: The […] area (area 0) is an area that all other areas must connect to.

25
OSPF: The backbone area (area [...]) is an area that all other areas must connect to.
0
26
OSPF: What does ABR stand for?
Area Border Router
27
OSPF: What does ASBR stand for?
Autonomous System Boundary Router
28
OSPF: What does LSA stand for?
Link State Advertisement
29
OSPF: What does LSDB stand for?
Link State Database
30
Prevent an OSPF router from sending OSPF messages out of an OSPF-enabled interface: R1(config-router)# [...]
passive-interface
31
Reset the OSPF process on the local router: R1# [...]
clear ip ospf process
32
The Shortest Path First algorithm is also known as [...]'s algorithm.
Dijkstra
33
Which version of OSPF is used for IPv6?
OSPFv3
34
Which version of OSPF is usually used for IPv4?
OSPFv2