To create and add a new scope to the DHCP server. Syntax: add scope ScopeComment Parameters: ScopeAddress - The IP network ...

To create and add a new scope to the DHCP server. 
 
Syntax: 
 
          add scope    [ScopeComment] 
 
Parameters: 
 
        ScopeAddress   - The IP network number of the scope to be 
                         created.  
 
        SubnetMask     - The subnet mask for the scope. 
 
        ScopeName      - An identifying name for the scope. 
 
        ScopeComment   - A comment associated with the scope (optional). 
 
Notes:         Parameters in angled brackets are required. 
 
Example:       add scope 10.2.2.0 255.255.255.0 MyScope MyComment 
 
               This command adds a new scope for the specified DHCP 
               server with scope address 10.2.2.0, subnet mask 
               255.255.255.0, a scope name of MyScope and a scope 
               comment of MyComment.