RCA-2026-02-001: Analysis
Root Cause
5 Whys Analysis
| Why # | Question and Answer |
|---|---|
1 |
Why did management traffic fail? |
2 |
Why was VLAN 1 applied? |
3 |
Why wasn’t PVID 100 configured? |
4 |
Why are vnets recreated? |
5 |
Why isn’t this documented anywhere? |
|
Root Cause Statement: Linux bridge vnet interfaces are ephemeral. VLAN configuration applied via |
PVID vs VLAN Tags
Two separate issues require different fixes:
| Issue | Symptom | Fix |
|---|---|---|
Missing VLANs |
Tagged traffic (VLANs 10,20,30…) dropped |
|
Wrong PVID |
Untagged traffic goes to wrong VLAN |
|
PVID (Port VLAN ID): Tags untagged ingress frames. Default PVID is 1. VMs sending management traffic untagged on native VLAN 100 - if PVID is 1, traffic lands in wrong VLAN.