Reference Guide

networking subnets add
Add a subnet on the client network.
Format
networking subnets add <prefix length> [options]
Arguments
Argument Description Format
< Prefix length> Prefix length of the subnet Routing prefix size in CIDR
notation, equivalent to the
number of leading 1 bits in the
routing subnet mask
Options
Option Description Format
-VLANTag <VLANTag> VLAN ID of the subnet Whole positive number (1 to
4094)
-PrivateIPs <PrivateIPs> NAS controller IP addresses Comma-separated list of private
IP addresses in IPv6 or IPv4
format according to the number
of controllers
-PublicIPs <PublicIPs> Client VIPs Comma-separated list of VIPs;
must specify at least one
Example
Add a client subnet with prefix length 16 and the client VIPs 192.168.0.14 and 192.168.0.15 with NAS
controller IP addresses 192.168.0.16 and 192.168.0.17:
CLI> networking subnets add 16 255.255.128.0 -PublicIPs
192.168.0.14,192.168.0.15 -PrivateIPs 192.168.0.16,192.168.0.17
networking subnets delete
Delete a subnet from the client network.
Format
networking subnets delete <NetworkID> <Prefix length>
218
CLI Commands