在华为5700上开启DHCP服务
1、dhcp enable 开启DHCP服务
2、ip pool office 建立地址池
3、network 192.168.0.0 mask 24 增加网络
4、gateway-list 192.168.0.50
6、dns-list 8.8.8.8 114.114.114.114
7、excluded-ip-address 192.168.0.1 192.168.0.49
8、lease day 8 hour 0 minute 0
ip pool office
gateway-list 192.168.0.50
network 192.168.0.0 mask 255.255.255.0
excluded-ip-address 192.168.0.1 192.168.0.49
excluded-ip-address 192.168.0.100 192.168.0.200
lease day 8 hour 0 minute 0
dns-list 8.8.8.8 114.114.114.114
#
本文出自 “lihongweibj” 博客,请务必保留此出处http://lihongweibj.blog.51cto.com/6235038/1618331
原文地址:http://lihongweibj.blog.51cto.com/6235038/1618331