路由器接口配置DHCP实验简述

一、路由器配置

[Huawei]undo info-center enable

Info: Information center is disabled.

[DHCP-SERVER]sysname DHCP-Server

[DHCP-Server]dis this

sysname DHCP-Server

undo info-center enable

return

[DHCP-Server]dhcp enable

Info: The operation may take a few seconds. Please wait for a moment.done.

[DHCP-Server]dis this

sysname DHCP-Server

undo info-center enable

dhcp enable

return

[DHCP-Server]int g0/0/0

[DHCP-Server-GigabitEthernet0/0/0]ip add 172.16.0.2 24

[DHCP-Server-GigabitEthernet0/0/0]dhcp select interface

[DHCP-Server-GigabitEthernet0/0/0]dhcp server dns-list 221.141.85.68

[DHCP-Server-GigabitEthernet0/0/0]dhcp server dns-list 8.8.8.8

[DHCP-Server-GigabitEthernet0/0/0]quit

[DHCP-Server]quit

save

The current configuration will be written to the device.

Are you sure to continue?[Y/N]y

Info: Please input the file name ( *.cfg, *.zip ) [vrpcfg.zip]:

Now saving the current configuration to the slot 17.

Save the configuration successfully.

二、PC1和PC2自动获取IP 地址、网关和DNS




实验成功。

相关推荐
蜜獾云8 分钟前
docker 安装雷池WAF防火墙 守护Web服务器
linux·运维·服务器·网络·网络安全·docker·容器
小屁不止是运维9 分钟前
麒麟操作系统服务架构保姆级教程(五)NGINX中间件详解
linux·运维·服务器·nginx·中间件·架构
qq_5290252912 分钟前
Torch.gather
python·深度学习·机器学习
数据小爬虫@12 分钟前
如何高效利用Python爬虫按关键字搜索苏宁商品
开发语言·爬虫·python
Hacker_Oldv14 分钟前
WPS 认证机制
运维·服务器·wps
bitcsljl22 分钟前
Linux 命令行快捷键
linux·运维·服务器
XiaoLeisj25 分钟前
【递归,搜索与回溯算法 & 综合练习】深入理解暴搜决策树:递归,搜索与回溯算法综合小专题(二)
数据结构·算法·leetcode·决策树·深度优先·剪枝
禁默38 分钟前
深入浅出:AWT的基本组件及其应用
java·开发语言·界面编程
Cachel wood44 分钟前
python round四舍五入和decimal库精确四舍五入
java·linux·前端·数据库·vue.js·python·前端框架