VLANlab
ABOUT
Calculators
16 tools
Subnet CalculatorCIDR Range ViewerVLSM CalculatorCloudVLAN PlannerBandwidth CalcIPv6 Subnet CalcIP ↔ BinarySupernet CalcCIDR MergeCIDR to IP RangeCIDR SplitIPv4 → IPv6CIDR OverlapFree IP Space FinderDHCP CalculatorMTU Calculator
VLANlab

CALCULATE • LOOKUP • VERIFY

What Is My IP?IPv6 TestSpeed Test
DNS LookupDNS PropagationDNS Health CheckerSPF AnalyzerPTR LookupCAA RecordSRV RecordDNS TraceDNS PrivacyDANE / TLSADNSSEC CheckerSPF BuilderDKIM GeneratorZone DiffPTR Zone Generator
Subnet CalculatorCIDR Range ViewerVLSM CalculatorVLAN PlannerBandwidth CalcIPv6 Subnet CalcIP ↔ BinarySupernet CalcCIDR MergeCIDR to IP RangeCIDR SplitIPv4 → IPv6CIDR OverlapFree IP Space FinderDHCP CalculatorMTU Calculator
WHOIS LookupDomain Age CheckerSubdomain FinderIP GeolocationASN / BGP LookupIP Blacklist CheckReverse IP LookupMAC Address LookupBGP Prefix LookupRPKI / ROA CheckDomain Availability
Email InspectorDKIM CheckerEmail HeadersSMTP TestSMTP TLS CheckMX Health CheckEmail SecurityDMARC Generator
Temp MailSoon
Is It Down?SSL/TLS CheckerOpen Port CheckerOG Tag CheckerOCSP CheckerPing / LatencyHTTP InspectorRedirect ChainCSP AnalyzerTech Stack CheckerBetaTracerouteBetaHTTP/2 + HTTP/3robots.txt ViewerSSL Cert DecoderBanner GrabberWebSocket TesterCORS TesterHTTP TimingStructured DataPWA ManifestSEO Auditor
One-Time SecretHash GeneratorPassword StrengthSecurity.txtCT Log SearchAXFR Zone Test
HTTP Sec ScoreSoon
WebRTC Leak TestIP Reputation
JSON FormatterYAML FormatterBase64 / URL EncodeJWT DecoderRegex TesterUnix TimestampCron BuilderUUID / ULIDPunycode / IDNBase ConverterACL Generator
CSS Unit ConverterColor ToolkitGradient GeneratorcURL BuilderURL ParserURL Encoder/DecoderHTTP Status CodesBox Shadow GenFavicon GeneratorFlex & Gridrobots.txt Tester
Text CompareCase ConverterText CleanerText AnalyzerText TransformerList ToolsLorem GeneratorSlug Generator
Cloud VPC PlannerCloud IP RangeSecurity GroupsIAM AnalyzerK8s CIDR PlannerFirewall BuilderHCL FormatterEgress Cost CalcCloud DNS Zone
VM Cost EstimatorSoon
Proxmox Net ConfigVMware Port GroupHyper-V vSwitchVXLAN VNI PlannerKVM Net ConfigXCP-ng NetworkNSX-T Segment
Disposable Email DetectorPhone InspectorTor Exit NodeVPN/Proxy DetectDomain ReputationTyposquat DetectUsername SearchFavicon Hash
GitHub ActionsDockerfile Gendocker-composeArgoCD AppK8s Manifests
About

© 2026 VLANlab

No login · No ads · No tracking

2.26.5308c68

VLAN Planner

Design your network segmentation - assign VLAN IDs, names, and subnets with live validation and CSV export.

5 VLANs · 5 valid · 1,526 total hosts
IDNameSubnet / CIDRHostsNetworkGatewayLast UsableBroadcastDescription
254192.168.10.0192.168.10.1192.168.10.254192.168.10.255
254192.168.20.0192.168.20.1192.168.20.254192.168.20.255
510192.168.30.0192.168.30.1192.168.31.254192.168.31.255
25410.0.40.010.0.40.110.0.40.25410.0.40.255
254172.16.0.0172.16.0.1172.16.0.254172.16.0.255
Export config
! Generated by VLANlab VLAN Planner
! Paste into IOS/IOS-XE global configuration mode
!
! VLAN definitions
vlan 10
 name Management
vlan 20
 name Servers
vlan 30
 name Workstations
vlan 40
 name IoT
vlan 99
 name Guest
!
! SVI Layer 3 interfaces
! (gateway = first usable host in each subnet)
!
interface Vlan10
 description Network devices and OOB access
 ip address 192.168.10.1 255.255.255.0
 no shutdown
!
interface Vlan20
 description Production servers
 ip address 192.168.20.1 255.255.255.0
 no shutdown
!
interface Vlan30
 description Employee desktops and laptops
 ip address 192.168.30.1 255.255.254.0
 no shutdown
!
interface Vlan40
 description Smart devices and cameras
 ip address 10.0.40.1 255.255.255.0
 no shutdown
!
interface Vlan99
 description Guest WiFi (isolated)
 ip address 172.16.0.1 255.255.255.0
 no shutdown

Related Tools

ACL Generator

Build Cisco IOS and iptables access control rules visually. Add permit/deny entries and copy the ready-to-paste config.

VXLAN VNI Planner

Allocate VNI ranges across segments and generate multicast group assignments. Get Linux VTEP, Open vSwitch, and Cisco NXOS deployment commands.

DHCP Calculator

Calculate DHCP pool range and total leases from a subnet. Exclude reserved IPs and generate a ready-to-paste config.

About this tool

Use this planner to document your network segmentation. Each VLAN gets an IEEE 802.1Q ID (1-4094), a name, and a subnet in CIDR notation. Duplicate IDs and overlapping subnets are flagged in real time. Export your plan as CSV for handoff or documentation.

Common patterns: VLAN 10 Management, 20 Servers, 30 Workstations, 40 IoT/Cameras, 50 VoIP, 99 Guest WiFi. Keeping VLAN IDs meaningful (10s or 100s steps) makes configuration readable on switches. Use VLSM Calculator to allocate subnets from a base address block first, then document them here.