Reference Guide

Example
Display information about open files:
CLI> networking open-files list 35625 SMB0
Output
Path = jvol1
Accessed By = Dell\Jonathans
Protocol = SMB
Number Of Locks = 0
Mode = Read ONly
File handle = 35625
networking static-routes add
Add a static route for a destination subnet.
Format
networking static-routes add <DestinationNetworkID> <DestinationPrefix>
<GatewayIP>
Arguments
Argument Description Format
<DestinationNetworkID> Network ID of the destination
subnet
IP address in IPv4 or IPv6 format
<DestinationPrefix> Prefix of the destination subnet Integer (up to 126)
<GatewayIP> Gateway for the destination
subnet
IP address in IPv4 or IPv6 format
Example
Add a static route to a subnet with the address 172.51.0.0 16 172.41.0.50:
CLI> networking/static-routes> add 172.51.0.0 16 172.41.0.50
networking static-routes delete
Delete the static route for a destination subnet.
Format
networking static-routes delete <DestinationNetworkID> <DestinationPrefix>
CLI Commands
215