码迷,mamicode.com
首页 > 其他好文 > 详细

华为DHCP global

时间:2017-04-18 11:42:24      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:华为交换机   dhcp   华为路由器   

技术分享



R1关键配置如下:

dhcp enable


ip pool 1

 gateway-list 10.10.100.1 

 network 10.10.100.0 mask 255.255.255.0 

 dns-list 10.10.10.10 

#

ip pool 2

 gateway-list 10.10.200.1 

 network 10.10.200.0 mask 255.255.255.0 

 dns-list 10.10.10.10 

#

ip pool 3

 gateway-list 10.10.210.1 

 network 10.10.210.0 mask 255.255.255.0 

 dns-list 10.10.10.10 

#


interface GigabitEthernet0/0/0

 ip address 10.10.100.1 255.255.255.0 

 dhcp select global

#

interface GigabitEthernet0/0/1

 ip address 10.10.200.1 255.255.255.0 

 dhcp select global

#

interface GigabitEthernet0/0/2

 ip address 10.10.210.1 255.255.255.0 

 dhcp select global


结果验证:

技术分享

本文出自 “互联互通” 博客,请务必保留此出处http://jschinamobile.blog.51cto.com/11464420/1916920

华为DHCP global

标签:华为交换机   dhcp   华为路由器   

原文地址:http://jschinamobile.blog.51cto.com/11464420/1916920

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!