Reference Guide

Example
Add a default gateway with the IP address 172.22.69.1:
CLI> networking default-gateway add 172.22.69.1
networking default-gateway delete
Delete the default gateway.
Format
networking default-gateway delete
Example
Delete the current default gateway:
CLI> networking default-gateway delete
networking default-gateway edit
Modify the default gateway.
Format
networking default-gateway edit <GatewayIP>
Arguments
Argument Description Format
<GatewayIP> Default gateway IP address IP address in IPv6 or IPv4 format
Example
Change the default gateway to IP address 172.22.69.2:
CLI> networking default-gateway edit 172.22.69.2
networking default-gateway view
Display default gateway settings.
Format
networking default-gateway view
192
CLI Commands