meta data for this page
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vm:proxmox:sdn [2024/04/23 19:40] – niziak | vm:proxmox:sdn [2024/12/20 20:55] (current) – niziak | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| * **Simple** a simple bridge on single Proxmox node - no communication across the cluster. | * **Simple** a simple bridge on single Proxmox node - no communication across the cluster. | ||
| * usage: user friendly zone names instead of '' | * usage: user friendly zone names instead of '' | ||
| + | * DHCP server and IPAM possible for zone | ||
| + | * Outbound NAT to internet provided locally by each node | ||
| * **VLAN** | * **VLAN** | ||
| * like above but with VLAN tag assigned | * like above but with VLAN tag assigned | ||
| - | * **QinQ** | + | * **QinQ** |
| - | * **VXLAN** | + | * first VLAN tag in L2 frame is a provider / service vlan |
| - | * **EVPN** | + | * 2nd VLAN tag in L2 frame is customer tag |
| + | * **VxLAN** RFC 7348 (tech preview) | ||
| + | * encapsulate L2 frames in L3 UDP packets. | ||
| + | * L3 networks solves lots of forwarding/ | ||
| + | * well known protocols like OSPF, EIGRP can be used for L3. | ||
| + | * VNI tag is 24 bit (16 777 215 VxLANs) | ||
| + | * one VxLAN is a group of Virtual Tunnels. VTEPs (Virtual Tunnel Endpoint) acts like switch | ||
| + | * **EVPN** | ||
| * **VNets** - lower | * **VNets** - lower | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | [[https:// | ||
| + | |||