Parameter | Description | Value |
---|---|---|
process-id | Specifies the ID of an OSPF process. | The value is an integer ranging from 1 to 65535. |
router-id | Specifies the router ID of an ABR or ASBR. | The value is in dotted decimal notation. |
An area border router (ABR) can belong to two or more areas. One of the areas must be a backbone area. An ABR is used to connect the backbone area and non-backbone areas. The connection with the backbone area can be physically or logically.
An AS boundary router (ASBR) exchanges routing information with other ASs. An ASBR may not reside at the boundary of an AS. It can be an internal device or an ABR. If an OSPF device imports external routes, the device is an ASBR.
This command can view information about the ABRs and ASBRs of OSPF.
# Display information about the ABRs and ASBRs of OSPF.
<HUAWEI> display ospf abr-asbr
OSPF Process 1 with Router ID 1.1.1.1 Routing Table to ABR and ASBR RtType Destination Area Cost Nexthop Type Intra-area 10.10.10.11 0.0.0.0 1 10.2.0.3 ABR
Item |
Description |
---|---|
RtType |
Intra-area or inter-area router. |
Destination |
Router ID of the ABR or ASBR. |
Area |
Area ID. |
Cost |
Cost of the route from the local device to the ABR or ASBR. |
NextHop |
Next hop address through which packets are transmitted to the ABR or ASBR. |
Type |
ABR or ASBR. |