display ospfv3 abr-asbr
Use display ospfv3 abr-asbr to display information about the routes to OSPFv3 ABR and ASBR.
Syntax
display ospfv3 [ process-id ] abr-asbr
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
process-id: Specifies an OSPFv3 process by its ID in the range of 1 to 65535. If you do not specify this argument, the command displays information about all the routes to the OSPFv3 ABR and ASBR.
Examples
# Display information about all the routes to the OSPFv3 ABR and ASBR.
<Sysname> display ospfv3 abr-asbr OSPFv3 Process 1 with Router ID 1.1.1.1 Destination : 1.1.1.2 Rtr Type : ABR Area : 0.0.0.0 Path Type: Intra Interface : Vlan102 BkInterface: Vlan101 NextHop : FE80:1:1::1 BkNexthop : FE80:1:2::2 Cost : 1 Destination : 1.1.1.3 Rtr Type : ASBR Area : 0.0.0.0 Path Type: Intra Interface : Vlan103 BkInterface: Vlan104 BkNexthop : FE80:1:2::4 NextHop : FE80:2:1::1 Cost : 1
Table 137: Command output
Field | Description |
---|---|
OSPFv3 Process 1 with Router ID 1.1.1.1 | OSPFv3 process is 1, and router ID is 1.1.1.1. |
Destination | Router ID of an ABR or ASBR. |
Rtr Type | Router type: ABR or ASBR. |
Area | Area ID of the next hop. |
Path Type | Type of the route to the ABR or ASBR:
|
Interface | Output interface. |
BkInterface | Backup output interface. |
NextHop | Next hop address. |
BkNexthop | Backup next hop address. |
Cost | Cost from the router to the ABR or ASBR. |