Create
nectl network l2c create
Create L2C network
nectl network l2c create [flags]
Examples
nectl network l2c create --datalink-uuid 9c4fe0e5-66ba-40d3-bda2-01233d157a56 --vteps 172.16.3.3,172.16.3.4 --vni 10001
Options
--datalink-uuid string UUID of existing Datalink
-o, --egress_policy string Egress QoS policy UUID
-h, --help help for create
--id string L2C network ID (optional)
-i, --ingress_policy string Ingress QoS policy UUID
--mtu uint16 MTU of network (default 1450)
--vni uint32 VNI for VXLAN (required)
--vteps string Node addresses for Datalink (comma-separated)
Options inherited from parent commands
--host string gRPC server host (default "127.0.0.1")
--port uint16 gRPC server port (default 30666)
SEE ALSO
- nectl network l2c - Manage L2C virtual networks