備忘録的な

業務用

delete excluderange

netsh dhcp server 192.168.11.14 scope 192.168.11.0 delete excluderange 192.168.11.30 192.168.11.31

 

 

delete excluderange 10.2.1.5 10.2.1.10

Netsh commands for DHCP

 

delete excluderange

Deletes a range of previously excluded IP addresses from the current scope.

Syntax

delete excluderange StartIP EndIP

Parameters

StartIP   : Required. Specifies the IP address that starts the exclusion range.

EndIP   : Required. Specifies the IP address that ends the exclusion range.

Examples

In the following example, this command deletes the exclusion range that starts with an IP address of 10.2.1.5 and ends with an IP address of 10.2.1.10 from the current scope.

delete excluderange 10.2.1.5 10.2.1.10

 

excluderangeを削除

現在のスコープから、以前に除外したIPアドレスの範囲を削除します。

構文

excluderange削除 StartIP  EndIPを

パラメータ

StartIP   必須。除外範囲の開始IPアドレスを指定します。

EndIP   必須。除外範囲の終了IPアドレスを指定します。

次の例では、このコマンドは、10.2.1.5のIPアドレスで始まり、現在のスコープから10.2.1.10のIPアドレスで終了する除外範囲を削除します。

excluderange 10.2.1.5 10.2.1.10を削除

iprangeを削除

現在のスコープからIPアドレスの範囲を削除します。

 

DHCP のための Netsh コマンド