Anybody knows what CIDR and VLSM mean in the context of IPv6?
Main Topics
Browse All TopicsHi,
I've found this question: http://www.experts-exchang
However, it still isn't clear to me what the differences are between VLSM and CIDR... Can somebody explain it as simple as possible (perhaps with an example). And explain what they mean in the context of IPv6?
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: SteveJPosted on 2009-08-12 at 11:12:42ID: 25081229
Variable length subnet masking provides a mechanism for breaking up a network into smaller components. For example, 192.168.1.0/24 provides 1 network address and 254 host addresses. Using VLSM, I can create multiple networks out of the 192.168.1.0 network. For example, 192.168.1.0/25 represents 2 networks with 1 subnet bit: 192.168.1.0 and 192.168.1.128, each with 126 hosts.
Classless interdomain routing provides a mechanism for reprresenting lots of networks with only a single mask. For example if I use BGP to advertise 192.168.0.0/16, I am telling everyone who listens to by BGP announcement that I have the path to all the networks from 192.168.0.0 to 192.168.255.0.
As for how this plays out in IPv6, I'm not much of an IPv6 guy. I don't believe either of these schemes plays a part in IPv6 which has its own masking scheme.
Good luck,
SteveJ