Chapter 8: OSPF Flashcards

1
Q

Initialize the OSPF Process

A

router ospf “process id”

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

Enable OSPF on network interfaces matching a specified network range for a specific OSPF area

A

network “ip address wildcard mask” area “area id”

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

Enable ospf on an explicit specific network interface for a specific OSPF area

A

ip ospf “process id” area “area id”

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

Configure a specific interface as passive

A

passive “interface id”

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

configure all interfaces as passive

A

passive interface default

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

Advertise a default route into OSPF

A

default-information originate [always] [metric “metric value”] [metric-type “type value”]

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

Modify the OSPF reference bandwidth for dynamic interface metric costing

A

auto-cost reference-bandwidth “bandwidth in mbps”

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

Statically set the OSPF metric for an interface

A

ip ospf cost “1-65535”

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

Configure the OSPF priority for a DR/BDR election

A

ip ospf priority “0-255”

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

Statically configure an interface as a broadcast OSPF network type

A

ip ospf network broadcast

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

Statically configure an interface as a point-to-point OSPF network type

A

ip ospf network point-to-point

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

Restart the ospf process

A

clear ip ospf process

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

Display the OSPF interfaces on a router

A

show ip ospf interface [brief | “interface id”]

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

Display the OSPF neighbors and their current states

A

show ip ospf neighbor [detail]

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

Display the OSPF routes that are installed in the RIB

A

show ip route ospf

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