From 85e96b87f2485ac7b334beeaef35d50d72e6fe4e Mon Sep 17 00:00:00 2001 From: Ben Sanders Date: Sun, 16 Nov 2025 11:58:43 -0500 Subject: Added notes --- micronugget-subnetting.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 micronugget-subnetting.md (limited to 'micronugget-subnetting.md') diff --git a/micronugget-subnetting.md b/micronugget-subnetting.md new file mode 100644 index 0000000..ff22c48 --- /dev/null +++ b/micronugget-subnetting.md @@ -0,0 +1,22 @@ +# MicroNugget: How to to Select Subnet Sizes for VLANs + +## The Most Common Subnets Used + +* /22 (255.255.252.0) - 1024 IPs / 1022 usable +* /23 (255.255.254.0) - 512 IPs / 510 usable +* /24 (255.255.255.0) - 256 IPs / 254 usable +* /29 (255.255.255.248) - 8 IPs / 6 usable +* /30 (255.255.255.252) - 4 IPs /2 usable + * point-to-point WAN uplinks + +HSRP / VRRP - Virtual IP Address + +VLANs Sample + +* VLAN 1 = unused (none) +* VLAN 10 = server/printer (/24) +* VLAN 20 = VOIP (/24) +* VLAN 30 = guest (/22) +* VLAN 40 = internal (/22) +* VLAN 40 flex (/24) + -- cgit v1.2.3