Reference Guide

networking subnets view
Description
Display client network subnet settings.
Format
networking subnets view <NetworkID> <Netmask>
Arguments
Argument Description Format
<NetworkID> Network ID of the subnet Existing network ID
<Netmask> Netmask of the subnet Existing netmask
Example
Display the settings for a client network with the ID 172.22.69.0 and the netmask 255.255.255.0:
CLI> networking subnets view 172.22.69.0 255.255.255.0
Output
Network Id = 172.22.69.0
Netmask = 255.255.255.0
VLAN Tag = 0
PrivateIPs = 172.22.69.42,172.22.69.43
PublicIPs = 172.22.69.40,172.22.69.41
networking subnets list
Description
Display a list of the client network subnets.
Format
networking subnets list
Options
Option Description Format
--CSV Displays the command output in
a commadelimited format with a
header
Append --CSV to the command
71