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.

A

area

18
Q

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

A

interarea

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.

A

2

21
Q

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

A

backbone

22
Q

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

A

internal

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.

A

backbone

25
Q

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

A

0

26
Q

OSPF: What does ABR stand for?

A

Area Border Router

27
Q

OSPF: What does ASBR stand for?

A

Autonomous System Boundary Router

28
Q

OSPF: What does LSA stand for?

A

Link State Advertisement

29
Q

OSPF: What does LSDB stand for?

A

Link State Database

30
Q

Prevent an OSPF router from sending OSPF messages out of an OSPF-enabled interface:
R1(config-router)# […]

A

passive-interface <interface-id></interface-id>

31
Q

Reset the OSPF process on the local router:
R1# […]

A

clear ip ospf process

32
Q

The Shortest Path First algorithm is also known as […]’s algorithm.

A

Dijkstra

33
Q

Which version of OSPF is used for IPv6?

A

OSPFv3

34
Q

Which version of OSPF is usually used for IPv4?

A

OSPFv2