当前位置:网站首页>HCIA_RIP实验
HCIA_RIP实验
2022-07-17 00:16:00 【 ᝰꫛꫀꪝ】
实验需求
1、R3环回为3.3.3.0/24
2、其他基于192.168.1.0/24进行划分
3、r1/2 均存在两个环回
4、整个网络运行RIPV2,但不能直接宣告R3的环回
5、全网可达,保障更新安全,减少路由条目数量,避免环路
实验拓扑
分析过程
地址划分:
192.168.1.0/24
192.168.1.0/26
192.168.1.0/27
192.168.1.32/27
192.168.1.64/26
192.168.1.64/27
192.168.1.96/27
192.168.1.128/26
192.168.1.128/30
192.168.1.132/30
192.168.1.192/26
在R1、R2、R3上运行RIPV2协议,并且宣告对于网段
对于R3上面的环回进行缺省路由的设置
然后进行响应的路由汇总
在R1与R2之间做一种加密,R2与R3之间再做一种加密
配置内容
R1:
[r1]int g 0/0/0
[r1-GigabitEthernet0/0/0]ip add 192.168.1.129 30
[r1]int l0
[r1-LoopBack0]ip add 192.168.1.1 27
[r1-LoopBack0]int l1
[r1-LoopBack1]ip add 192.168.1.33 27
[r1]rip
[r1-rip-1]version 2
[r1-rip-1]network 192.168.1.0
[r1-GigabitEthernet0/0/0]rip summary-address 192.168.1.0 255.255.255.192
[r1-GigabitEthernet0/0/0]rip authentication-mode md5 usual cipher 123
R2:
[r2]int g 0/0/0
[r2-GigabitEthernet0/0/0]ip add 192.168.1.130 30
[r2-GigabitEthernet0/0/0]int g 0/0/1
[r2-GigabitEthernet0/0/1]ip add 192.168.1.133 30
[r2-GigabitEthernet0/0/1]int l0
[r2-LoopBack0]ip add 192.168.1.65 27
[r2-LoopBack0]int l1
[r2-LoopBack1]ip add 192.168.1.97 27
[r2]rip
[r2-rip-1]version 2
[r2-rip-1]network 192.168.1.0
[r2-GigabitEthernet0/0/0]rip authentication-mode md5 usual cipher 123
[r2-GigabitEthernet0/0/0]rip summary-address 192.168.1.64 255.255.255.192
[r2-GigabitEthernet0/0/1]rip summary-address 192.168.1.64 255.255.255.192
[r2-GigabitEthernet0/0/1]rip authentication-mode md5 usual cipher 456
R3:
[r3]int g 0/0/0
[r3-GigabitEthernet0/0/0]ip add 192.168.1.134 30
[r3-GigabitEthernet0/0/0]int l0
[r3-LoopBack0]ip add 3.3.3.3 24
[r3]rip
[r3-rip-1]version 2
[r3-rip-1]network 192.168.1.0
[r3-GigabitEthernet0/0/0]rip authentication-mode md5 usual cipher 456
[r3-rip-1]default-route originate
结果验证
R1路由表:
R2路由表:
R3路由表:
边栏推荐
- How to configure multiple SSH keys for novices (easy to understand hand-in-hand teaching)
- 【瑞吉外卖⑩】Linux 粗略学习 & Redis 粗略学习
- UE4 notes
- The solution to the bounce and offset of unity3d game characters when jumping to the ground
- NFS服务
- 解决WIN10连接共享打印机出现0x00000709的错误
- echo -e用法
- The JMeter BeanShell implementation writes the parameterized data generated by the request to the file
- After unity imports the FBX model, the rotation and position of the object will change automatically at runtime
- Shell编程规范与变量
猜你喜欢
安装.NET提示“无法建立到信任根颁发机构的证书链”(方法简单有下载地址)
Method of JMeter connecting to database
LAMP平台部署及应用
InnoDB, MySQL structure, and the difference between the three kinds of deletion
通过Xshell7使用rz,sz命令上传下载文件
正则表达式
[solved] after referring to the local MySQL and forgetting the password, [server] --initialize specified but the data directory has files in it Aborti
Inverse yuan (I'll add these words if there are too many people using the name)
Shell编程规范与变量
Zabbix6.0监控vCenter7.0
随机推荐
D - parity game discretization + weighted union search set
Reprint: SQL injection common bypass
YUM仓库服务与PXE自动部署系统
Full link voltage measurement
Response assertion of JMeter interface test
Understand HTTP cache in 30 minutes
2022 latest software testing tools
正则表达式
Dynamic programming - 01 knapsack problem
2022.6.28-database-1 Isolation level of database
怎么做好测试用例评审
Dynamic programming problem - Small Soldiers rush forward
Analysis of the paradise of metauniverse developers the ecological value of the metauniverse protocol caduceus
[hsjframework] unity time management timemanger timer
安装软件提示无法定位程序输入点AddDllDirectory于动态链接库Kernel32.dll上(文末有下载地址)
Network layer transmission protocol (detailed)
Post man JSON script to JMX script of JMeter
module_init函数底层原理
Lintcode 366:fibonacci Fibonacci sequence
How to configure multiple SSH keys for novices (easy to understand hand-in-hand teaching)