Reference Guide

Options
Option Description Format
--CSV Displays the command output in
a commadelimited format with a
header
Append --CSV to the command
Example
Display the current static routes:
CLI> networking static-routes list
Output
.------------------------.---------------------------.------------.
| Destination Network ID | Destination Prefix Length | Gateway IP |
|------------------------|---------------------------|------------|
| 172.51.00 | 16 |172.41.2.65 |
.------------------------.---------------------------.------------.
networking static-routes view
Display static route settings for a destination subnet.
Format
networking static-routes view <DestinationNetworkID> <DestinationPrefix>
Arguments
Argument Description Format
<DestinationNetworkID> Network ID of the destination
subnet
Existing network ID
<DestinationPrefix> Prefix of the destination subnet Existing network prefix (integer)
Example
Display static route settings for a subnet with ID 172.51.0.0 and prefix 16:
CLI> networking static-routes view 172.51.0.0 16
Output
Destination Network ID = 172.51.0.0
Destination Prefix = 16
Gateway IP = 172.41.2.65
CLI/networking/static-routes>
CLI Commands
217