Arista VXLAN
From HackerNet
Revision as of 18:42, 4 May 2017 by Sparco (talk | contribs) (Created page with "Virtual Extensible LAN (VXLAN) är en network virtualization technology. Default UDP port: 4789. Se även Cisco VXLAN ==Konfiguration== Initial setup interfa...")
Virtual Extensible LAN (VXLAN) är en network virtualization technology. Default UDP port: 4789. Se även Cisco VXLAN
Konfiguration
Initial setup
interface Loopback0 description VTEP ip address 10.0.0.10/32 interface Vxlan1 vxlan source-interface Loopback0 vxlan udp-port 4789
Skapa vlan och bind ihop med VNI och VTEPs.
vlan 100 interface Vxlan1 vxlan vlan 100 vni 10100 vxlan vlan 100 flood vtep 10.0.0.11 10.0.0.12
Standalone CVX
CloudVision eXchange (CVX) kan automatiskt synkronisera VTEP:arna och nödvändiga HER flood-lists. CVX synkroniserar alla MAC-adresser så fort en switch lärt sig dem på någon lokal port.
interface vxlan1 vxlan source-interface Loopback0 vxlan udp-port 4789 vxlan control-service management cvx server host 10.0.0.100
VXLAN service
interface Loopback0 ip address 10.0.0.100/32 config cvx no shutdown service vxlan no shutdown