Displaying subnets
You can display the list of IP addresses that are allocated to each subnet within an IPspace. The output also shows the total number of IP addresses that are available in each subnet, and the number of addresses that are currently being used.
Display the list of subnets and the associated IP address ranges that are used in those subnets: network subnet show
Example
The following command displays the subnets and the subnet properties:
cluster-1::> network subnet show
IPspace: Default
Subnet Broadcast Avail/
Name Subnet Domain Gateway Total Ranges
----- --------------- --------- ------------ -------- -----------------------
sub1 192.0.2.0/24 bcast1 192.0.2.1 5/9 192.0.2.92-192.0.2.100
sub3 198.51.100.0/24 bcast3 198.51.100.1 3/3 198.51.100.7,198.51.100.9
Give documentation feedback