консоль настройки DHCP ошибки и исправление - добавление области и её активация

Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\Administrator>netsh dhcp server \\srv11
list                          - Lists all the commands available.
dump                          - Dumps configuration to a text file.
help                          - Displays help.
?                             - Displays help.
add                           - Adds a configuration entry to a table.
delete                        - Deletes a configuration entry from a table.
export                        - Exports the configuration to a file.
import                        - Imports the configuration from a file.
initiate                      - Initiates an operation.
set                           - Sets configuration information.
show                          - Displays information.
scope <scope-ip-address>      - To switch to the scope identified by
                                the IP address.
mscope <mscope-name>          - To switch to the mscope identified by
                                the MScope name.


C:\Documents and Settings\Administrator>netsh dhcp server \\srv11 add scope 10.1
0.0.0 255.255.255.0

To create and add a new scope to the DHCP server.

Syntax:

          add scope <ScopeAddress> <SubnetMask> <ScopeName> [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.

DHCP Server Add Scope failed.

Parameter(s) passed are either incomplete or invalid.

C:\Documents and Settings\Administrator>netsh dhcp server \\srv11 add scope 10.1
0.0.0 255.255.255.0 scope1
The scope parameters are incorrect.  Either the scope already
exists or its subnet address and mask is inconsistent with the
subnet address and mask of an existing scope.

C:\Documents and Settings\Administrator>netsh dhcp server \\srv11 add scope 10.1
0.0.0 255.255.255.0 scope1
The scope parameters are incorrect.  Either the scope already
exists or its subnet address and mask is inconsistent with the
subnet address and mask of an existing scope.

C:\Documents and Settings\Administrator>netsh dhcp server \\srv11 add scope 10.1
0.1.0 255.255.255.0 scope2

Command completed successfully.

C:\Documents and Settings\Administrator>netsh dhcp server
list                          - Lists all the commands available.
dump                          - Dumps configuration to a text file.
help                          - Displays help.
?                             - Displays help.
add                           - Adds a configuration entry to a table.
delete                        - Deletes a configuration entry from a table.
export                        - Exports the configuration to a file.
import                        - Imports the configuration from a file.
initiate                      - Initiates an operation.
set                           - Sets configuration information.
show                          - Displays information.
scope <scope-ip-address>      - To switch to the scope identified by
                                the IP address.
mscope <mscope-name>          - To switch to the mscope identified by
                                the MScope name.


C:\Documents and Settings\Administrator>netsh dhcp server
list                          - Lists all the commands available.
dump                          - Dumps configuration to a text file.
help                          - Displays help.
?                             - Displays help.
add                           - Adds a configuration entry to a table.
delete                        - Deletes a configuration entry from a table.
export                        - Exports the configuration to a file.
import                        - Imports the configuration from a file.
initiate                      - Initiates an operation.
set                           - Sets configuration information.
show                          - Displays information.
scope <scope-ip-address>      - To switch to the scope identified by
                                the IP address.
mscope <mscope-name>          - To switch to the mscope identified by
                                the MScope name.


C:\Documents and Settings\Administrator>netsh dhcp scope 10.10.0.0 add iprange 1
0.10.0.10 10.10.0.20
The following command was not found: dhcp scope 10.10.0.0 add iprange 10.10.0.10
 10.10.0.20.

C:\Documents and Settings\Administrator>netsh dhcp server 10.10.0.12 scope 10.10
.0.0 add iprange 10.10.0.10 10.10.0.20

Changed the current scope context to 10.10.0.0 scope.

Command completed successfully.

C:\Documents and Settings\Administrator>netsh dhcp server 10.10.0.12 scope 10.10
.1.0 add iprange 10.10.0.40 10.10.0.50

Changed the current scope context to 10.10.1.0 scope.

DHCP Server Scope Add IP Range failed.

Parameter(s) passed are either incomplete or invalid.

C:\Documents and Settings\Administrator>netsh dhcp server 10.10.0.12 scope 10.10
.1.0 add iprange 10.10.1.40 10.10.1.50

Changed the current scope context to 10.10.1.0 scope.

Command completed successfully.

C:\Documents and Settings\Administrator>netsh dhcp server 10.10.0.12 scope 10.10
.1.0 set state 1

Changed the current scope context to 10.10.1.0 scope.

Command completed successfully.

C:\Documents and Settings\Administrator>netsh dhcp server 10.10.0.12 scope 10.10
.0.0 set state 1

Changed the current scope context to 10.10.0.0 scope.

Command completed successfully.

C:\Documents and Settings\Administrator>