路由器接口配置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 ![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/d753b32987984ed7b4bd9c2a5fb63ff9.png) ![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/6758a22607f64e0d8fa7740672624f2b.png) ![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/866cf87c20d34cf8a38ce7051bd41688.png) ![](https://i-blog.csdnimg.cn/direct/45f4d5c94ae24e31b2e27eaf93359646.png) ![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/39c3f9463be54f8d8954984f1c2cb1cf.png) ![在这里插入图片描述](https://i-blog.csdnimg.cn/direct/c2b8aba40df44e21aff7925992d619ae.png) 实验成功。

相关推荐
王磊鑫3 分钟前
重返JAVA之路-初识JAVA
java·开发语言
半兽先生25 分钟前
WebRtc 视频流卡顿黑屏解决方案
java·前端·webrtc
liuluyang5301 小时前
C语言C11支持的结构体嵌套的用法
c语言·开发语言·算法·编译·c11
凌叁儿1 小时前
python保留关键字详解
开发语言·python
邪恶的贝利亚1 小时前
FFMEPG常见命令查询
linux·运维·网络·ffmpeg
搜搜秀2 小时前
find指令中使用正则表达式
linux·运维·服务器·正则表达式·bash
南星沐2 小时前
Spring Boot 常用依赖介绍
java·前端·spring boot
意.远2 小时前
PyTorch实现二维卷积与边缘检测:从原理到实战
人工智能·pytorch·python·深度学习·神经网络·计算机视觉
勤劳的进取家2 小时前
贪心算法之最小生成树问题
数据结构·python·算法·贪心算法·排序算法·动态规划
代码不停2 小时前
Java中的异常
java·开发语言