display ospfv3 routing

Function

The display ospfv3 routing command displays the OSPFv3 routing table.

Format

display ospfv3 [ process-id ] routing { abr-routes | asbr-routes } [ verbose ]

Parameters

Parameter Description Value
process-id

Specifies an OSPFv3 process ID.

The value is an integer ranging from 1 to 4294967295.

abr-routes

Displays the routing table of an ABR.

-

asbr-routes

Displays routing table of an ASBR.

-

verbose

Displays detailed information about OSPFv3 routes.

-

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
ospf read

Usage Guidelines

Usage Scenario

To view information about the OSPFv3 routing table, run the display ospfv3 routing command. The command output helps you troubleshoot OSPFv3 faults.

Example

The actual command output varies according to the device. The command output here is only an example.

# Display the details of OSPFv3 routing table.
<HUAWEI> display ospfv3 routing verbose

Codes : E2 - Type 2 External, E1 - Type 1 External, IA - Inter-Area,
        N - NSSA
Flags : A - Added to URT6, LT - Locator Routing

OSPFv3 Process (1)
Destination   :2001:DB8::                     Prefix Length    :96
Metric        :1                              Type             :INTRA-AREA
Nexthop       :directly connected             Nexthop Interface:GE0/1/4
Flags         :A
Priority      :Low                            Age              :20h05m58s
# Display routing information about the OSPFv3 NSSA.
<HUAWEI> display ospfv3 routing abr-routes
Codes : E2 - Type 2 External, E1 - Type 1 External, IA - Inter-Area,
        N - NSSA
Flags : A - Added to URT6, LT - Locator Routing

OSPFv3 Process (1)
     Destination                                                         Metric
       Next-hop
E2   2001:DB8:6::1/128                                                   1
N      via FE80::3A6D:7CFF:FE61:1200, Vlanif13, Flags : A
# Display the OSPFv3 routing table.
<HUAWEI> display ospfv3 routing
Codes : E2 - Type 2 External, E1 - Type 1 External, IA - Inter-Area,
         N - NSSA
 Flags: A - Added to URT6, LT - Locator Routing

 OSPFv3 Process (1)
   Destination                                                    Metric
     Nexthop
   2001:DB8:1::/64                                                3124
     via FE80::1441:0:E213:1, GigabitEthernet0/1/0, Flags :A
     Priority      :Low
Table 1 Description of the display ospfv3 routing command output
Item Description
Codes

The following is the explanation of each abbreviation:

  • E2: Type 2 external route.
  • E1: Type 1 external route.
  • IA: inter-area route.
  • N: NSSA route.
Type

LSA type:

  • Link-LSA: is generated by the router for each link and is advertised in the local link.
  • Router-LSA: is generated by each router and advertised in the area where the router resides. It describes the link state and cost of the router.
  • Intra-Area-Prefix-LSA:
    • An LSA generated on a router describes the IPv6 address prefix associated with the router LSA.
    • An LSA generated on a DR describes the IPv6 address prefix associated with the network LSA.
  • AS-External-LSA: is generated by the ASBR and is advertised to the entire AS (except the stub area). It describes the routes that reach other ASs.
Flags

Route information flag.

A: The route is added to the IPv6 unicast routing table.

OSPFv3 Process

OSPFv3 process ID.

Destination

Destination Address.

Prefix Length

Prefix length of an IPv6 address.

Metric

Metric to the destination.

Nexthop

Next hop to the destination.

Priority

OSPFv3 convergence priority:

  • Critical.
  • High.
  • Medium.
  • Low.
Age

The time difference between the last update and the current time.

via

Link-local address of the next hop.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >