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:53] – 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 | ||
| Line 15: | Line 17: | ||
| * first VLAN tag in L2 frame is a provider / service vlan | * first VLAN tag in L2 frame is a provider / service vlan | ||
| * 2nd VLAN tag in L2 frame is customer tag | * 2nd VLAN tag in L2 frame is customer tag | ||
| - | * **VXLAN** (tech preview) | + | * **VxLAN** RFC 7348 (tech preview) |
| - | * encapsulate L2 frames in L3 UDP packets. | + | * 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** (tech preview) | * **EVPN** (tech preview) | ||
| * **VNets** - lower | * **VNets** - lower | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | [[https:// | ||
| + | |||