summary (IS-IS topology view)

Function

The summary command enables IS-IS route summarization.

The undo summary command disables IS-IS route summarization.

By default, IS-IS route summarization is disabled.

Format

summary ip-address mask [ avoid-feedback | generate_null0_route | tag tag-value | [ level-1 | level-2 | level-1-2 ] ] *

undo summary ip-address mask [ level-1 | level-2 | level-1-2 ]

Parameters

Parameter Description Value
ip-address

Specifies the address segment of the summary route.

The value is in dotted decimal notation.

mask

Specifies the address mask of the summary route.

The value is in dotted decimal notation.

avoid-feedback

Avoid learning your own published aggregation routes from another level. If there is a learning route in another level that is the same as the summary address, it is assumed that the route is infiltrated into another level and published by other routers after they have learned the summary route published by the local router. At this point, avoid-feedback occurs and the route becomes inactive, removed from the RM routing table.

-

generate_null0_route

Generates Null 0 routes to prevent routing loops.

-

tag tag-value

Specifies an administrative tag.

The value is an integer ranging from 1 to 4294967295.

level-1

Summarizes Level-1 routes.

-

level-2

Summarizes Level-2 routes.

If no level is specified, Level-2 routes are summarized.

-

level-1-2

Summarizes Level-1 and Level-2 routes.

-

Views

IS-IS topology view

Default Level

2: Configuration level

Task Name and Operations

Task Name Operations
isis write

Usage Guidelines

Usage Scenario

The IS-IS routing table of a device on a medium or large IS-IS network contains a large number of routing entries. Storing the routing table consumes a large number of memory resources, and transmitting and processing routes consume lots of network resources. IS-IS route summarization can solve this problem.

Routes with the same IPv4 prefix can be summarized into one route. The system then advertises the summary route to other network segments. Route summarization on a large-scale IS-IS network reduces the number of routes in a routing table and minimizes system resource consumption. In addition, if a specific link frequently alternates between Up and Down, the links not involved in the route summarization will not be affected, which prevents route flapping and improves network security.

Configuring route summarization does not affect the routing table on a local device. Each specific route is displayed in the routing table. Configuring route summarization, however, reduces the number of LSPs to be flooded. Any device that receives the LSP from the summarization-capable router has only one summary route in its routing table.

Prerequisites

An IS-IS process has been created and the IS-IS view has been displayed using the isis command.

Precautions

The routes to be summarized can be the routes discovered by IS-IS or routes imported from other routing protocols. The cost of the summarized route is the smallest cost of the routes that are summarized.

Example

# Configure a summary route 10.10.0.0/8 in the topology instance named red.
<HUAWEI> system-view
[~HUAWEI] ip topology red
[*HUAWEI] isis 1
[*HUAWEI-isis-1] cost-style wide
[*HUAWEI-isis-1] topology red topology-id 10
[*HUAWEI-isis-1-topology-red] summary 10.0.0.0 255.0.0.0
# Configure a summary route 10.10.0.0/8.
<HUAWEI> system-view
[~HUAWEI] isis
[*HUAWEI-isis-1] summary 10.0.0.0 255.0.0.0
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >