Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
dnsDisplays the named.conf file.
dhcpDisplays the dhcp.conf file.
dhcpv6Displays the dhcpv6.conf file.
dtcDisplays the dtc.conf file at /Infoblox/var/idns_conf/dtc.conf
healthdDisplays 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.

...