| VLAN Name | Hosts Req. | CIDR | Network | Subnet Mask | First Host | Last Host | Broadcast | Usable |
|---|
Enter a base network and your VLAN host requirements. The planner assigns the most efficient subnet to each VLAN using Variable Length Subnet Masking and outputs ready-to-paste Cisco IOS configuration.
| VLAN Name | Hosts Req. | CIDR | Network | Subnet Mask | First Host | Last Host | Broadcast | Usable |
|---|
Variable Length Subnet Masking (VLSM) is the technique of dividing an IP address space into subnets of different sizes based on the actual number of hosts each network segment needs. Without VLSM, you would assign the same size subnet to every VLAN regardless of how many hosts it contains, wasting large blocks of address space on small segments. VLSM solves this by allowing each subnet to be sized independently.
The correct VLSM allocation order is to assign subnets from largest to smallest host requirement. This prevents fragmentation of the address space and ensures the most efficient packing of subnets within the base network. This planner handles that ordering automatically. You enter your VLANs in any order and the tool sorts them correctly before assigning subnets.
The Cisco IOS Interface Config output generates the ip address and no shutdown commands for each VLAN interface, using the first usable host address as the gateway IP. This is ready to paste into a Layer 3 switch or router configuration without any manual calculation.
VLAN: Sales 50 hosts → /26 (62 usable)
Network: 10.0.0.0/26
Gateway: 10.0.0.1
Broadcast: 10.0.0.63
VLAN: IT 20 hosts → /27 (30 usable)
Network: 10.0.0.64/27
Gateway: 10.0.0.65
Broadcast: 10.0.0.95
VLAN: Mgmt 10 hosts → /28 (14 usable)
Network: 10.0.0.96/28
Gateway: 10.0.0.97