Reference Guide

Example
View the current default gateway:
CLI> networking default-gateway view
Output
Gateway IP = 172.22.69.1
networking DNS edit
Modify DNS settings.
Format
networking DNS edit {options}
Options
Option Description Format
-DNSServers <DNSServers> Comma-separated list of DNS
servers
IP addresses in IPv6 or IPv4
format
-DNSSuffixes <DNSSuffixes> Comma-separated list of DNS
suffixes
A DNS suffix must be a fully
qualified domain name (FQDN).
Example
Change the DNS server to 172.20.65.20 and the suffix to nas.test:
CLI> networking DNS edit -DNSServers 172.20.65.20 -DNSSuffixes nas.test
networking DNS view
Display DNS settings.
Format
networking DNS view
Example
Display the current DNS settings:
CLI> networking DNS view
Output
DnsServers = 10.48.28.33,10.48.28.34
DNSSuffixes = dell.com
CLI Commands
193