Allocate IP addresses from a CIDR range by category, auto-generate hostnames, and export to Excel with PowerShell DHCP reservation commands.
IP address inventory planning is the process of allocating IP addresses from an allocated CIDR block to different device categories (servers, switches, VoIP phones, etc.) based on requirements. This tool takes a CIDR network range (e.g., 192.168.64.0/21 which contains 2,048 addresses) and lets you define how many IPs each category needs. The planner automatically assigns consecutive IP blocks to each category, auto-generates hostnames, and exports a complete inventory with PowerShell DHCP reservation commands ready to paste into your DHCP server.
Each category is assigned a unique color in the exported Excel file for easy visual tracking. The PowerShell DHCP reservation commands are generated with the correct scope ID, making it simple to automate DHCP lease reservations for critical infrastructure devices. This eliminates manual IP tracking spreadsheets and ensures consistent naming conventions across your network.
Admin IPs: 30 required
→ 192.168.64.0 to 192.168.64.29
→ ADMIN-001 through ADMIN-030
Servers: 25 required
→ 192.168.64.30 to 192.168.64.54
→ SERVER-001 through SERVER-025
Switches: 20 required
→ 192.168.64.55 to 192.168.64.74
→ SWITCH-001 through SWITCH-020