OSPF config Flashcards

(29 cards)

1
Q

What command starts OSPF configuration in router config mode?

A

router ospf <process-id>

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

What command advertises a network in OSPF?

A

network <ip> <wildcard-mask> area <area-id>

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

What command sets the OSPF router ID manually?

A

router-id <x.x.x.x> inside OSPF router config mode

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

What command makes an interface passive in OSPF?

A

passive-interface <interface>

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

What command makes all interfaces passive by default in OSPF?

A

passive-interface default

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

What command sets the OSPF cost on an interface?

A

ip ospf cost <value>

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

What command sets the OSPF reference bandwidth?

A

auto-cost reference-bandwidth <value> in router OSPF config mode

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

What command prevents a router from becoming DR or BDR?

A

ip ospf priority 0 on the interface

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

What command sets OSPF router priority for DR election?

A

ip ospf priority <0-255>

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

What command enables OSPF plaintext authentication on an interface?

A

ip ospf authentication and ip ospf authentication-key <key>

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

What command enables MD5 authentication for OSPF?

A

ip ospf authentication message-digest

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

How is an MD5 key configured for OSPF?

A

ip ospf message-digest-key <key-id> md5 <key>

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

What command sets the OSPF network type to point-to-point?

A

ip ospf network point-to-point

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

What command sets the OSPF network type to non-broadcast?

A

ip ospf network non-broadcast

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

Which network type requires manual neighbor configuration in OSPF?

A

Non-broadcast and point-to-multipoint non-broadcast

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

What command adds a manual OSPF neighbor?

A

neighbor <ip-address> [priority <value>] in router OSPF mode

17
Q

Why is manual neighbor configuration needed?

A

For non-broadcast OSPF network types that do not support multicast discovery.

18
Q

What command makes an area a stub?

A

area <area-id> stub

19
Q

What command makes an area totally stubby?

A

area <area-id> stub no-summary

20
Q

What command makes an area NSSA?

A

area <area-id> nssa

21
Q

What command makes an area a Totally NSSA?

A

area <area-id> nssa no-summary

22
Q

How do you assign an OSPF process to an interface using ‘ip ospf’?

A

ip ospf <process-id> area <area-id> on the interface

23
Q

What command verifies OSPF neighbors?

A

show ip ospf neighbor

24
Q

What command verifies OSPF routes?

A

show ip route ospf

25
What command displays the OSPF interface configuration?
`show ip ospf interface`
26
What command displays the OSPF database?
`show ip ospf database`
27
Why would OSPF neighbors get stuck in INIT state?
The local router received a Hello but was not listed in the neighbor’s Hello packet.
28
Why would OSPF neighbors get stuck in EXSTART?
Router ID conflict or MTU mismatch.
29
What causes OSPF to fail forming a neighbor relationship?
Mismatched area ID, Hello/Dead timers, subnet, or authentication settings.