display ospfv3 abr-summary

Use display ospfv3 abr-summary to display ABR summary route information.

Syntax

display ospfv3 [ process-id ] [ area area-id ] abr-summary [ ipv6-address prefix-length ] [ verbose ]

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 ABR summary routes for all OSPFv3 processes.

area area-id: Specifies an OSPFv3 area by its ID. The area ID is an IP address or a decimal integer in the range of 0 to 4294967295 that is translated into the IP address format. If you do not specify this option, the command displays information about ABR summary routes for all OSPFv3 areas.

ipv6-address prefix-length: Specifies an IPv6 address. The ipv6-address argument specifies an IPv6 prefix. The prefix-length argument specifies a prefix length in the range of 0 to 128. If you do not specify this argument, the command displays information about all summary routes on the ABR.

verbose: Displays detailed ABR summary route information. If you do not specify this keyword, the command displays brief ABR summary route information.

Examples

# Display brief ABR summary route information in OSPFv3 process 1.

<Sysname> display ospfv3 1 abr-summary

             OSPFv3 Process 1 with Router ID 2.2.2.2

                     Area: 1.1.1.1
 Total summary addresses: 1

 Prefix      : 1000:4::/32
 Status      : Advertise
 NULL0       : Active
 Cost        : 1 (Configured)
 Routes count: 2

Table 138: Command output

Field

Description

Area

Area to which the summary routes belong.

Total summary addresses

Total number of summary routes.

Prefix

Prefix of the summary route.

Status

Advertisement status of the summary route.

NULL0

Null 0 route.

Cost

Cost of the summary route.

Routes count

Number of summarized routes.

# Display detailed ABR summary route information in OSPFv3 process 1.

<Sysname> display ospfv3 1 abr-summary verbose

             OSPFv3 Process 1 with Router ID 2.2.2.2

                        Area: 1.1.1.1
Total summary addresses: 1

 Prefix      : 1000:4::/32
 Status      : Advertise
 NULL0       : Active
 Cost        : 1 (Configured)
 Routes count: 2
   Destination                                        Metric
   1000:4:10:3::/96                                   1
   1000:4:11:3::/96                                   1

Table 139: Command output

Field

Description

Destination

Destination address of a summarized route.

Metric

Metric of a summarized route.