debug ip ospf

Use this command to enable the debug IP OSPF utility for monitoring OSPF adjacencies, LSA generation, packets, and retransmissions.

Syntax

debug ip ospf {adj | lsa-generation | packet | retransmission | trace-interface interface}
no debug ip ospf {adj | lsa-generation | packet | retransmission | trace-interface interface}

Parameters

adj Specifies the monitoring of OSPF adjacency events.
lsa-generation Specifies the monitoring of OSPF LSA generation events.
packet Specifies the monitoring of OSPF packets.
retransmission Specifies the monitoring of OSPF retransmissions.
trace-interface interface Specifies the monitoring of the specified interface.

Defaults

None.

Mode

Configuration command mode.

Usage

The “no” form for this command disables OSPF debugging for the specified option.

Example

This example shows how to set the debug IP OSPF utility to monitor OSPF adjacency events:

System(rw-config)->debug ip ospf adj
System(rw-config)->