Section 2 OSPF Flashcards

(25 cards)

1
Q

What does ‘2-WAY/DROTHER’ indicate in OSPF routers?

A

Routers have seen each other’s Hello packets, but neither is the DR/BDR.

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

What are the default OSPF Hello and Dead timers?

A

10 seconds for Hello and 40 seconds for Dead.

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

How can OSPF timers be decreased for faster convergence?

A

Reduce Hello/Dead timers to faster values, e.g., 1/3 seconds.

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

Why authenticate OSPF?

A

To prevent unauthorized updates.

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

What are the two types of OSPF authentication?

A
  • Simple authentication (passwords)
  • MD5 authentication (more secure)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the different types of LSA in Multi-Area OSPF?

A
  • Type 1: Router LSAs
  • Type 2: Network LSAs
  • Type 3: Summary LSAs
  • Type 4: ASBR Summary LSAs
  • Type 5: External LSAs
  • Type 7: NSSA External LSAs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What connects all other areas in OSPF’s two-layer hierarchy?

A

Backbone Area (Area 0).

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

What are the benefits of hierarchical routing?

A
  • Scalability
  • Faster convergence
  • Reduced routing table size
  • Better LSA control
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is BGP’s primary role?

A

To exchange routing info between autonomous systems (ASes).

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

What is the main difference between BGP and IGPs?

A
  • BGP: Inter-domain, path vector, scalable, slower convergence.
  • IGPs: Intra-domain, faster, less scalable.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What distinguishes iBGP from eBGP?

A
  • iBGP: Within same AS; requires full mesh or route reflectors.
  • eBGP: Between ASes; used for Internet routing.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the function of the AS-path in BGP?

A

To prevent loops and make policy-based decisions.

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

What are the characteristics of IGPs and EGPs?

A
  • IGPs: OSPF, EIGRP – used within an AS.
  • EGPs: BGP – used between ASes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the types of OSPF routers?

A
  • Internal: All interfaces in same area.
  • Backbone: At least one interface in Area 0.
  • Area Border Router (ABR): Connects multiple areas.
  • Autonomous System Boundary Router (ASBR): Connects to other ASes.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What could R3 and R6 be classified as in a router diagram?

A

Area Border Routers (ABRs) if linked to Area 0 and another area.

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

What multicast addresses does OSPF use?

A

224.0.0.5/6 for Hello and updates.

17
Q

What are common reasons for OSPF adjacency failure?

A
  • Mismatched OSPF timers
  • Wrong area ID or subnet
  • Authentication mismatch
  • Passive interface configured
  • Interface down
18
Q

What happens to the Router ID after a link failure?

A

It may be recalculated if tied to an interface IP that went down.

19
Q

What is an Autonomous System?

A

A collection of IP networks under a common administration, identified by an ASN.

20
Q

What does an O*E2 route indicate?

A

OSPF external Type 2 route; metric is not incremented across OSPF domain.

21
Q

What questions should you ask your ISP?

A
  • What is the IP address range?
  • What is the ASN?
  • Is BGP supported?
  • What are the SLAs?
  • Redundancy/failover options?
  • Do they support IPv6?
22
Q

When should BGP not be used?

A
  • Small networks with single ISP.
  • No need for policy-based routing.
  • Lack of skilled admins.
  • OSPF or static routing is sufficient.
23
Q

What is BGP multihoming?

A

Connecting to two or more ISPs for redundancy/load balancing.

24
Q

What factors are considered in BGP path selection?

A
  • Highest weight (Cisco-specific)
  • Highest local preference
  • Shortest AS path
  • Lowest origin type
  • Lowest MED
  • eBGP > iBGP
  • Oldest route
  • Lowest router ID
25
What does BGP as path-vector entail?
Routes contain path attributes, including full AS path history to prevent loops and allow policy control.