Configuring RIP-2 route summarization reduces the routing table size, which improves system performance and network security.
Context
On a medium-or large-sized network, the routing table contains a large number of routes. Storing and managing the routes consume a large number of memory resources. To resolve this problem, RIP-2 provides the route summarization function. Route summarization allows multiple routes with the same IP prefix and destination IP address to be summarized into one, which reduces the number of routes in the 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 stability.
RIP-2 is configured to advertise the summarized route to the specified IP address.
If you specify avoid-feedback, the local interface does not learn the summarized route whose destination address is the same as that the advertised summarized route, which prevents routing loops.