The asbr-summary command configures route summarization on an AS boundary router (ASBR).
The undo asbr-summary command disables route summarization from an ASBR.
By default, route summarization is not configured on ASBRs.
Parameter | Description | Value |
---|---|---|
ipv6-address |
Specifies the IPv6 address of a summary route. |
The value is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
prefix-length |
Specifies the prefix length of a summary route. |
The value is an integer ranging from 1 to 128. |
not-advertise |
Prevents the summary route with the specified IPv6 prefix length from being advertised. |
By default, the summarized route with the specified IPv6 prefix length is advertised. |
tag tag-value |
Specifies the tag used to control summary route advertisement. |
The value is an integer ranging from 0 to 4294967295. |
cost cost-value |
Specifies the cost of a summary route. |
The value is an integer that ranges from 1 to 16777214. By default:
|
distribute-delay interval |
Specifies the delay for advertising a summary route. |
The value is an integer ranging from 1 to 65535, in seconds. This parameter has no default value. |
Usage Scenario
Routes with the same IPv6 prefix can be summarized into one route. On a large-scale OSPFv3 network, route lookup may slow down because of the large size of the routing table. To reduce the routing table size and simplify management, configure route summarization. With route summarization, if a link connected to a device within an IPv6 address range that has been summarized alternates between Up and Down, the link status change is not advertised to the devices beyond the IPv6 address range. This prevents route flapping and improves network stability.
If route summarization is configured on an ASBR using the asbr-summary command, the ASBR summarizes routes of imported Type 5 LSAs within the summary address range. If a large number of routes with the same IPv6 prefix are imported, run the asbr-summary command to summarize them into one route.Precautions