Reference Guide

Example
Add a client subnet with the client VIPs 192.168.0.14 and 192.168.0.15 and NAS controller IP addresses
192.168.0.16 and 192.168.0.17:
CLI> networking subnets add 255.255.128.0 -PublicIPs 192.168.0.14,192.168.0.15 -
PrivateIPs 192.168.0.16,192.168.0.17
networking static-routes view
Description
Display static route settings for a destination subnet.
Format
networking static-routes view <DestinationNetworkID> <DestinationNetMask>
Arguments
Argument Description Format
<DestinationNetworkID> Network ID of the destination
subnet
Existing network ID
<DestinationNetMask> Netmask of the destination
subnet
Existing network netmask
Example
Display static route settings for a subnet with ID 10.1.100.0 and netmask 255.255.255.0:
CLI> networking static-routes view 10.1.100.0 255.255.255.0
Output
Destination Network ID = 10.1.100.0
Destination Netmask = 255.255.255.0
Gateway IP = 172.22.69.7
networking static-routes list
Description
Display a list of the static routes.
Format
networking static-routes list
74