Ch.9: Advanced OSPF Flashcards

1
Q

What formula do you use to calculate OSPF cost?

A

Interface cost = Reference BW / Interface BW (bps)

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

What is the default reference bandwidth for OSPF? What does this mean for higher interface speeds?

A

Default reference BW: 10^8 (100,000,000)

This means that all links faster than 100Mbps have a cost of 1

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

What is a potential negative impact of increasing the OSPF reference bandwidth?

A

Lower speed links may no longer be differentiated

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

Which command would adjust the reference bandwidth to a higher value?

A

(At the OSPF process)
> auto-cost reference-bandwidth [mbps]

This is only local to each router.

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

How would you adjust an interface’s OSPF cost? What is the advantage of this?

A

(At the interface configuration)
> ip ospf cost [1-65535]

Gives a high-level of control over an interface’s cost

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

What is an OSPF passive interface? How do you set it?

A

A passive interface will stop sending/receiving OSPF hello packets

(At the router OSPF configuration level)
> passive interface [interface-id]

(To enable for all interfaces)
passive-interface default

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

Where would you use a passive interface configuration?

A

On interfaces where you do not want an OSPF adjacency to be set

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

How do you inject a default route in an OSPF network?

A

On the uplink ASBR:
(In the router OSPF configuration)
> default-information originate

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

How would you configure interarea route summarization?

A

(In the router OSPF configuration)
> area [area-id] range [ip-address] [mask] [advertise | not advertise] [cost cost]

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

How would you configure summarization for external routes being summarized by an ASBR?

A

(In the router OSPF configuration)
> summary-address [ip-address] [mask] [not-advertise] [tag tag] [nssa-only]

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

What OSPF filtering option could you use to prevent an ABR from creating certain type 3 summary LSAs?

A

The filter-list command can be used to stop the ABR from creating a type 3 LSA for certain subnets.

This way the internal network can still have

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