Parameter | Description | Value |
---|---|---|
process-id | Specifies the ID of an OSPF process. | The value is an integer ranging from 1 to 65535. |
The command output can display information about all the OSPF next hops, which helps you troubleshoot OSPF faults.
# Display OSPF next hop information.
<HUAWEI> 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 Vlanif100 10.0.0.2 Local 5 10.0.0.1 Vlanif100
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. |
IntfAddr |
IP address of the interface. |
Intf Name |
Name of the interface. |