Skip to content
Timur Zununbekov edited this page Nov 1, 2016 · 4 revisions

Vxlan

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

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.

Subutai network layers

Clone this wiki locally