AD227529 wrote: » If you are using a routing protocol that auto-summarizes (such as RIP or EIGRP) it will send the subnet mask of the classful boundary, and not the actual subnet mask. The command no auto or no auto summary will turn this feature off in RIP and EIGRP, and send the actual subnet mask. If you are using OSPF, you don't have to worry about it because OSPF does not auto-summarize.
JohnnyBiggles wrote: » That being said, why is EIGRP considered classless (as is OSPF), and why is RIP considered classfull... especially if you can change both to classless.. or classfull... sorry just seeking clarity here. Just when I think I understand it, it confuses me again For some reason I didn't think 'no auto-summary' would apply to RIP v1 advertised network...?
capitanuionut wrote: » Only RIPv1 is classfull and you cannot use the no auto summary with RIPV1.... but now because discontigous networks and VLSM are used every where we just don't use RIPv1...instead we use RIPv2 wich is a classless routing protocol but with auto summarization activated by default..the same thing happens with EIGRP... Auto summarization helps where you have a lot of routers/routes...and the routing table is to big and involves more CPU use...but this can generate some errors if it's used in a discontigous network... For more safety just turn off auto summarization and use manual summarization where your design permits it..