当前位置:网站首页>HCIP第五次实验
HCIP第五次实验
2022-04-23 17:27:00 【无所不知的神奇海螺】
作业要求

作业结果

子网划分后为


多出的172.16.192.0/19和172.16.224.0/19网段并不算浪费,可以当做备用网段
注:一般用户网段掩码分到24、25、26就行了如果再分(例如23)就有可能出现饱和,网络会非常卡顿
先对a0进行操作,ip配好后设置缺省

由于重复操作,只展示r3
搭建mgre
中心站点r3配置


开启伪广播

mgre分支的配置


由于重复配置,只展示r5

OSPF配置
r1,r2因为在a1,所以可以直接宣告所有接口

r3由于一个接口在a1,一个在a0,所以要分别宣告
r3需要在a1宣告的ip是 172.16.33.3/29 和 172.16.36.1/24 ,转化后为172.16.00100001 和 172.16.00100100 ,最后三位不一样,所以反掩码应该是00000111,意思是最后三位可以改变
r3在a1宣告的命令是 --- network 172.16.32.0 0.0.7.255
r5在a0,直接一次性宣告 network 172.16.0.0 0.0.255.255
r6需要在a0宣告l0 (172.16.3.1/24)和t0(172.16.1.3/29)接口
![]()
在a2的接口直接宣告即可
其余的路由器操作如上
版权声明
本文为[无所不知的神奇海螺]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_39744805/article/details/124323279
边栏推荐
- 双闭环直流调速系统matlab/simulink仿真
- 文件操作《二》(5000字总结篇)
- How to sort the numbers with text in Excel from small to large instead of the first number
- In ancient Egypt and Greece, what base system was used in mathematics
- Use between nodejs modules
- Deep understanding of control inversion and dependency injection
- Solution architect's small bag - 5 types of architecture diagrams
- Entity Framework core captures database changes
- On lambda powertools typescript
- Model problems of stock in and stock out and inventory system
猜你喜欢

RPC核心概念理解

How to change input into text

XTask与Kotlin Coroutine的使用对比

Lock lock

Shell script -- shell programming specification and variables

JS, entries(), keys(), values(), some(), object Assign() traversal array usage

文件操作《二》(5000字总结篇)

stm32入门开发板选野火还是正点原子呢?

EF core in ASP Generate core priority database based on net entity model

为什么有些人说单片机简单,我学起来这么吃力?
随机推荐
Clickhouse table engine
快时钟同步慢时钟域下的异步控制信号slow clk to fast clk
Error in v-on handler: "typeerror: cannot read property 'resetfields' of undefined"
Use of shell sed command
ClickHouse-数据类型
stm32入门开发板选野火还是正点原子呢?
读《Software Engineering at Google》(15)
EF core in ASP Generate core priority database based on net entity model
Clickhouse - data type
Oninput one function to control multiple oninputs (take the contents of this input box as parameters) [very practical, very practical]
PC uses wireless network card to connect to mobile phone hotspot. Why can't you surf the Internet
Solution architect's small bag - 5 types of architecture diagrams
El date picker limits the selection range from the current time to two months ago
Baidu Map 3D rotation and tilt angle adjustment
MySQL installation
Using quartz under. Net core -- preliminary understanding of [2] operations and triggers
文件操作《二》(5000字总结篇)
C语言程序设计之函数的构造
Use of shell awk command
Shell-cut命令的使用