当前位置:网站首页>Rip experiment
Rip experiment
2022-07-21 23:03:00 【m0_ seventy-two million six hundred and forty-eight thousand th】
The topology
Experimental steps and configuration
1、IP And loopback
AR1
[r1-GigabitEthernet0/0/0]ip a 192.168.1.1 30
[r1-GigabitEthernet0/0/1]ip a 192.168.1.9 30
[r1-LoopBack0]ip a 172.16.1.1 24
[r1-LoopBack1]ip a 172.16.2.1 24
[r1-LoopBack2]ip a 172.16.3.1 24
[r1-LoopBack3]ip a 1.1.1.1 24
AR2
[r2-GigabitEthernet0/0/0]ip a 192.168.1.2 30
[r2-GigabitEthernet0/0/1]ip a 192.168.1.5 30
[r2-LoopBack0]ip a 2.2.2.2 24
AR3
[r3-GigabitEthernet0/0/0]ip a 192.168.1.14 30
[r3-GigabitEthernet0/0/1]ip a 192.168.1.6 30
[r3-LoopBack0]ip a 3.3.3.3 24
AR4
[r4-GigabitEthernet0/0/0]ip a 192.168.1.13 30
[r4-GigabitEthernet0/0/1]ip a 192.168.1.10 30
[r4-GigabitEthernet0/0/2]ip a 192.168.1.21 30
[r4-GigabitEthernet4/0/0]ip a 192.168.1.17 30
[r4-LoopBack0]ip a 4.4.4.4 24
AR5
[isp-GigabitEthernet0/0/0]ip a 192.168.1.18 30
[isp-LoopBack0]ip a 5.5.5.5 24
AR6
[r6-GigabitEthernet0/0/0]ip a 192.168.1.22 30
[r6-GigabitEthernet0/0/1]ip a 192.168.1.25 30
[r6-LoopBack0]ip a 6.6.6.6 24
AR7
[r7-GigabitEthernet0/0/1]ip a 192.168.1.26 30
[r7-LoopBack0]ip a 7.7.7.7 24
2、 start-up RIP
AR1
[r1]rip 1
[r1-rip-1]v 2
[r1-rip-1]network 192.168.1.0
[r1-rip-1]network 172.16.0.0
[r1-rip-1]network 1.0.0.0
AR2
[r2]rip
[r2-rip-1]v 2
[r2-rip-1]network 192.168.1.0
[r2-rip-1]network 2.0.0.0
AR3
[r3]rip
[r3-rip-1]v 2
[r3-rip-1]network 192.168.1.0
[r3-rip-1]network 3.0.0.0
AR4
[r4]rip
[r4-rip-1]v 2
[r4-rip-1]network 192.168.1.0
[r4-rip-1]network 4.0.0.0
AR5
[isp]rip
[isp-rip-1]v 2
[isp-rip-1]network 192.168.1.0
AR6
[r6]rip
[r6-rip-1]v 1
[r6-rip-1]network 192.168.1.0
[r6-rip-1]network 6.0.0.0
AR7
[r7]rip
[r7-rip-1]v 1
[r7-rip-1]network 192.168.1.0
[r7-rip-1]network 7.0.0.0
3、AR5 Default and AR6 Interworking of
AR5
[isp-rip-1]default-route originate
AR6
[r6-GigabitEthernet0/0/0]rip version 2
4、AR1 Loopback summary and empty interface
AR1
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]rip summary-address 172.16.0.0 255.255.252.0
[r1-GigabitEthernet0/0/1]rip summary-address 172.16.0.0 255.255.252.0
[r1]ip route-static 172.16.0.0 22 NULL 0
5、R3 Grab traffic and modify the cost value
AR3
[r3]acl 2000
[r3-acl-basic-2000]rule permit source 172.16.0.0 0
[r3-acl-basic-2000]rule permit source 1.1.1.0 0
[r3]int g0/0/0
[r3-GigabitEthernet0/0/0]rip metricin 2000 10
6、R1 and R2 Manual certification
AR1
[r1]int g0/0/0
[r1-GigabitEthernet0/0/0]rip authentication-mode simple cipher 123456
AR2
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]rip authentication-mode simple cipher 123456
7、R6、R7 The router cannot learn to reach R1 Loopback routing configuration
[r6]acl 2000
[r6-acl-basic-2000]rule deny source 172.16.0.0 0
[r6-acl-basic-2000]rule deny source 1.1.1.0 0
[r6-acl-basic-2000]rule permit source any
[r6-rip-1]filter-policy 2000 import
8、R7 Upper opening telnet And R2 On nat mapping
AR7
[r7]aaa
[r7-aaa]local-user xujialong privilege level 15 password cipher 123456
[r7-aaa]local-user xujialong service-type telnet
[r7]user-interface vty 0 4
[r7-ui-vty0-4]authentication-mode aaa
AR2
[r2]int g0/0/0
[r2-GigabitEthernet0/0/0]nat server protocol tcp global interface loopback 0 23
inside 7.7.7.7 23
Are you sure to continue?[Y/N]:y
9、 Yes R2 and R4 Change the transmission direction of the packet
AR2
[r2]acl 2000
[r2-acl-basic-2000]rule permit source 7.0.0.0 0
[r2]int g 0/0/0
[r2-GigabitEthernet0/0/0]rip metricin 2000 10
AR4
[r4]acl 2000
[r4-acl-basic-2000]rule permit source 192.168.1.0 0
[r4]int g 0/0/1
[r4-GigabitEthernet0/0/1]rip metricin 2000 10
Experimental verification
Route entry
R1
R2
R3
R4
R5
R6
R7
R3 Use R2 visit R1 Loopback
R3RIP Routing table
R5 default
R1 telnet R2 Loopback actual telnet To R7
Network wide accessibility
R1ping R5 and R7
边栏推荐
- Redis publish subscription
- Force deduction record: summary of code Capriccio
- ENSP static routing experiment
- What is SIP Protocol?
- DirectX -- initialization operation
- Kickback record: dynamic programming 5 subsequence problem (3) palindrome - 647 palindrome subsequence, 516 longest palindrome subsequence
- Decryption of social software red envelope technology (12): technical design and practice behind decryption of Tiktok Spring Festival red envelopes
- GRE,MGRE
- How to simulate stack with array (super simple code)
- How to build the call center customer service system?
猜你喜欢
VolP terminal and gateway
SIP account acquisition method of Telecom Optical cat network phone
Practice and Thinking on the architecture of a set of 100000 TPS im integrated message system
长连接网关技术专题(八):B站基于微服务的API网关从0到1的演进之路
HCIP 第五天
Four way ward call system
HCIP 第八天
动态路由---rip
How to build the call center customer service system?
什么是SIP协议?
随机推荐
Zip文件的读取与写入
Visual learning: introduction, advantages and disadvantages of visual layout method
jwt 的创建和验证 demo
Directx11-- window initialization (Win32)
print的运用以及两数的交换
【无标题】RHCSA第一次作业
OSPF的优化
OSI参考模型总结
Unity particle effect enters the camera from outside the camera. The camera should be in the active state, and the result is not played
“FileInputStream“和“BufferedInputStream“的区别
Im development technology sharing: talking about the best practice of offline messages and historical messages in IM system
Pratique et réflexion sur l'architecture d'un système intégré de messages de GI pour 100 000 TPS
P2P网络和虚拟专线综合实验
OSPF不规则区域,LSA以及序列号
Unity stop playing action clips
Directx--初始化操作
企业应该如何搭建客服机器人
HCIP 第九天
DirectX -- initialization operation
电信光猫网络电话SIP帐号获取方法