Technical References

Description
The exit command lets you exit the current nrcmd session. If you have
unsaved changes, they will be flushed to the database before the session
exits.
Examples
Status
See Also
save(nrcmd)
export
export - exports configuration information to a file
Synopsis
export leases -server
[ -vpn <vpn-name> ]
[ -time-ascii | -time-numeric ] <file>
export leases -client
[ -vpn <vpn-name> ]
[ -time-ascii | -time-numeric ] <file>
export zone <zone name> {ccm | dns | both} [<file>]
export zonenames {forward | reverse | both} [<file>]
export hostfile [<file>]
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]
export keys <file>
export key <keyname> <filename>
export option-set <option-set name> <filename>
Description