display ospf asbr-summary
Use display ospf asbr-summary to display ASBR summary route information.
Syntax
display ospf [ process-id ] asbr-summary [ ip-address { mask-length | mask } ]
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 ASBR summary routes for all OSPF processes.
ip-address: Specifies an IP address in dotted decimal notation.
mask-length: Specifies the mask length in the range of 0 to 32.
mask: Specifies the mask in dotted decimal notation.
Usage guidelines
If you do not specify an IP address, this command displays information about all ASBR summary routes.
Examples
# Display ASBR summary route information in OSPF process 1.
<Sysname> display ospf 1 asbr-summary OSPF Process 1 with Router ID 2.2.2.2 Summary Addresses Topology base (MTID 0) Total summary address count: 1 Summary Address Net : 30.1.0.0 Mask : 255.255.0.0 Tag : 20 Status : Advertise Cost : 10 (Configured) Route count : 2 Destination Net mask Proto Process Type Metric 30.1.2.0 255.255.255.0 OSPF 2 2 1 30.1.1.0 255.255.255.0 OSPF 2 2 1
Table 31: 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. |
Total summary address count | Total number of summary routes. |
Net | Address of the summary route. |
Mask | Mask of the summary route address. |
Tag | Tag of the summary route. |
Status | Advertisement status of the summary route. |
Cost | Cost of the summary route. |
Route count | Number of summarized routes. |
Destination | Destination address of a summarized route. |
Net mask | Network mask of a summarized route. |
Proto | Routing protocol from which the route was redistributed. |
Process | Process ID of the routing protocol from which the route was redistributed. |
Type | Type of a summarized route. |
Metric | Metric of a summarized route. |