display ospf abr-summary
Use display ospf abr-summary to display ABR summary route information.
Syntax
display ospf [ process-id ] [ area area-id ] abr-summary [ ip-address { mask-length | mask } ] [ verbose ]
Views
Any view
Predefined user roles
network-admin
network-operator
Parameters
process-id: Specifies an OSPF 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 OSPF processes.
area area-id: Specifies an OSPF 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 OSPF areas.
ip-address: Specifies a summary route by its IP address.
mask-length: Specifies the mask length in the range of 0 to 32.
mask: Specifies the mask in dotted decimal notation.
verbose: Displays detailed ABR summary route information. If you do not specify this keyword, the command displays brief ABR summary route information.
Usage guidelines
If you do not specify an IP address, this command displays information about all summary routes on the ABR.
Examples
# Display brief information about summary routes on the ABR.
<Sysname> display ospf abr-summary OSPF Process 1 with Router ID 2.2.2.2 ABR Summary Addresses Topology base (MTID 0) Area: 0.0.0.1 Total summary address count: 1 Net Mask Status Count Cost 100.0.0.0 255.0.0.0 Advertise 1 (Not Configured)
Table 29: Command output
Field | Description |
---|---|
Topology | This field is not supported in the current software version. Topology name. The topology name for base topology is base. |
MTID | This field is not supported in the current software version. Topology ID. The value of 0 indicates the base topology. |
Area | Area to which the summary routes belong. |
Total summary address count | Total number of summary routes. |
Net | Address of the summary route. |
Mask | Mask of the summary route address. |
Status | Advertisement status of the summary route: Advertise or Non-Advertise. |
Count | Number of summarized routes. |
Cost | Cost of the summary route. |
# Display detailed information about summary routes on the ABR.
<Sysname> display ospf abr-summary verbose OSPF Process 1 with Router ID 2.2.2.2 ABR Summary Addresses Topology base (MTID 0) Area: 0.0.0.1 Total summary address count: 1 Net : 100.0.0.0 Mask : 255.0.0.0 Status : Advertise Cost : (Not Configured) Routes count: 1 Destination NetMask Metric 100.1.1.0 255.255.255.0 1000
Table 30: Command output
Field | Description |
---|---|
Topology | This field is not supported in the current software version. Topology name. The topology name for base topology is base. |
MTID | This field is not supported in the current software version. Topology ID. The value of 0 indicates the base topology. |
Destination | Destination address of a summarized route. |
NetMask | Network mask of a summarized route. |
Metric | Metric of a summarized route. |