Section 1.2 - Multiarea OSPF Overview Flashcards

1
Q

What are limitations to single area OSPF?

A
  • Additional computational complexity as the networks scale
  • Computational complexity is proportional to the square of the number of nodes (routers)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are some benefits of multiarea OSPF?

A
  • Minimizes routing table entries
  • Localizes impact of a topology change (link flapping) within an area
  • Detailed link-state advertisement (LSA) flooding stops at area boundary
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the characteristics of the “backbone area”?

A
  • must connect to all other non-backbone areas
  • must always be contiguous (cannot be split)
  • end users are generally not connected to routers in the backbone area
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the characteristics of a “non-backbone” area?

A
  • connect end users and resources
    usually set up according to functional and/or geographical groupings
  • traffic between different non-backbone areas must always pass through the backbone area
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a backbone router?

A

a router that has at least one interface that is connected to the backbone area

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

What is an area border router (ABR)?

A

a router that has interfaces connected to at least two different OSPF areas, including the backbone area; it contains LSDB info for each area

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

What is an internal router?

A

a router that has all its interfaces connected to only one OSPF area

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

What is an autonomous system boundary router (ASBR)?

A

a router that has at least one interface that is connected to an OSPF area and at least one interface connected to an external non-OSPF routing domain

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

How to configure and enable OSPF for interfaces in IOS-XR (commands)?

A

conf t
router ospf 1
area 0
interface GigabitEthernet0/1/0/1
area 1
interface GigabitEthernet0/1/0/2

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

How to configure and enable OSPF for interfaces in IOS-XE (commands)?

A

conf t
router ospf 1
network 172.16.12.0 0.0.0.3 area 0
network 192.168.1.0 0.0.0.255 area 1

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

Design guidelines - single area OSPF?

A
  • provides optimal routing because of a fully visible topology
  • provides simplicity for implementation and maintenance
  • best suited for MPLS TE
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Design guidelines - multiarea OSPF?

A
  • only use in large environments (many hundreds of routers)
  • use regular areas if possible
  • use stub and NSSA in case of old, CPU-hungry and/or memory-hungry routers
  • ensure that all areas have redundant ABRs (two)
  • focus on the addressing plan to enable effective summarization
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Which two statements about multiarea OSPF are true? (choose two)
A) A router can be in only one area
B) All nonbackbone areas must be connected to the backbone area
C) ASBRs can be in only nonbackbone areas
D) Area 0 is always the backbone area
E) All areas have full topology visibility of other areas
F) ABRs cannot be ASBRs at the same time

A

B, D

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