04-21-2012 08:58 AM - edited 03-07-2019 06:15 AM
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,
Solved! Go to Solution.
04-22-2012 03:45 AM
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
04-21-2012 09:43 AM
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
04-21-2012 09:50 AM
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,
02-25-2017 07:47 AM
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
02-25-2017 01:55 PM
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
04-21-2012 10:33 AM
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
04-21-2012 01:45 PM
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,
04-21-2012 06:13 PM
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
04-22-2012 02:52 AM
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 ? :/
04-22-2012 03:45 AM
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
04-24-2012 07:11 AM
Now i got the difference thanks a lot guys
04-24-2012 08:47 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide