7.5 Adjacency Troubleshooting Flashcards

1
Q

show ip protocols

A

to view OSPF configuration information, such as:
The OSPF process ID.
The OSPF router ID for the current router.
Configured networks and areas for the process.
IP addresses of neighbor routers.

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

show ip ospf

A

to view OSPF information, including:
The process ID.
The local router ID and its role (such as DR or BDR).
Configured areas.

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

show ip ospf neighbor

A

to view information about neighbor OSPF routers, including:
Router ID of the neighbor router.
Neighbor state or status. The full state indicates that the DR/BDR election has occurred and routers are exchanging routing information.
The role of the neighbor (DR, BDR, DROTHER).
Time remaining before the neighbor is declared missing if a hello packet is not received.
The IP address of the neighbor.
The local interface used to reach the neighbor.

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

show ip ospf interface

A

to view interfaces that are running OSPF, including the following information:
Interface status and IP address assigned to the interface.
Area number.
Process ID.
Router ID.
The router ID and IP address of the DR and BDR on the network.
Hello and dead timer settings.
Adjacent routers.

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

debug ip ospf events

A

to view debugging information about hello exchanges, DR selection information, SPF calculation, and errors related to negotiating adjacency.
Use debug ip ospf hello to view only hello packet information.
Use debug ip ospf adj to view adjacency information.

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

What does the command debug ip ospf events do

A

Shows a list of errors

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

What does the error
OSPF: mismatched hello parameters from 10.0.0.1

OSPF: Dead R 20 C 40, Hello R 5 C 5
Mask R 255.255.255.0 C 255.255.255.0
mean

A

Hello timer, dead timer, or subnet mask mismatch detected. In the following example, the dead timer intervals do not match:
R (received) = 20, C (configured) = 40

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

What does the error

OSPF: hello packet with mismatched E bit

A
Area types (not area numbers) configured on each router do not match.
The E bit is also called the stub area flag.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does the error
Neighbor Down: Dead timer expired
mean

A

An expected hello timer has not been received. When the dead timer reaches 0, it is assumed that the neighbor router has gone down. The dead timer resets itself each time a hello packet is received.

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