1.dhcp配置
dhcp enable:開啟dhcp功能
dhcp server forbidden-ip 10.1.130.2 10.1.130.10----排除dhcp的一些地址
dhcp server forbidden-ip 10.1.130.201 10.1.130.254----排除dhcp的一些地址
dhcp server ip-pool 5F-LAN_130
gateway-list 10.1.130.1
network 10.1.130.0 mask 255.255.255.0
static-bind ip-address 10.1.13.100 mac-address 8030-4954-0869----靜態綁定
dns-list 10.1.41.101 223.5.5.5
expired day 3
2.綁定IP時報錯:Error:The IP address's status is error的錯誤
reset ip pool name 5F-LAN_130 10.1.130.100
此命令為釋放IP。