路由配置DHCP

 
如:router1的接口地址是:192.168.2.0/24的網段,且其0/1端口的地址爲192.168.2.1。
router1和router2的互連IP分別爲:10.0.10.10/24, 10.0.10.20/24
則在router2上建立DHCP地址池:
命令以下:
ip dhcp pool test
network 192.168.1.0 255.255.255.0 定義地址池的範圍
default-router 192.168.2.254 定義網關地址
 
ip dhcp exclud-address 192.168.2.1 192.168.2.1 排除router1上0/1端口的IP
 
router1上
interface f0/1
ip address 192.168.2.254 255.255.255.0
ip help-address 10.0.10.10 轉發dhcp的廣播包爲單播包並指向router0
相關文章
相關標籤/搜索