| Parameter | Description | Value |
|---|---|---|
process-id |
Specifies the OSPF process number. If the process number is not specified, will display all information of the aggregation of the route that is imported by OSPF. |
The value is an integer ranging from 1 to 65535. |
ip-address |
Specifies the matched IP address in dotted decimal notation. |
The value is in dotted decimal notation. |
mask |
Specifies the mask of the IP address, in dotted decimal notation. |
The value is in dotted decimal notation. |
If no IP address or mask is specified, summarization information of all the imported routes is displayed.
After route summarization is configured using the asbr-summary command, the display ospf asbr-summary command is run, for easier troubleshooting, to display the route summarization, and details of the summarized routes.
# Display summarization information about all the imported OSPF routes.
<sysname> 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 (Configured)
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
Item |
Description |
|---|---|
Total summary address count |
Number of routes that are being summarized through the asbr-summary command |
net |
Network address of the summarized route |
mask |
Network mask of the summarized route |
tag |
Tag of the summarized route |
status |
Advertisement status of the summarized route:
|
Cost |
Cost of the summarized route |
delay |
Delay for advertising the summarized route |
The Count of Route |
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, Type 1 or Type 2 |
Metric |
Metric of the routes that are being summarized |