< Home

display ospf asbr-summary

Function

The display ospf asbr-summary command displays information about OSPF route summarization.

Format

display ospf [ process-id ] asbr-summary [ ip-address mask ]

Parameters

Parameter Description Value
process-id Specifies the ID of an OSPF process. The value is an integer ranging from 1 to 65535.
ip-address Specifies the summary IP address. The value is in dotted decimal notation.
mask Specifies the mask of the summary IP address. If no IP address or mask is specified, summarization information of all the imported routes is displayed. The value is in dotted decimal notation.

Views

All views

Default Level

1: Monitoring level

Usage Guidelines

After an AS is divided into areas, configuring route aggregation can reduce routing information transmitted between areas. This reduces the size of the routing table and improves route performance.

To check information about OSPF route summarization, run the asbr-summary command.

Example

# Display summarization information about all the imported OSPF routes.

<HUAWEI> display ospf asbr-summary
          OSPF Process 1 with Router ID 192.168.1.2
                  Summary Addresses
 Total summary address count: 1
                  Summary Address
 net         : 10.0.0.0
 mask        : 255.0.0.0
 tag         : 10
 status      : Advertise
 Cost        : 0 (Not Configured)
 delay       : 30 (Configured)
 The Count of Route is : 2
 Destination     Net Mask        Proto      Process   Type     Metric
 10.1.0.0        255.255.0.0     Static     1         2        10
 10.2.0.0        255.255.0.0     Static     1         2        10
Table 1 Description of the display ospf asbr-summary command output

Item

Description

Total summary address count

Number of routes that are being summarized through the asbr-summary command.

net

Network address of the summary route.

mask

Network mask of the summary route.

tag

Tag of the summary route.

status

Advertisement status of the summary route:
  • Advertise: indicates that the summary route is advertised.

  • DoNotAdvertise: indicates that the summary route is not advertised.

Cost

Cost of the summarized route.

delay

Delay for advertising the summary route.

The Count of Route is

Number of routes that are being summarized.

Destination

Destination address of the routes that are being summarized.

Net Mask

Mask of the routes that are being summarized.

Proto

Protocol of the routes that are being summarized.

Process

Process ID.

Type

Type of the imported AS external route, which can be Type 1 or Type 2.

Metric

Metric of the routes that are being summarized.

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