Reference Guide

Arguments
Argument Description Format
<DestinationNetworkID> Network ID of the destination
subnet
Existing network ID
<DestinationNetMask or
DestinationPrefix>
Prefix of the destination subnet Existing network prefix
Example
Delete the static route to a subnet with the address 10.1.100.0 and prefix 24:
CLI> networking static-routes delete 10.1.100.0 24
networking static-routes edit
Modify the gateway for a destination subnet.
Format
networking static-routes edit <DestinationNetworkID> <DestinationPrefix>
<GatewayIP>
Arguments
Argument Description Format
<DestinationNetworkID> Network ID of the destination
subnet
Existing network ID
<DestinationPrefix> Prefix of the destination subnet Existing network prefix
<GatewayIP> Gateway for the destination
subnet
IP address in IPv6 format
Example
Modify a static route to a subnet with the ID 172.51.0.0 and prefix 16 to use the gateway172.41.0.55:
CLI> networking/static-routes> edit 172.51.0.0 16 172.41.0.55
networking static-routes list
Display a list of the static routes.
Format
networking static-routes list
216
CLI Commands