Add CSS326 port assignments with VLAN mapping
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

- 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 <noreply@anthropic.com>
This commit is contained in:
Kaloyan Danchev
2026-02-02 12:14:36 +02:00
parent 76106664a7
commit 5b8c8b72ec

View File

@@ -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 |
---