05-22-2008 01:33 PM - edited 03-03-2019 10:03 PM
what is mean by auto summary? how to it work ? in routing protocol please explain briefly
05-22-2008 02:28 PM
Briefly ? :)
It summarizes a IP subnet to its class boundary.
For instance, a class A IP address 10.1.1.1 will be sent by a routing protocol with auto summary turned on as 10.0.0.0
A Class B IP address 172.16.1.1 as 172.16.0.0
and a Class C IP address 192.168.1.1 as 192.168.1.0
HTH,
__
Edison.
05-23-2008 01:40 AM
hello,
just some more details to what Edi already said.
auto-summary is used by default by Distance Vector routers and happens at a major network transition. If you have a router that have the DV IGP running on interfaces with ip addresses belonging to two different major networks (example 10.0.0.0/8 and 172.16.0.0/16) when preparing the updates to send out an interface that is part of major network 2 it will send out the classful major network instead of the known subnets in major network 1 and viceversa out of an interface thar is part of major network 1 it will send out a single entry major_net2.
This behaviour can be a problem if you have used subnets of a major network on different remote sites (for example you use some 10.x.y.0 prefixes on the client lan and you use on the wan links subnets in class 172.16.x.y) and you want from the central site to know the details for correct forwarding.
RIPv2 and EIGRP allows to disable auto-summary feature.
Old protocols like RIPv1 and IGRP have the problem that they do not send the prefix mask in their updates.
Hope to help
Giuseppe
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