To import service configuration from a file. Syntax: import Parameters: FileName - File where the configuration is stored. ...

To import service configuration from a file. 
 
Syntax:    
 
        import    
 
Parameters: 

        FileName       - File where the configuration is stored. 

        ScopeList      - List of subnet IP addresses (separated by spaces) 
                         of all the scopes that need to be imported. 
 
        filter         - If only filter records need to be imported, the 
                         string "filter" can be specified. 
        all            - Use this parameter, if all scopes and filter 
                         records are to be imported. 
 
Notes:         This command works only on the local server. 
               The command takes a long time to execute if the  
               service has a large number of scopes or large number of 
               clients, etc. The DHCP server service is stopped and will 
               not respond to clients, while the command is running. 
 
Example:       import c:	emp\dhcpdb all 
 
               This command imports  the full configuration from 
               the file c:	emp\dhcpdb.   
 
               import c:	emp\dhcpdb 10.0.0.0 20.0.0.0 
 
               This command imports the configuration pertaining to 
               scopes 10.0.0.0 and 20.0.0.0 from the file c:	emp\dhcpdb. 
 
               import c:	emp\dhcpdb filter 
 
               This command imports the configuration pertaining to only 
               filters from file c:	emp\dhcpdb.