Technical References
The export command lets you export data in one of several common
formats.
export leases -server
[ -vpn <vpn-name> ]
[ -time-ascii | -time-numeric ] <file>
Use the export leases -server command to export the
current and expired leases to a file in the DHCP server's log
directory.
export leases -client
[ -vpn <vpn-name> ]
[ -time-ascii | -time-numeric ] <file>
Use the export leases -client command to export the
current leases to the specified file or the standard output.
export zone <zone name> {ccm | dns | both} [<file>]
Use the export zone command to export the resource
records in the specified zone. BIND can parse the format of
the output.
export zonenames {forward | reverse | both} [<file>]
Use the export zonenames command to export the list of zones
that match a given criteria.
export hostfile [<file>]
Use the export hostfile command to export the CCM DNS
information in the cluster in a UNIX hostfile format.
export addresses [file=<CSV text file> | { database=<data source name>
user=<db user name> password=<db user password>
[table=<table name>] } ] [config=<config file>]
[vpn=<vpn-name>]
[dhcp-only] [time-ascii | time-numeric]
Use the export addresses command to export DNS and IP Address
information to a CSV (comma-separated value) text file, or the
standard output, or to an ODBC database.
Output of the export command can include the VPN specification.
The value can be any valid, predefined VPN name, or the reserved
words global and all.
global--indicates all addresses not in any of the defined VPNs.
all--indicates all VPNs, including the global one.
If you omit the VPN, the current one applies, as set by the
session set current-vpn command. If the current VPN is undefined,
the global VPN applies. Network Registrar adds the ID of the VPN at
the end of each output line in the export file.
Use these conventions for export addresses keywords:
Configuration file
If it exists, the default configuration file
is .nrconfig. To use a configuration file other than the default
file, use the config keyword to identify your configuration file.