< Home

abr-summary (OSPFv3 Area)

Function

The abr-summary command configures IPv6 route summarization on an ABR.

The undo abr-summary command cancels IPv6 route summarization on an ABR.

By default, IPv6 route summarization is not configured on ABRs.

Format

abr-summary ipv6-address prefix-length [ cost cost | not-advertise ] *

undo abr-summary ipv6-address prefix-length

Parameters

Parameter Description Value
ipv6-address Specifies the address range of IPv6 routes to be summarized. 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. The value is an integer that ranges from 1 to 128.
cost cost Specifies the cost of a summarized route. By default, the cost of a summarized route is the maximum cost among those of routes that are summarized. The value is an integer that ranges from 1 to 16777214.
not-advertise Indicates that the summarized IPv6 routes that match a specified IPv6 address prefix or prefix length are not advertised. -

Views

OSPFv3 area view

Default Level

2: Configuration level

Usage Guidelines

This command applies only to the ABR of the current area. The ABR transmits only one summarized route to other areas.

An area can be configured with multiple summarized network segments. Thus OSPFv3 can summarize multiple network segments.

Example

# Summarize two routes FC00:0:0:1::/64 and FC00:0:0:2::/64 of OSPFv3 area 1 into route FC00:0:0::/48 with the cost being 400, and advertise it to other areas.

<HUAWEI> system-view
[HUAWEI] ospfv3 1
[HUAWEI-ospfv3-1] area 1
[HUAWEI-ospfv3-1-area-0.0.0.1] abr-summary fc00:0:0:: 48 cost 400
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >