# net show status all
Subnet Status Overview
 Subnet HPDA3DE52E99 public_IPv4 status: up
 Subnet HPDA3DE52E99 public_IPv6 status: up
------------------------
Node Name: HPDA3DE52E99
 Default Domain Name: mydomain.com mydomain.com
 Default Gateway: 16.26.128.1 fcda:cd45:5ab0:862::0
 Default Subnet: public_IPv4 public_IPv6
 DNS: fcda:cd45:5ab0:123::99 
 Subnet: public_IPv4
  Status: up
  IP Address: 16.26.134.87
  Netmask/Prefix: 255.255.240.0
  Domain Name: mydomain.com
  Gateway: 16.26.128.1
  Mac Address: 00:50:56:9A:79:12
  Interface: eth0
  Bonding mode: Not applicable
  VLAN tag: Not used
  Connection Speed: 1 Gig
  Framesize: 1500
 Subnet: public_IPv6
  Status: up
  IP Address: fcda:cd45:5ab0:862::92
  Netmask/Prefix: 64
  Domain Name: mydomain.com
  Gateway: fcda:cd45:5ab0:862::0
  Mac Address: 00:50:56:9A:79:12
  Interface: eth0
  Bonding mode: Not applicable
  VLAN tag: Not used
  Connection Speed: 1 Gig
  Framesize: 1500
Command Successful
# 
StoreOnce GUI Status page
Figure 39 Example Status page for an IPv4 and an IPv6 static subnet on the same interface
Example 3
This example creates two subnets on different network interfaces. It configures a static IPv6 address
on interface eth0 and a static IPv6 address with VLAN tag on interface eth1.
NOTE: The following StoreOnce CLI commands create a network configuration called v6_vlan.
Once activated this configuration becomes the current network configuration but also continues
to exist as a Custom network configuration.
=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.08.13 15:23:44 =~=~=~=~=~=~=~=~=~=~=~=
net create config v6_vlan dns fcda:cd45:5ab0:862::99 description "Two subnets  on different network interfaces.
 Static IPv6 address on interface eth0 and a static IPv6 address with VLAN tag on interface eth1."
Command Successful
# net create portset v6_vlan Port_Set_1 ports eth0 vlansupport no framesize 1500
Command Successful
Example 3 117