Skip to content

Web App to calculate IPv4 subnet allocation according to Variable Length Subnet Mask(VLSM) using ReactJS.

Notifications You must be signed in to change notification settings

ChowdhuryAsif/VLSM-Calculator-ReactJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLSM-Subnet-Mask-Calculator using ReactJS

VLSM or Variable Length Subnet Masking is a process of allocating subnet masks where the length is not restricted by IP classes. It allows subdividing a subnet for more optimal usage and less IP wastage.

Workflow:

  1. Enter ISP has provided network IP in (a.b.c.d/mask) format, which is known as CIDR format.
  2. Enter the Host Group information (Name and Size). For example:
    • CSE (60 devices)
    • BBA (20 devices)
    • EEE (30 devices)
  3. Click Calculate Subnect Allocation button to get the allocation result in terms of {Network IP, First Host IP, Last Host IP, Broadcast IP} for every group.

GNS3 Topology integration.

  1. Design a network Topology using GNS3 or upload a GNS3 project file.
  2. The App will autometically allocate the subnet mask for each LAN and will give the result as well.

About

Web App to calculate IPv4 subnet allocation according to Variable Length Subnet Mask(VLSM) using ReactJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published