From 5b8c8b72ec2f095e469b45bf368f3497f92b8006 Mon Sep 17 00:00:00 2001 From: Kaloyan Danchev Date: Mon, 2 Feb 2026 12:14:36 +0200 Subject: [PATCH] Add CSS326 port assignments with VLAN mapping - Port 1: HAP Uplink (Trunk) - Port 2: KVM (VLAN 10) - Ports 16-18: Kids Rooms (VLAN 25) - Ports 19-21: Main Bedroom (VLAN 20) - Ports 22-24: Living Room (VLAN 30, includes settop box) Co-Authored-By: Claude Opus 4.5 --- docs/01-NETWORK-MAP.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/docs/01-NETWORK-MAP.md b/docs/01-NETWORK-MAP.md index 5e198b4..e482c8c 100644 --- a/docs/01-NETWORK-MAP.md +++ b/docs/01-NETWORK-MAP.md @@ -329,15 +329,27 @@ flowchart TB --- +## CSS326 Port Assignments + +| Port | Device/Room | VLAN | Notes | +|------|-------------|------|-------| +| 1 | HAP Uplink | Trunk | 10,20,25,30,35,40 | +| 2 | KVM | 10 | Management | +| 3-15 | - | - | Available | +| 16-18 | Kids Rooms | 25 | Family VLAN | +| 19-21 | Main Bedroom | 20 | Trusted VLAN | +| 22-24 | Living Room | 30 | IoT VLAN (Settop box on 23) | +| SFP1 | ZX1 10G | Trunk | Backbone | + ## Room Outlets -| Room | Outlets | Switch Ports | Status | -|------|---------|--------------|--------| -| Living Room | L1, L2, L3 | CSS1-22/23/24 | Active | -| Main Bedroom | M1, M2, M3 | CSS1-19/20/21 | Active | -| Boys Room | B1, B2 | CSS1-17/18 | Active | -| Girls Room | G1 | CSS1-16 | Unused | -| Corridor | C1 (CAP) | HAP1 H-2 | Active | +| Room | Outlets | Switch Ports | VLAN | Status | +|------|---------|--------------|------|--------| +| Living Room | L1, L2, L3 | CSS1-22/23/24 | 30 | Active | +| Main Bedroom | M1, M2, M3 | CSS1-19/20/21 | 20 | Active | +| Boys Room | B1, B2 | CSS1-17/18 | 25 | Active | +| Girls Room | G1 | CSS1-16 | 25 | Active | +| Corridor | C1 (CAP) | HAP1 ether2 | 10 | Active | ---