Hello Gaith
I understand where you’re coming from. I think it all has to do with the words being used.
To clarify, RIPv2 is a classless routing protocol. It performs CIDR, no question. It sends the subnet mask etc and supports VLSM. Now you mentioned in a previous post that:
I am in total agreement. What we are interested in for this specific instance is not so much the inherent workings of the routing protocol, but the end result. With the auto-summary enabled, the end result of the entry in the routing table in Router 1 of our example will be 10.0.0.0/8 which is indeed what we would get with RIPv1. This is something we do not want. To remedy this we use the no auto-summary
command which changes the behaviour of the protocol so that we get the CIDR result we want. This I believe was the central idea behind Rene’s comment. It does not change the classless nature of the protocol, it just changes the behaviour so that we can take advantage and use this classless nature.
I hope this has been helpful!
Laz