The show config
command displays the DNS, DHCP, DHCPv6, or DTC configuration files, named.conf, dhcp.conf, dhcpv6.conf, dtc.conf, and healthd.conf.
...
show config
displays the contents of named.conf, dhcp.conf, dhcpv6.conf, dtc.conf, and healthd.conf files. You can page through the output 10 lines at a time.
Argument | Description |
---|---|
dns | Displays the named.conf file. |
dhcp | Displays the dhcp.conf file. |
dhcpv6 | Displays the dhcpv6.conf file. |
dtc | Displays the dtc.conf file at /Infoblox/var/idns_conf/dtc.conf |
healthd | Displays the healthd.conf file at /Infoblox/var/idns_conf/healthd.conf |
Example
Infoblox > show config dns
include "/infoblox/var/named_conf";
options { zone-statistics yes;
directory "/infoblox/var/named_conf"; version "";
recursion no;
listen-on {127.0.0.1; 10.0.0.0;}
query-source address 10.0.0.0;
Enter <return> to continue with More lines or enter q<return> to go back to the command line.
...