项目作者: belavina

项目描述 :
VLSM subnet calculator
高级语言: Java
项目地址: git://github.com/belavina/VLSMCalculator.git
创建时间: 2016-05-02T20:34:10Z
项目社区:https://github.com/belavina/VLSMCalculator

开源协议:MIT License

下载


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-