Cisco Cisco Prime IP Express 8.3 Technical References

Page of 277
 
    export - exports configuration information to a file
  Synopsis
 
    export leases [ -client | -server ]
           [ -vpn <vpn-name> ] 
           [ -time-ascii | -time-numeric ] <file>
    export zone <zone name> {-protected| -unprotected | -all} [<file>]
    export zonenames {forward | reverse | both} [<file>]
    export hostfile [<file>]
    export keys <file>
    export key <keyname> <filename>
    export option-set <option-set name> <filename>
  Description
 
    The export command lets you export data in one of several common
    formats.
    
    export leases [ -client | -server ]
           [ -vpn <vpn-name> ] 
           [ -time-ascii | -time-numeric ] <file>
       Use the export leases command to export leases to a file.
       If -client is specified (or -server is not specified), only
       leased leases are exported.
       If -server is specified the export includes expired and leased
       leases. And when connected to a pre-7.2 cluster, the file is 
       created in the DHCP server's log directory and the server
       performs the export to the file.
       
       The optional time-ascii and time-numeric keywords specify how
       to output date/time fields to the text file. The default is
       time-ascii.
       If no vpn is specified, the current-vpn of the session is used.
       When specifying a <vpn-name> to any export command which
       supports it, the name "global" (with or without the quotes)
       will specify the global (i.e., unnamed or default) vpn. The
       name "all" (also with or without the quotes) will specify
       that all vpn (including the global one) should be exported.
    export zone <zone name> {-protected | -unprotected | -all} [<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 keys <file>
    export key <keyname> <filename>
       You can use the export command to export the TSIG keys that
       are configured on a cluster with the export keys command.
       You can also specify to export a single key with the export
       key <keyname> command. These commands will generate key
       definitions in BIND syntax so they may be either imported
       into other clusters or BIND configurations.
    
    export option-set <option-set name> <filename>
       The export option-set command writes out a text file that
       may be loaded into a running server with the option-set
       import command.