批量添加DHCP保留地址
使用netsh命令导出dhcp服务器已有的地址为文本文件
netsh dhcp server 192.168.2.222 scope 192.168.2.0 dump > c:\
这里的server 192.168.2.222表示dhcp服务器地址,scope表示作用域。
编辑文件添加对应的IP、MAC、保留名,然后再执行netsh -f c:\导入保留地址。
再或者直接使用命令来添加
netsh dhcp server 192.168.2.222 scope 192.168.2.0 add reservedip 192.168.2.223 00215E4F505E SERVER
后面依次是ip地址、mac地址、保留名
netsh dhcp server 192.168.2.222 scope 192.168.2.0 dump > c:\
这里的server 192.168.2.222表示dhcp服务器地址,scope表示作用域。
编辑文件添加对应的IP、MAC、保留名,然后再执行netsh -f c:\导入保留地址。
再或者直接使用命令来添加
netsh dhcp server 192.168.2.222 scope 192.168.2.0 add reservedip 192.168.2.223 00215E4F505E SERVER
后面依次是ip地址、mac地址、保留名
将当前作用域上下文改变到 10.22.230.0 作用域。
Dhcp Server \\10.22.252.191 add scope 10.22.230.0 255.255.255.0 "[10-250]" ""
Dhcp Server \\10.22.252.191 Scope 10.22.230.0 set state 1
setoptionDhcp Server \\10.22.252.191 Scope 10.22.230.0 set delayoffer 0
# ======================================================================
# 开始 Add Iprange 到作用域 10.22.230.0,服务器 10.22.252.191
# ======================================================================
Dhcp Server \\10.22.252.191 Scope 10.22.230.0 Add iprange 10.22.230.5 10.22.230.250
Dhcp Server \\10.22.252.191 scope 10.22.230.0 set napstate 关
# ======================================================================
# 结束 Add Iprange 到作用域 10.22.230.0,服务器 10.22.252.191
# ======================================================================
# ======================================================================
# 开始 Add Excluderange 到作用域 : 10.22.230.0,服务器 : 10.22.252.191
# ======================================================================
# ======================================================================
# 结束 Add Excluderange 到作用域 : 10.22.230.0,服务器 : 10.22.252.191
# ======================================================================
# ======================================================================
# 开始 Add OptionValue 到作用域 : 10.22.230.0,服务器 : 10.22.252.191
# ======================================================================
Dhcp Server \\10.22.252.191 Scope 10.22.230.0 set optionvalue 51 DWORD "691200"
Dhcp Server \\10.22.252.191 Scope 10.22.230.0 set optionvalue 3 IPADDRESS "10.22.230.1"
Dhcp Server \\10.22.252.191 Scope 10.22.230.0 set optionvalue 6 IPADDRESS "10.22.252.191"
# ======================================================================
# 结束 Add OptionValue 到作用域 : 10.22.230.0,服务器 : 10.22.252.191
# ======================================================================
# ======================================================================
# 开始 Add ReservedIp 到作用域 : 10.22.230.0,服务器 : 10.22.252.191
# ======================================================================
Dhcp Server \\10.22.252.191 v4 Scope 10.22.230.0 Set NameProtection enable= 0
Dhcp Server \\10.22.252.191 Scope 10.22.230.0 Set DnsConfig 1 0 1 0
# ======================================================================
# 结束 Add ReservedIp 到作用域 : 10.22.230.0,服务器 : 10.22.252.191
# ======================================================================
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论