cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6679
Views
15
Helpful
11
Replies

IP summary-address eigrp Command

zaherercisco
Level 1
Level 1

Hi everybody ,

I'm confused about

IP summary-address eigrp Command when it use on specific interface , when we need to use it and what is the difference between it and between manual summerization for network ex. 172.16.0.0 0.0.3.255

regards,

1 Accepted Solution

Accepted Solutions

Your understanding of the network command used in EIGRP is not correct. You are assuming that entering

network 10.0.4.0 255.255.252.0

will summarize the advertisement. That is not the case. If you enter that command EIGRP will look for interfaces that match and will advertise the subnets from those interfaces. It will not summarize any entries.

To explain it in a slightly different way: EIGRP uses the network command only to identify what interfaces are to be included in the dynamic routing protocol process. Once EIGRP has included an interface in the routing protocol process it then looks at the subnet configured on the interface and will advertise that subnet to its neighbors.

HTH

Rick

HTH

Rick

View solution in original post

11 Replies 11

Ryan Wolfe
Level 5
Level 5

EIGRP auto summarization applies to the entire EIGRP process. The ip summary-address command let's you manually summarize that network only out of the applied interface. You could have a network out that interface that could be summarized but other routes in other places that can't be summarized.

If you manually summarize on the interface you can reduce the size of the routing table for the routers out that interface. The smaller the routing table, the faster the routing occurs.

Of course this would only make a noticeable difference on large networks, but it is still best practice to maintain the most optimal routing possible.

Sent from Cisco Technical Support iPhone App

thanks Ryan,

I'm trying to find scenario -example for this command to make think more clear to me , if anyone have , will highly appreciated.

regards,

Hello,

FIRST  I thank all the community for the added value they provide to this forum.

let's suppose I add a new network 192.168.1.0/24 on SW1 on above schema in addition to 10.0.0.0  10.0.1.0 10.0.2.0 and 10.0.3.0 networks,this new network is advertised to R4 my question is:

will this new network be advertised to EIGRP neighbor via the interface on which we issued the  ip summary-address  eigrp 1 10.0.0.0 255.255.252.0 5.in other words wil we find on R1 two routes learned from R4:

10.0.0.0/22 via R4

192.168.1.0/24 via R4

Thank you

Yes If R4 has learned 192.168.1.0 from SW1 then R4 will advertise 192.168.1.0 to its EIGRP neighbors over the interfaces where summary-address is configured. The summary-address here affects advertisement of subnets of 10.0.0.0 and has no effect on 192.168.1.0.

HTH

Rick

HTH

Rick

Ryan Wolfe
Level 5
Level 5

I drew up a quick scenario.. hope it helps out a bit. Also, something I forgot to mention in my original post is that manual summarization allows you to summarize at places other than the classful boundary. In the example I provided, I summarized at /22 but the 10.0.0.0 is classfully summarized at the /8 boundary.

HTH

thanks deeply ryan , but what if we use the normal  command

network 10.0.0.0 255.255.252.0 instead of ip summary-address  what difference will be ?

regards,

Network command is used not to advertise routes in IGP. It is used to select interfaces which will participate in this IGP process. So you can either select specific interface selecting single ip with network command:

network 10.x.x.x 0.0.0.0

or select multiple interfaces falling in common range by configuring wider network:

10.0.0.0 255.255.252.0

Thus this command only tell which interfaces should participate in IGP. Interfaces in turn will start advertise their networks but not the summary

Nik

HTH,
Niko

sorry guys but there is something I'm missing here ,

as far as I knew since I will configure R4 like follow

eigrp 1

network 10.0.0.0 255.255.252.0

and R5

eigrp 1

network 10.0.4.0 255.255.252.0

this mean I've advertise the summary of both network in clasless manner on all the interfaces that connected to R4 and R5 , so what difference make the ip-summary address do ? :/

Your understanding of the network command used in EIGRP is not correct. You are assuming that entering

network 10.0.4.0 255.255.252.0

will summarize the advertisement. That is not the case. If you enter that command EIGRP will look for interfaces that match and will advertise the subnets from those interfaces. It will not summarize any entries.

To explain it in a slightly different way: EIGRP uses the network command only to identify what interfaces are to be included in the dynamic routing protocol process. Once EIGRP has included an interface in the routing protocol process it then looks at the subnet configured on the interface and will advertise that subnet to its neighbors.

HTH

Rick

HTH

Rick

Now i got the difference thanks a lot guys

I am glad that our discussion helped you to correctly understand the difference. Thank you for using the rating system to mark this question as answered. It makes the forum more useful when people can read a question and can know that an answer was found. Your marking has contributed to this process.

HTH

Rick

HTH

Rick
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card