侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

华为DHCP global

2022-12-14 星期三 / 0 评论 / 0 点赞 / 74 阅读 / 1218 字

R1关键配置如下:dhcp enableip pool 1gateway-list 10.10.100.1network 10.10.100.0 mask 255.255.255.0dns-list

.



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


结果验证:

.

广告 广告

评论区