Skip to content

MartenBE/VLSMCalculator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLSMCalculator

This program automates the process of creating VLSM subnets (VLSM calculator).

It takes IPv4 network address in CIDR format e.g. x.x.x.x/x, number of subnets to create and parameters for each subnet (size, and choice of minimum/maximum/balanced).

  • minimum means subnet will be as large as is minimally necessary)
  • balanaced (bal) will attemp to allocate as much extra addressing as possible for subnets with this mode.
  • max results in no remaining addresses after subnetting is finished (subnet will be as large as possible, in case more than one subnet has this parameter, subnets will fall over into balanced mode)

alt tag

You can play around with the program by downloading this jar file : VLSMCalculator-

About

VLSM subnet calculator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%