Reference Guide

Arguments
Argument Description Format
<NetworkID> Network ID of the subnet Existing network ID
< PrefixLength> Prefix length of the subnet Existing prefix length (integer)
Example
Delete a client subnet with the ID 192.168.0.0 and prefix 16:
CLI> networking subnets delete 192.168.0.0 16
networking subnets edit
Modify client network subnet settings.
Format
networking subnets edit <NetworkID> <Prefix length> {options}
Arguments
Argument Description Format
<NetworkID> Current network ID of the subnet Existing network ID
< PrefixLength> Current 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
-NewPrefixLength
<NewPrefixLength>
New prefix length of the subnet Integer
-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
-PublicIPs <PublicIPs> Client VIPs Comma-separated list of VIPs
Example
Edit a client subnet with the ID 192.168.0.0 to change the prefix from 18 to 19:
CLI> networking subnets edit 192.168.0.0 18 -NewPrefix 19
CLI Commands
219