display ospfv3 asbr-summary

Use display ospfv3 asbr-summary to display ASBR summary route information.

Syntax

display ospfv3 [ process-id ] asbr-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 ASBR summary routes for all OSPFv3 processes.

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 ASBR summary routes.

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

Examples

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

<Sysname> display ospfv3 1 asbr-summary

               OSPFv3 Process 1 with Router ID 2.2.2.2

 Total summary addresses: 1

 Prefix      : 1000:4::/32
 Status      : Advertise
 NULL0       : Active
 Cost        : 1 (Configured)
 Tag         : (Not configured)
 Nssa-only   : (Not configured)
 Routes count: 2

Table 140: Command output

Field

Description

Total summary addresses

Total number of summary routes.

Prefix

Prefix and prefix length of the summary route.

Status

Advertisement status of the summary route:

  • Advertise—The summary route has been advertised.

  • Not-advertise—The summary route has not been advertised.

NULL0

Status of the Null 0 route:

  • Active.

  • Inactive.

Cost

Cost of the summary route:

  • Configured.

  • Not configured.

Tag

Tag of the summary route:

  • Configured.

  • Not configured.

Nssa-only

Whether the nssa-only attribute is configured:

  • Configured.

  • Not configured.

Routes count

Number of summarized routes.

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

<Sysname> display ospfv3 1 asbr-summary verbose

               OSPFv3 Process 1 with Router ID 2.2.2.2

 Total summary addresses: 1

 Prefix      : 1000:4::/32
 Status      : Advertise
 NULL0       : Active
 Cost        : 1 (Configured)
 Tag         : (Not configured)
 Nssa-only   : (Not configured)
 Routes count: 2
  Destination                                 Protocol Process Type Metric
  1000:4:10:3::/96                            Static   0       2    1
  1000:4:11:3::/96                            Static   0       2    1

Table 141: Command output

Field

Description

Destination

Prefix and prefix length of the summarized route.

Protocol

Routing protocol from which the route was redistributed.

Process

Process of the routing protocol from which the route was redistributed.

Type

Type of the summarized route.

Metric

Metric of the summarized route.