Reference Guide

networking static-routes delete
Description
Delete the static route for a destination subnet.
Format
networking static-routes delete <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
Delete the static route to a subnet with the address 10.1.100.0 and netmask 255.255.255.0:
CLI> networking static-routes delete 10.1.100.0 255.255.255.0
networking static-routes add
Description
Add a static route for a destination subnet.
Format
networking static-routes add <DestinationNetworkID> <DestinationNetMask>
<GatewayIP>
Arguments
Argument Description Format
<DestinationNetworkID> Network ID of the destination
subnet
IP address in the format: 'x.x.x.x'
<DestinationNetMask> Netmask of the destination
subnet
IP address in the format: 'x.x.x.x'
<GatewayIP> Gateway for the destination
subnet
IP address in the format: 'x.x.x.x'
76