Would you guys agree with these definitions?
Classful routing protocols do not send subnet mask information with their
routing updates.
Classless routing protocols
do send the subnet mask with their updates.
Taken from:
http://www.routeralley.com/ra/docs/classless_classful.pdf
I ask not to nitpick, but when a word usually contains -less that means it's missing something. In this usage though, the classless *includes* the subnetmask? Does it seem like these are turned around to anyone else?
I'm basiclly trying to make sure I understand the difference between RIP and RIPv2.
Also am I correct in the assumption that the only difference in the configuration is that you just add the line;
version 2
When using RIPv2?
example RIP
R1(config)#router rip
R1(config-router)#network 10.0.0.0
R1(config-router)#network 192.168.1.0
RIP v2
R1(config)#router rip
R1(config-router)#version 2
R1(config-router)#network 10.0.0.0
R1(config-router)#network 192.168.1.0