EIGRP - Summarization per interface

When configuring EIGRP, it is possible to apply summarization globally or on a per interface basis. The latter allows for more granularity in the configuration of EIGRP and the way in which routes are shared with specific EIGRP neighbors.

This can be configured using the ip summary-address eigrp interface configuration command. For example, the following two commands cause any EIGRP updates sent out of FastEthernet 0/0 to be summarized as indicated:

R1(config)#interface fastEthernet 0/0 R1(config-if)#ip summary-address eigrp 1 172.16.0.0 255.255.0.0 R1(config-if)#ip summary-address eigrp 1 10.10.0.0 255.255.0.0

If the subnet mask is not indicated, then the classful subnet mask will be used. Multiple summary addresses can be applied to a single interface.

Links:

https://forum.networklessons.com/t/how-to-configure-eigrp-summarization/886/48?u=lagapidis

https://networklessons.com/eigrp/how-to-configure-eigrp-summarization

https://www.cisco.com/c/en/us/td/docs/ios/iproute_eigrp/command/reference/ire_book/ire_i1.html#wp1037685