< Home

display ospfv3 request-list

Function

The display ospfv3 request-list command displays the statistics of the request list of OSPFv3.

Format

display ospfv3 [ process-id ] request-list [ [ area area-id | interface interface-type interface-number | peer router-id ] * | statistics ]

Parameters

Parameter Description Value
process-id Specifies the process ID of OSPFv3. The value is an integer ranging from 1 to 65535.
area area-id Specifies the OSPFv3 area ID. The integer ranges from 0 to 4294967295. The value of the area ID can be a decimal integer or in the IPv4 address format.
interface interface-type interface-number Specifies the type and number of the interface. -
peer router-id Indicates the Router ID of a neighbor. -
statistics Displays the statistics of the request list of OSPFv3. -

Views

All views.

Default Level

1: Monitoring level

Usage Guidelines

The display of the command is used to diagnose faults.

Example

# Display the statistics of the request list in OSPFv3.

<sysname> display ospfv3 request-list
    OSPFv3 Process (1)                                                  
    Interface  Eth0        Area-ID   0.0.0.1                            
    Nbr-ID   192.168.255.255                                              
    LS-Type               LS-ID           AdvRouter       SeqNum       Age  
    Link-LSA              0.0.2.2         192.168.255.255 0x80000001   151 
    Router-LSA            0.0.0.0         192.168.255.255 0x80000005   46 
    Intra-Area-Prefix-LSA 0.0.0.1         192.168.255.255 0x80000001   45 
    AS-External-LSA       0.0.0.1         192.168.255.255 0x80000001   113 
    AS-External-LSA       0.0.0.2         192.168.255.255 0x80000001   113
Table 1 Description of the display ospfv3 request-list command output

Item

Description

OSPFv3 Process

ID of the OSPFv3 process

Interface

Interface that connects to the neighbor

Area-ID

ID of the area that the interface belongs to

Nbr-ID

Router ID of the neighbor

LS-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 whether the router resides. It describes the link state and cost of the router.

  • Intra-Area-Prefix-LSA: is generated by the ABR and is advertised in the area that is associated with the 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.

LS-ID

Link State ID (from LSA header)

AdvRouter

Advertising router (from LSA header)

SeqNum

Sequence number (from LSA header)

Age

Aging time (from LSA header)

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