赞
踩
在路由器上添加路由条目
en
conf t
ip route network 192.168.1.0 255.255.255.0 f0/1
默认路由配置
ip route 0.0.0.0 0.0.0.0 f0/1
查看路由条目
en
show ip route
路由器上配置DHCP
en
conf t
ip dhcp pool phoon //定义地址池
network 192.168.1.0 255.255.255.0 //定义客户端网段
default-router 192.168.1.254 //定义客户端网关
dns-server 8.8.8.8 //定义客户端获取的DNS
exit
##定义排除地址
ip dhcp excluded-address 192.168.1.1-192.168.1.10
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。