08 - Optimising OSPF Flashcards

1
Q

A ___ cost is better. The cost is proportional to the B/W on the interface.

A

small

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

Cost = ___ /____ (in bits per second)

A

reference BW / interface BW

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

Why do problems occur with links faster than 100mb?

A

Because the OSPF cost has to be an integer, all links faster than FastEthernet will have a cost of 1. This can be fixed by changing the default reference bandwidth

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

How do you create default passive interfaces?

A

passive-interface default

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

How do you turn off a passive interface on specific interface?

A

no passive-interface

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

How do you view passive interfaces?

A

show ip protocols

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

How do you inject the default route into OSPF?

A

default-information originate

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

The process of advertising a contiguous set of addresses as a single address with shorter subnet mask. Reduces the number of routes a router must maintain.

A

Route summarisation or route aggregation

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

How do you view the OSPF database?

A

show ip ospf database

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

How do you create a prefix list?

A

ip prefix-list FROM_R2 deny 192.168.2.0/24

ip prefix-list FROM_R2 permit 0.0.0.0/0 le 32

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

How do you apply a prefix list to OSPF?

A

router ospf 1

area 1 filter-list prefix FROM_R2 out

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

How do you clear OSPF processes?

A

clear ip ospf process

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

For OSPF, the ____ command filters what ends up in the routing table, and only on the router on which the __ command is configured. It does not remove routes from the link-state database or area routers.

A

distribute-list in

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

One major difference between route maps and access lists is that route maps can use the __ commands to modify the packets or route.

A

set

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

Route map configuration generally consists of three parts:

A
  • define the route map - Route-map MyRouteMap permit 10
  • define match action - Match ip address prefix-list MyList
  • define set action - Set metric-type type-1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly