06-06-2006 03:16 AM - edited 03-03-2019 03:31 AM
Is it possible for me to summarize my networks 192.168.11.0, 192.168.12.0, 192.168.13.0 ? into 1 eigrp statement, can I advertise them as the 192.168.0.0 network ? would this advertise each class c network out though ?
06-06-2006 03:21 AM
yes, you could advertise 192.168.0.0/16 via eigrp.
this advertise all three networks you are talking of.
this could be manually summarized to 192.168.0.0/21
06-06-2006 03:28 AM
but would this not be advertising the /16 network ? I have other sites already on this !!
06-06-2006 03:46 AM
Hello Carl,
192.168.11.0, 192.168.12.0, 192.168.13.0
there's no way to aggregate these routes in a single stamement without including other subnets.
The best you can do is:
192.168.11.0/24
192.168.12.0/23
HTH,
if it does, remember to rate this post.
Vlad
06-07-2006 06:37 PM
The best single aggregate you could use would be:
192.168.8.0/21
which would include the following range of addresses:
192.168.8.0 - 192.168.15.255
Let me know if this helps by rating the post.
Michael
06-07-2006 06:45 PM
But that would be too inclusive and could create routing issues, if 192.168.15.0/24 is on a different part of the network for instance.
Vlad
06-08-2006 03:54 PM
Absolutely, but it is the only way I can see to meet the original requirement.
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