rndc.html revision d3ddafd7469d1f3430ccd1b0fe0d13ccbbaf5deb
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - Copyright (C) 2004, 2005, 2007, 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - Copyright (C) 2000, 2001 Internet Software Consortium.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - Permission to use, copy, modify, and/or distribute this software for any
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - purpose with or without fee is hereby granted, provided that the above
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - copyright notice and this permission notice appear in all copies.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin - PERFORMANCE OF THIS SOFTWARE.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<!-- $Id$ -->
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<meta name="generator" content="DocBook XSL Stylesheets V1.71.1">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" lang="en">
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<p><span class="application">rndc</span> — name server control utility</p>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<div class="cmdsynopsis"><p><code class="command">rndc</code> [<code class="option">-b <em class="replaceable"><code>source-address</code></em></code>] [<code class="option">-c <em class="replaceable"><code>config-file</code></em></code>] [<code class="option">-k <em class="replaceable"><code>key-file</code></em></code>] [<code class="option">-s <em class="replaceable"><code>server</code></em></code>] [<code class="option">-p <em class="replaceable"><code>port</code></em></code>] [<code class="option">-a</code>] [<code class="option">-V</code>] [<code class="option">-y <em class="replaceable"><code>key_id</code></em></code>] {command}</p></div>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin controls the operation of a name
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin server. It supersedes the <span><strong class="command">ndc</strong></span> utility
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin that was provided in old BIND releases. If
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <span><strong class="command">rndc</strong></span> is invoked with no command line
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin options or arguments, it prints a short summary of the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin supported commands and the available options and their
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin arguments.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin communicates with the name server over a TCP connection, sending
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin commands authenticated with digital signatures. In the current
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin versions of
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <span><strong class="command">rndc</strong></span> and <span><strong class="command">named</strong></span>,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the only supported authentication algorithms are HMAC-MD5
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin (for compatibility), HMAC-SHA1, HMAC-SHA224, HMAC-SHA256
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin (default), HMAC-SHA384 and HMAC-SHA512.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin They use a shared secret on each end of the connection.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin This provides TSIG-style authentication for the command
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin request and the name server's response. All commands sent
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin over the channel must be signed by a key_id known to the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin reads a configuration file to
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin determine how to contact the name server and decide what
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin algorithm and key it should use.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term">-b <em class="replaceable"><code>source-address</code></em></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Use <em class="replaceable"><code>source-address</code></em>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin as the source address for the connection to the server.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Multiple instances are permitted to allow setting of both
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the IPv4 and IPv6 source addresses.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term">-c <em class="replaceable"><code>config-file</code></em></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Use <em class="replaceable"><code>config-file</code></em>
34f9b3eef6fdadbda0a846aa4d68691ac40eace5Roland Mainz as the configuration file instead of the default,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term">-k <em class="replaceable"><code>key-file</code></em></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin as the key file instead of the default,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <code class="filename">/etc/rndc.key</code>. The key in
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <code class="filename">/etc/rndc.key</code> will be used to
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin authenticate
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin commands sent to the server if the <em class="replaceable"><code>config-file</code></em>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin does not exist.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term">-s <em class="replaceable"><code>server</code></em></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dd><p><em class="replaceable"><code>server</code></em> is
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the name or address of the server which matches a
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin server statement in the configuration file for
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <span><strong class="command">rndc</strong></span>. If no server is supplied on the
34f9b3eef6fdadbda0a846aa4d68691ac40eace5Roland Mainz command line, the host named by the default-server clause
34f9b3eef6fdadbda0a846aa4d68691ac40eace5Roland Mainz in the options statement of the <span><strong class="command">rndc</strong></span>
34f9b3eef6fdadbda0a846aa4d68691ac40eace5Roland Mainz configuration file will be used.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term">-p <em class="replaceable"><code>port</code></em></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Send commands to TCP port
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin of BIND 9's default control channel port, 953.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Quiet mode: Message text returned by the server
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin will not be printed except when there is an error.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Enable verbose logging.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term">-y <em class="replaceable"><code>key_id</code></em></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Use the key <em class="replaceable"><code>key_id</code></em>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin from the configuration file.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin known by named with the same algorithm and secret string
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin in order for control message validation to succeed.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin is specified, <span><strong class="command">rndc</strong></span> will first look
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin for a key clause in the server statement of the server
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin being used, or if no server statement is present for that
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin host, then the default-key clause of the options statement.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Note that the configuration file contains shared secrets
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin which are used to send authenticated control commands
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin to name servers. It should therefore not have general read
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin or write access.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin A list of commands supported by <span><strong class="command">rndc</strong></span> can
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin be seen by running <span><strong class="command">rndc</strong></span> without arguments.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Currently supported commands are:
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term"><strong class="userinput"><code>reload</code></strong></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Reload configuration file and zones.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term"><strong class="userinput"><code>reload <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Reload the given zone.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term"><strong class="userinput"><code>refresh <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Schedule zone maintenance for the given zone.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term"><strong class="userinput"><code>retransfer <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Retransfer the given slave zone from the master server.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin If the zone is configured to use
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <span><strong class="command">inline-signing</strong></span>, the signed
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin version of the zone is discarded; after the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin retransfer of the unsigned version is complete, the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin signed version will be regenerated with all new
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin signatures.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term"><strong class="userinput"><code>sign <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Fetch all DNSSEC keys for the given zone
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin from the key directory (see the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <span><strong class="command">key-directory</strong></span> option in
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the BIND 9 Administrator Reference Manual). If they are within
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin their publication period, merge them into the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin zone's DNSKEY RRset. If the DNSKEY RRset
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin is changed, then the zone is automatically
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin re-signed with the new key set.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin This command requires that the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <span><strong class="command">auto-dnssec</strong></span> zone option be set
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin and also requires the zone to be configured to
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin allow dynamic DNS.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin (See "Dynamic Update Policies" in the Administrator
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Reference Manual for more details.)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term"><strong class="userinput"><code>loadkeys <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Fetch all DNSSEC keys for the given zone
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin from the key directory. If they are within
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin their publication period, merge them into the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin zone's DNSKEY RRset. Unlike <span><strong class="command">rndc
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin immediately re-signed by the new keys, but is
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin allowed to incrementally re-sign over time.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin This command requires that the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <span><strong class="command">auto-dnssec</strong></span> zone option
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin and also requires the zone to be configured to
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin allow dynamic DNS.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin (See "Dynamic Update Policies" in the Administrator
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Reference Manual for more details.)
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term"><strong class="userinput"><code>freeze [<span class="optional"><em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</span>]</code></strong></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Suspend updates to a dynamic zone. If no zone is
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin specified, then all zones are suspended. This allows
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin manual edits to be made to a zone normally updated by
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin dynamic update. It also causes changes in the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin journal file to be synced into the master file.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin All dynamic update attempts will be refused while
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the zone is frozen.
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term"><strong class="userinput"><code>thaw [<span class="optional"><em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</span>]</code></strong></span></dt>
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin Enable updates to a frozen dynamic zone. If no
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin zone is specified, then all frozen zones are
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin enabled. This causes the server to reload the zone
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin from disk, and re-enables dynamic updates after the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin load has completed. After a zone is thawed,
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin dynamic updates will no longer be refused. If
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin the zone has changed and the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin <span><strong class="command">ixfr-from-differences</strong></span> option is
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin in use, then the journal file will be updated to
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin reflect changes in the zone. Otherwise, if the
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin zone has changed, any existing journal file will be
da2e3ebdc1edfbc5028edf1354e7dd2fa69a7968chin<dt><span class="term"><strong class="userinput"><code>scan</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>sync [<span class="optional">-clean</span>] [<span class="optional"><em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>notify <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>zonestatus [<span class="optional"><em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>]</span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>querylog</code></strong> [<span class="optional">on|off</span>] </span></dt>
<dt><span class="term"><strong class="userinput"><code>dumpdb [<span class="optional">-all|-cache|-zone</span>] [<span class="optional"><em class="replaceable"><code>view ...</code></em></span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>secroots [<span class="optional"><em class="replaceable"><code>view ...</code></em></span>]</code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>stop [<span class="optional">-p</span>]</code></strong></span></dt>
If <code class="option">-p</code> is specified <span><strong class="command">named</strong></span>'s process id is returned.
This allows an external process to determine when <span><strong class="command">named</strong></span>
<dt><span class="term"><strong class="userinput"><code>halt [<span class="optional">-p</span>]</code></strong></span></dt>
If <code class="option">-p</code> is specified <span><strong class="command">named</strong></span>'s process id is returned.
This allows an external process to determine when <span><strong class="command">named</strong></span>
<dt><span class="term"><strong class="userinput"><code>trace <em class="replaceable"><code>level</code></em></code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>flushname</code></strong> <em class="replaceable"><code>name</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>] </span></dt>
<dt><span class="term"><strong class="userinput"><code>flushtree</code></strong> [<span class="optional">-all</span>] <em class="replaceable"><code>name</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>] </span></dt>
Note that the number of zones includes the internal <span><strong class="command">bind/CH</strong></span> zone
<dt><span class="term"><strong class="userinput"><code>validation ( on | off | check ) [<span class="optional"><em class="replaceable"><code>view ...</code></em></span>] </code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>tsig-delete</code></strong> <em class="replaceable"><code>keyname</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span></dt>
<dt><span class="term"><strong class="userinput"><code>addzone <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>] <em class="replaceable"><code>configuration</code></em> </code></strong></span></dt>
<code class="prompt">$ </code><strong class="userinput"><code>rndc addzone example.com '{ type master; file "example.com.db"; };'</code></strong>
<dt><span class="term"><strong class="userinput"><code>delzone [<span class="optional">-clean</span>] <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>] </code></strong></span></dt>
<dt><span class="term"><strong class="userinput"><code>signing [<span class="optional">( -list | -clear <em class="replaceable"><code>keyid/algorithm</code></em> | -clear <code class="literal">all</code> | -nsec3param ( <em class="replaceable"><code>parameters</code></em> | <code class="literal">none</code> ) ) </span>] <em class="replaceable"><code>zone</code></em> [<span class="optional"><em class="replaceable"><code>class</code></em> [<span class="optional"><em class="replaceable"><code>view</code></em></span>]</span>] </code></strong></span></dt>
<span><strong class="command">rndc signing -nsec3param 1 0 10 FFFF <em class="replaceable"><code>zone</code></em></strong></span>.