The asbr-summary command enables an autonomous system border router (ASBR) to summarize the routes imported by OSPFv3.
The undo asbr-summary command disables an ASBR from summarizing the routes imported by OSPFv3.
By default, ASBRs do not summarize the routes imported by OSPFv3.
asbr-summary ipv6-address prefix-length [ cost cost | tag tag | distribute-delay dist-delay-interval | not-advertise ] *
undo asbr-summary ipv6-address prefix-length
Parameter | Description | Value |
---|---|---|
ipv6-address prefix-length |
Specifies the IPv6 address and prefix length of a summary IPv6 route. |
|
cost cost |
Specifies the cost of a summary route. By default, for Type 1 external routes, the cost of the summarized route is the highest cost of specific routes; for Type 2 external routes, the cost of the summarized route equals the highest cost of specific routes plus 1. |
The value is an integer in the range from 1 to 16777214. |
tag tag |
Indicates the tag used to control route advertisement based on routing policies. |
The value is an integer in the range from 0 to 4294967295. The default value is 1. |
distribute-delay dist-delay-interval |
Specifies the delay in advertising summary routes. |
The value is an integer in the range from 1 to 65535, in seconds. |
not-advertise |
Indicates that the summary IPv6 routes that match a specified IPv6 address prefix or prefix length are not advertised. |
- |
An ASBR connects to more than one autonomous system (AS) and generates AS external LSAs.
You can run the asbr-summary command to enable an ASBR to summarize the imported routes with the same prefix into a single summary route and advertise the summary route.
Multiple summary routes can be configured on an ASBR. Therefore, multiple network segments can be summarized in OSPFv3.