DNS
nv show service dns
Shows DNS information.
Version History
Introduced in Cumulus Linux 5.0.0
Example
cumulus@switch:~$ nv show service dns
nv show service dns <vrf-id>
Shows DNS configuration settings for the specified VRF.
Command Syntax
Syntax | Description |
---|---|
<vrf-id> |
The VRF name. |
Version History
Introduced in Cumulus Linux 5.0.0
Example
cumulus@switch:~$ nv show service dns default
operational applied
-------- ----------- ----------
[search] nvidia.com
[server] 192.0.2.44
nv show service dns <vrf-id> server
Shows the remote DNS servers.
Command Syntax
Syntax | Description |
---|---|
<vrf-id> |
The VRF name. |
Version History
Introduced in Cumulus Linux 5.0.0
Example
cumulus@switch:~$ nv show service dns default server
nv show service dns <vrf-id> server <dns-server-id>
Shows information about the specified remote DNS server.
Command Syntax
Syntax | Description |
---|---|
<vrf-id> |
The VRF name. |
<dns-server-id> |
The IPv4 or IPv6 address of a DNS server. |
Version History
Introduced in Cumulus Linux 5.0.0
Example
cumulus@switch:~$ nv show service dns default server 192.0.2.44