Page 501 / 998 Scroll up to view Page 496 - 500
DHCP Server command reference
Dynamic Host Configuration Protocol
5-41
iMG/RG Software Reference Manual (System Administration)
Example
--> dhcpserver subnet sub1 list options
Options for subnet: sub1
ID
|
Identifier
|
Value
-----|------------------|------------------
1 | ip-forwarding
| false
2 | subnet-mask
| 255.255.255.0
-------------------------------------------
See also
DHCPSERVER ADD
DHCPSERVER LIST SUBNETS
5.1.5.1.59 DHCPSERVER SUBNET LIST POOLS
Syntax
DHCPSERVER SUBNET <name> LIST POOLS
Description
This command lists the pools for an existing subnet that has been added using the dhcps-
erver subnet add pool command.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> dhcpserver subnet sub1 list pools
5.1.5.1.60 DHCPSERVER SUBNET POOL ADD ALLOWCLASS
Syntax
DHCPSERVER SUBNET <name> POOL <poolname> ADD ALLOWCLASS
<CLASSNAME>
Option
Description
Default Value
name
An existing subnet. To display subnet names, use the
DHCPSERVER LIST SUBNETS
command.
N/A
number
An existing subnet. To display subnet numbers, use the
DHCPSERVER LIST SUBNETS
command.
N/A
Option
Description
Default Value
name
An existing subnet. To display subnet names, use
the
DHCPSERVER LIST SUBNETS
com-
mand.
N/A
Page 502 / 998
Dynamic Host Configuration Protocol
DHCP Server command reference
iMG/RG Software Reference Manual (System Administration)
5-42
Description
This command adds a class to be allowed by the pool.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> dhcpserver subnet sub1 pool mypool add allowclass myclass
5.1.5.1.61 DHCPSERVER SUBNET POOL ADD DENYCLASS
Syntax
DHCPSERVER SUBNET <name> POOL <poolname> ADD DENYCLASS
<CLASSNAME>
Description
This command adds a class to be denied by the Pool.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> dhcpserver subnet sub1 pool mypool add denyclass myclass
Option
Description
Default Value
name
An existing subnet. To display subnet names, use
the
DHCPSERVER LIST SUBNETS
com-
mand.
N/A
poolname
Name/Id of the
pool
N/A
classname
Name of the class to be allowed by the pool
N/A
Option
Description
Default Value
name
An existing subnet. To display subnet names, use
the
DHCPSERVER LIST SUBNETS
com-
mand.
N/A
poolname
Name/Id of the
pool
N/A
classname
Name of the class to be denied by the pool
N/A
Page 503 / 998
DHCP Server command reference
Dynamic Host Configuration Protocol
5-43
iMG/RG Software Reference Manual (System Administration)
5.1.5.1.62 DHCPSERVER SUBNET POOL ADD OPTION
Syntax
DHCPSERVER SUBNET <name> POOL <poolname> ADD OPTION <identi-
fier> <value>
Description
This command add an option to the specified pool.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> dhcpserver subnet sub1 pool mypool add option auto-configure 1
5.1.5.1.63 DHCPSERVER SUBNET POOL ADD POOLRANGE
Syntax
DHCPSERVER SUBNET <name> POOL <poolname> ADD POOLRANGE
<startaddr> <endaddr>
Description
This command allows you to configure the DHCP server adding a poolrange to the spec-
ified pool
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Option
Description
Default Value
name
An existing subnet. To display subnet names, use
the
DHCPSERVER LIST SUBNETS
com-
mand.
N/A
poolname
Name/Id of the
pool
N/A
identifier
The identifier of the option available from com-
mand dhcpserver list options
identifier
value
The value of the option
value
Option
Description
Default Value
name
the name of the subnet
N/A
poolname
Name
of the
pool to be added
N/A
startaddr
Starting IP address for the poolrange IP range
N/A
endaddr
Ending IP address for the poolrange IP range
N/A
Page 504 / 998
Dynamic Host Configuration Protocol
DHCP Server command reference
iMG/RG Software Reference Manual (System Administration)
5-44
Example
--> dhcpserver subnet sub1 add pool mypool poolrange 10.17.90.1 10.17.90.128
5.1.5.1.64 DHCPSERVER SUBNET POOL CLEAR ALLOWCLASS
Syntax
DHCPSERVER SUBNET <name> POOL <poolname> CLEAR ALLOWCLASS
Description
This command clear all the allowed class fro a pool.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> dhcpserver subnet sub1 pool mypool clear
allowclass
5.1.5.1.65 DHCPSERVER SUBNET POOL CLEAR DENYCLASS
Syntax
DHCPSERVER SUBNET <name> POOL <poolname> CLEAR DENYCLASS
<CLASSNAME>
Description
This command clear all the class denied by the Pool.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> dhcpserver subnet sub1 pool mypool clear denyclass
5.1.5.1.66 DHCPSERVER SUBNET POOL CLEAR OPTIONS
Syntax
DHCPSERVER SUBNET <name> POOL <poolname> CLEAR OPTIONS
Description
This command deletes all options from a specified pool.
Option
Description
Default Value
name
An existing subnet. To display subnet names, use the
DHCPSERVER LIST SUBNETS
command.
N/A
poolname
Name/Id of the
pool
N/A
Option
Description
Default Value
name
An existing subnet. To display subnet names, use the
DHCPSERVER LIST SUBNETS
command.
N/A
poolname
Name/Id of the
pool
N/A
Page 505 / 998
DHCP Server command reference
Dynamic Host Configuration Protocol
5-45
iMG/RG Software Reference Manual (System Administration)
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> dhcpserver subnet sub1 pool mypool clear options
5.1.5.1.67 DHCPSERVER SUBNET POOL CLEAR POOLRANGE
Syntax
DHCPSERVER SUBNET <name> POOL <poolname> CLEAR POOLRANGE
Description
This command clear all the poolranges on the poolname
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Example
--> dhcpserver subnet sub1 pool mypool clear poolrange
5.1.5.1.68 DHCPSERVER SUBNET POOL DELETE ALLOWCLASS
Syntax
DHCPSERVER SUBNET <name> POOL <poolname> DELETE ALLOWCLASS
<CLASSNAME>
Description
This command delete a class allowed by the pool.
Options
The following table gives the range of values for each option that can be specified with
this command and a default value (if applicable).
Option
Description
Default Value
name
An existing subnet. To display subnet names, use the
DHCPSERVER LIST SUBNETS
command.
N/A
poolname
Name/Id of the
pool
N/A
Option
Description
Default Value
name
the name of the subnet
N/A
poolname
Name
of the
pool to be added
N/A

Rate

4 / 5 based on 3 votes.

Popular Allied-Telesis Models

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top