Configuring EIGRP summarization 3.2.2 This page will teach students how to manually configure summary addresses. EIGRP automatically summarizes routes at the classful boundary. This is the boundary where the network address ends, as defined by class-based addressing. This means that even though RTC is connected only to the subnet 2.1.1.0, it will advertise that it is connected to the entire Class A network, 2.0.0.0. In most cases auto summarization is beneficial because it keeps routing tables as compact as possible. However, automatic summarization may not be the preferred option in certain instances. For example, if there are discontiguous subnetworks auto-summarization must be disabled for routing to work properly. To turn off auto-summarization, use the following command: router(config-router)# no auto-summary With EIGRP, a summary address can be manually configured by configuring a prefix network. Manual summary routes are configured on a per-interf...