VLAN & 802.1Q Trunking Analyzer
.vlan-tag { background: #4CAF50; color: white; padding: 3px 8px; border-radius: 12px; font-size: 12px; display: inline-block; margin: 2px; }
.vlan-tags { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 8px; }
/* Labels inside .section-content (not on purple bg) need dark text */
.section-content .input-group label { color: #555; }
.section-content .input-group input,
.section-content .input-group select {
border: 1px solid #ddd; background: white;
}
.section-content .input-group input:focus,
.section-content .input-group select:focus {
border-color: #4CAF50; box-shadow: 0 0 0 3px rgba(76,175,80,0.1); background: white;
}
Avsnitt 1: VLAN Allowed List Parser
Avsnitt 2: 802.1Q Tag Overhead Calculator
Avsnitt 3: QinQ / 802.1ad Tag Byte Layout Referens
VLAN & 802.1Q Trunking Analyzer
Analysera VLAN-tillåtna listor, beräkna taggoverhead och planera QinQ MTU-påverkan.
VLAN Tillåten List Parser
802.1Q Tag Overhead Calculator
QinQ / 802.1ad Double-Tag Planering
| Ramtyp | Taggbyte | EtherType | Fält tillagda |
|---|---|---|---|
| Omärkt 802.3 | 0 | — | — |
| 802.1Q (punkt1q) | +4 | 0x8100 | TPID (2) + TCI: PCP(3) + DEI(1) + VID(12) |
| QinQ / 802.1ad | +8 | 0x88A8 yttre | Yttre etikett (4) + inre 802.1Q-etikett (4) |