| Parameter | Description | Value |
|---|---|---|
| process-id | Specifies the ID of an OSPF process. | The value is an integer ranging from 1 to 65535. |
To check information about all the OSPF next hops, run the display ospf nexthop command, and the command output helps you troubleshoot OSPF faults.
# Display OSPF next hop information.
<sysname> display ospf nexthop
OSPF Process 100 with Router ID 10.0.0.1
Routing Nexthop information
Next hops:
Address Type Refcount IntfAddr Intf Name
----------------------------------------------------------------------
10.0.0.1 Local 3 10.0.0.1 GigabitEthernet0/0/0
10.0.0.2 Local 5 10.0.0.1 GigabitEthernet0/0/0
Item |
Description |
|---|---|
Next hops |
Detailed information about the next hop. |
Address |
Address of the next hop. |
Type |
Type of the route passing through the next hop. Local indicates that the route is destined for the local network segment. |
Refcount |
Number of OSPF routes that use the next hop. |
Intf Addr |
IP address of the interface. |
Intf Name |
Name of the interface. |