Create
nectl network mgmt create
Create a management network
Synopsis
Create a management network
nectl network mgmt create [flags]
Examples
nectl network mgmt create -e <external-id> -x -a 10.100.200.100/24 -g 10.100.200.1 -m 100 -n 77.88.8.8 -v 123
nectl network mgmt create -e <external-id> -x --dhcp -v 123
Options
-a, --address string IP address
--dhcp Enable DHCP
-e, --external string External network ID
-g, --gateway string Default gateway address
-h, --help help for create
--id string ID of the network
--mac string MAC address of the network
-m, --metric uint32 Metric for default route
--mtu uint16 MTU of network (default 1500)
-n, --nameservers string Comma separated list of nameservers
-x, --virtualization enable virtualization (default true)
-v, --vlanid uint32 Vlan ID
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 mgmt - Manage MGMT networks