display ospfv3 abr-summary-list

Function

The display ospfv3 abr-summary-list command displays information about OSPFv3 summary routes on an area border router (ABR).

The display ospfv3 asbr-summary command displays information about OSPFv3 summary routes on an AS boundary router (ASBR).

Format

display ospfv3 [ process-id ] abr-summary-list [ prefix prefix-length ]

display ospfv3 [ process-id ] asbr-summary [ prefix prefix-length ] [ verbose ]

Parameters

Parameter Description Value
process-id

Specifies the ID of an OSPFv3 process.

The value is an integer ranging from 1 to 4294967295.

prefix

Specifies an IPv6 address.

The value is a 32-digit hexadecimal number in the format of X:X::X:X.

prefix-length

Specifies the prefix length of an IPv6 address.

The value is an integer ranging from 0 to 128.

verbose

Displays detailed information about summary routes.

-

Views

All views

Default Level

1: Monitoring level

Task Name and Operations

Task Name Operations
ospf read

Usage Guidelines

Usage Scenario

After route summarization is configured on an ABR using the abr-summary command, you can run the display ospfv3 abr-summary-list command to view information about summary routes, which facilitates troubleshooting.

Route summarization reduces the amount of routing information transmitted between areas in an AS and the routing table size and improves device performance.

After route summarization is configured on an ASBR using the asbr-summary command, you can run the display ospfv3 asbr-summary command to view information about summary routes, which facilitates troubleshooting.

Example

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

# Display information about OSPFv3 summary routes on an ABR.
<HUAWEI> display ospfv3 abr-summary-list

OSPFv3 Process (1)
Area ID  :  0.0.0.1
 Prefix                                 Prefix-Len   Matched          Status        
 2001:DB8::                             32           1 [Active]       Advertised
# Display detailed information about OSPFv3 summary routes on an ASBR.
<HUAWEI> display ospfv3 asbr-summary verbose

 OSPFv3 Process (1)
 Total summary address count: 1

                 Summary Address

 Prefix         : 2001:DB8::
 Prefix length  : 16
 Tag            : 1 (Not Configured)
 Status         : Advertised
 Cost           : 2 (Not Configured)
 Delay          : 0 (Not Configured)
 Type           : 2 (Larger than any link state path)

 The Count of Route is: 3

 Destination                             Mask       Protocol   Proc       Type       Metric    
 2001:DB8:2::1                           128        Static     0          2          1         
 2001:DB8:3::1                           128        Static     0          2          1         
 2001:DB8:4::1                           128        Static     0          2          1
# Display information about OSPFv3 summary routes on an ASBR.
<HUAWEI> display ospfv3 asbr-summary

OSPFv3 Process (1)
 Prefix                                 Prefix-Len   Matched          Status        
 2001:DB8::                                 16           3 [Active]       Advertised
Table 1 Description of the display ospfv3 abr-summary-list command output
Item Description
OSPFv3 Process (1)

OSPFv3 process ID.

Area ID

Area ID.

Prefix

Prefix of a summary route.

Prefix length

Prefix length.

Prefix

IPv6 prefix.

Prefix-Len

Prefix length.

Matched

Status of a summary route.

Status

Advertisement information about the summary route:

  • Advertised: indicates that the summary route is advertised.
  • NotAdvertise: indicates that the summary route is not advertised.
Total summary address count

Number of summary routes generated using the asbr-summary command.

Summary Address

Detailed information about a summary route.

Tag

Tag of a summary route.

  • Configured: A tag is configured for the summary route.
  • Not Configured: No tag is configured for the summary route.
Cost

Cost of a summary route.

Delay

Delay for advertising a summary route.

Type

Type of AS external routes:

  • 1:Type-1.
  • 2:Type-2.
The Count of Route is

Number of summary routes.

Destination

Destination IP address of a summary route.

Mask

Mask of a summary route.

Protocol

Protocol of a summary route.

Proc

ID of the protocol to which a summary route belongs.

Metric

Cost of summary route.

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