-
Notifications
You must be signed in to change notification settings - Fork 15
vxlan
Dilshat edited this page Aug 22, 2018
·
3 revisions
Important: See Version 8 section below
subutai vxlan <options> <arguments>
- manage VXLAN tunnels
Options:
--create, -c value Create VXLAN tunnel
--delete, -d value Delete VXLAN tunnel
--list, -l List VXLAN tunnels
--remoteip, -r value VXLAN tunnel remote IP
--vlan, --vl value Tunnel VLAN
--vni, -v value VXLAN tunnel VNI
Example:
subutai vxlan --create vxlan1 --remoteip 10.220.22.2 --vlan 100 --vni 12345
Since agent version 8, format of vxlan command changed:
subutai vxlan add vxlan1 --remoteip 10.220.22.2 --vlan 100 --vni 12345
subutai vxlan list
subutai vxlan rm vxlan1
Description:
Subutai VXLAN is network layer built on top of P2P swarms and intended to be environment communication bridges between physically separate hosts. Each Subutai environment has its own separate VXLAN tunnel so all internal network traffic goes through isolated channels, doesn't matter if environment located on single peer or distributed between multiple peers.