Classless and Classful routing headachs + super confused
CCNA Study Guide
By Todd Lammle
Edition: 4
Ok, late last night I was doing some last minute studies, because I am preparing to take the 801 on Saturday, but I read over some items about RIP v1 & v2, IGRP and EIGRP that I must have missed in the past. I am super confused, and I am thinking it is a printing mistake, but I am unsure. I would like to run this by everyone and see what they have to say.
Model 1:
R1 – S0/0: 10.0.1.1/24, fa0/0: 10.0.2.1/24. R2 – S0/0 10.0.1.2/24, fa0/0 192.168.1.1/24
RIP: I already understand that RIP only supports classful networks. All subnet masks have to match. But look at pg. 252, “this is because RIP version 1 doesn’t send update with subnet mask information in tow.” Pg. 253 “You would only type in the classful network address of 172.16.0.0 and let RIP find the subnets and place them in the routing table.”
Ok, If RIP doesn’t send any subnet information, how is it going to find the subnets and place them in the routing table?
Pg. 258 “RIPv2, unlike RIPv1, is a classless routing protocol (even though it is configured as classful, like RIPv1), which means that is sends subnet mask information along with the route update.”
So with RIP configuration I am really confused now. If I use the above model, would I configure the networks as the following:
Router rip
Network 10.0.0.0
Network 192.0.0.0
Pg. 260 “(side note) You absolutely must remember that you type a classful network number in when configuring IGRP.”
Pg. 261 “IGRP uses classful routing, which means that subnet mask information isn’t sent along with the routing protocol updates.
Pg. 261 “(side note) If you’re using 172.16.0.0/24 network, know that if you did type in the subnet 172.16.10.0, the router would accept it and then change the configuration to a classful entry of 172.16.0.0. But don’t do that – at least no on the exam! It’s definitely not so forgiving and will simply mark your answer wrong if you type the wrong network number. I cannot stress this enough: think classful if you are suing subnets!”
Configuring EIGRP
Pg. 298 “Remember – as with IGRP, you use the classful network address, which is all subnet and host bits turned off.”
model 2:
R1 - S0/0: 10.0.0.1/30, fa0/0: 192.168.0.1/24. R2 - s0/0:10.0.0.2/30, fa0/0: 172.16.0.1/24
I would have to use EIGRP or OSPF for this model. I would not have to worry about auto summary, since both distance networks are different right? But what would the commands be to configure this model along with the first model.
Thank you.