Skip to the content.

Proxmox Network Integration Roadmap

Status

This document describes a future lab stage. A dedicated x86 host has not yet been acquired, and no operational Proxmox environment is claimed.

Purpose

The future Proxmox host should provide a controlled service platform for virtualization, Linux administration, database and API labs. This Cisco repository covers only the physical and logical network connection required for that platform.

The hypervisor itself will be documented separately in proxmox-virtualization-lab. Sanitized inventory and monitoring data will later be processed in network-operations-data-lab.

Planned VLAN Roles

VLAN Role
20 initial lab access network
30 later service and server network
99 later dedicated management network
998 unused native VLAN for an optional trunk
999 parking VLAN for unused switch access ports

VLAN 998 should not have an SVI or connected end devices. VLAN 99 remains a tagged management VLAN when a trunk is introduced; it is not reused as the native VLAN.

Staged Integration

Stage 0: design before hardware purchase

Stage 1: simple access-port baseline

Stage 2: management separation

Stage 3: optional 802.1Q trunk

Conceptual switch-side pattern:

interface GigabitEthernet0/X
 description FUTURE_PROXMOX_TRUNK
 switchport mode trunk
 switchport trunk native vlan 998
 switchport trunk allowed vlan 20,30,99,998
 no shutdown

The exact interface and allowed VLAN list must match the final host design and must be verified before use.

Stage 4: operational data export

Planned Validation Checklist

Physical and Layer 2

Layer 3 and management

Recovery

Repository Boundaries

Concern Repository
Cisco switch ports, VLANs, trunks and reachability cisco-switching-lab
Proxmox installation, bridges, guests, storage and backups proxmox-virtualization-lab
API exports, data modelling, checks and BI reporting network-operations-data-lab

Portfolio Principle

The goal is not to imitate an enterprise data center. The goal is to demonstrate a small, verified and well-documented chain from physical networking through virtualization to operational data analysis.