当前位置:网站首页>HCIA_ Rip experiment
HCIA_ Rip experiment
2022-07-19 02:52:00 【 ᝰꫛꫀꪝ】
The experimental requirements
1、R3 Loopback is 3.3.3.0/24
2、 The other is based on 192.168.1.0/24 division
3、r1/2 There are two loops
4、 The whole network runs RIPV2, But you can't directly declare R3 The loopback of
5、 Network wide accessibility , To ensure the security of updates , Reduce the number of routing entries , Avoid loops
The topology

The analysis process
Address partition :
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
stay R1、R2、R3 Up operation RIPV2 agreement , And declare for network segment
about R3 The loopback above sets the default route
Then the route summary of the response
stay R1 And R2 Make an encryption between ,R2 And R3 And then do a kind of encryption
Configure the content
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
The results verify that

R1 Routing table :

R2 Routing table :

R3 Routing table :

边栏推荐
- [hsjframework] unity time management timemanger timer
- Shell script integer value comparison, logic test, if statement, extract performance monitoring indicators
- 了解网络命名空间
- Rhce8 Learning Guide Chapter 4 getting help
- Dynamic display of digital tube stopwatch of single chip microcomputer
- PXE自动化安装
- rsync远程同步(增量备份)
- 备份kubernetes 备份etcd数据
- 4、AsyncTool框架的一些思考
- Expect interaction free
猜你喜欢
随机推荐
升级kubernetes 1.23.2到1.24.1
Graduation thesis word skills Collection
1、AsyncTool框架简介和分析实现
MySQL存储引擎详解
[hsjframework] unity time management timemanger timer
Leetcode buckle classic topic - 82 Maximum rectangle in column chart
Services for NFS
Shell编程规范与变量
RHCE学习指南 第5章 vim编辑器
第一篇博客------自我介绍
二进制安装kubernetes 1.23.2
RHCE8学习指南 第6章 归档与压缩
对工作节点执行drain操作时,通过pdb保护pod副本数
Redis之简单动态字符串SDS
HCIP第一天_HCIA复习
NAT综合实验
rsync远程同步(增量备份)
LAMP平台部署及应用
Unicast、Multicast、Broadcast
RHCE Study Guide Chapter 5 VIM editor






