当前位置:网站首页>所有设备,全网可达
所有设备,全网可达
2022-07-21 05:18:00 【熠風】
条件:三台路由器,三台终端,共六台设备,导线若干。
目的:全网可达。拓扑结构如下
应用:华为命令的基本应用。
知识点,
DHCP:动态主机配置协议
同一分发管理ip地址; C/S模型 = 客户/服务
成为DHCP服务器的条件:
- 该设备必须拥有接口或网卡连接到所要下放ip地址的广播域内;
- 该接口或网卡必须已经拥有合法ip地址,且可以正常通讯
路由器的作用:
- 不同网络间的互联
- 为它所承载的数据做路径的选择 --- 选路
路由器的工作原理:
当数据包进入路由器后,先查看目标IP地址;然后查询本地的路由表,若表中存在记录,将无条件按照记录转发;若没有记录,将丢弃该流量;
静态路由的写法:
[r1]ip route-static 192.168.3.0 255.255.255.0 192.168.2.2
目标网络号 下一跳
分析:首先,查看洪泛范围,划分网段。然后配置路由,给三台路由器分别更改名字,为了更好地区分+配置。分别书写每个路由器的接口ip。总共五个洪泛范围,所以每台路由器有五条路由路径。给每个路由器书写静态路由。用display ip interface brief 查看接口摘要。看每个路由器是不是五条路径
给三个终端配置动态ip,三个路由器分别建鱼塘。用ipconfig查看动态ip
最后用pc6 ping pc8,任意ping通即成功,全网可达。
三台路由器的静态路由如下:
三个路由器的池塘配置如下
终端间进行相互ping通与终端的动态ip获取
边栏推荐
- OSI七层参考模型
- Custom profile
- HCIP 第三天
- Fade in and fade out of code modification model
- Back culling | no culling mode and the drawing of transparent objects
- Predict condition filtering
- C implementation of left leaning reactor
- Comparison between VoIP soft switch and line selection
- Dynamic routing ---rip
- System construction solutions of call centers in different scales
猜你喜欢
随机推荐
下标运算符究竟是单目运算符还是双目运算符
RIP实验
mongoDB复杂查询实例(嵌套多个数组和正则表达式使用)
Predict condition filtering
The use of print and the exchange of two numbers
C language address book system
PageHelper的使用,简单通俗的写一下
Dx11 -- draw the prism with Dx11, and rotate and zoom with the keyboard and mouse
HCIP day1
Back culling | no culling mode and the drawing of transparent objects
Use and configuration method of eyebeam telephone calling software
HCIA
MGRE comprehensive experiment
hcia静态综合实验
HCIP 第五天
防火墙的原理、主要技术、部署及其优缺点
HCIP 第十天
【无标题】
OSPF experiment in mGRE environment
Day 3 homework