To speed up IPv4 route lookup and simplify route management on a large-scale IS-IS network, configure IS-IS route summarization to reduce the number of IS-IS routes in a routing table.
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 routing information 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. 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 link status changes will not be advertised to devices that are located beyond the summarized route network segment, which prevents route flapping and improves network stability.
Before configuring IS-IS route summarization, complete the following tasks:
Configure IP addresses for interfaces to ensure that neighboring devices are reachable at the network layer.
The system view is displayed.
The IS-IS view is displayed.
The specified IS-IS routes are summarized into one IS-IS route.
After route summarization is configured on an IS, the local IPv4 routing table still contains all specific routes before the summarization.
The IPv4 routing tables on other ISs that receive the LSP from the local IS contain only the summarized route, and the summarized route is deleted only after all its specific routes are deleted.
The configuration is committed.
Run the display isis route command to check summarized routes in the IS-IS routing table.
Run the display ip routing-table [ verbose ] command to check summarized routes in the IP routing table.