动态路由实验

简介: 动态路由实验

1、拓扑图需求

image.png

2、配置


R1

Public routing table : RIP
         Destinations : 4        Routes : 4        
RIP routing table status : <Active>
         Destinations : 4        Routes : 4
Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface
        2.2.2.2/32  RIP     100  1           D   12.1.1.2        GigabitEthernet
0/0/0
        3.3.3.3/32  RIP     100  2           D   12.1.1.2        GigabitEthernet
0/0/0
       23.1.1.0/24  RIP     100  1           D   12.1.1.2        GigabitEthernet
0/0/0
    192.168.2.0/24  RIP     100  2           D   12.1.1.2        GigabitEthernet
0/0/0
RIP routing table status : <Inactive>
         Destinations : 0        Routes : 0

R2

Public routing table : RIP
         Destinations : 4        Routes : 4        
RIP routing table status : <Active>
         Destinations : 4        Routes : 4
Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface
        1.1.1.1/32  RIP     100  1           D   12.1.1.1        GigabitEthernet
0/0/0
        3.3.3.3/32  RIP     100  1           D   23.1.1.2        GigabitEthernet
0/0/1
    192.168.1.0/24  RIP     100  1           D   12.1.1.1        GigabitEthernet
0/0/0
    192.168.2.0/24  RIP     100  1           D   23.1.1.2        GigabitEthernet
0/0/1
RIP routing table status : <Inactive>
         Destinations : 0        Routes : 0

R3

Public routing table : RIP
         Destinations : 4        Routes : 4        
RIP routing table status : <Active>
         Destinations : 4        Routes : 4
Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface
        1.1.1.1/32  RIP     100  2           D   23.1.1.1        GigabitEthernet
0/0/0
        2.2.2.2/32  RIP     100  1           D   23.1.1.1        GigabitEthernet
0/0/0
       12.1.1.0/24  RIP     100  1           D   23.1.1.1        GigabitEthernet
0/0/0
    192.168.1.0/24  RIP     100  2           D   23.1.1.1        GigabitEthernet
0/0/0
RIP routing table status : <Inactive>
         Destinations : 0        Routes : 0

3、测试全网可达

PC>ping 192.168.2.2
Ping 192.168.2.2: 32 data bytes, Press Ctrl_C to break
From 192.168.2.2: bytes=32 seq=1 ttl=125 time=78 ms
From 192.168.2.2: bytes=32 seq=2 ttl=125 time=63 ms
From 192.168.2.2: bytes=32 seq=3 ttl=125 time=78 ms
From 192.168.2.2: bytes=32 seq=4 ttl=125 time=93 ms
From 192.168.2.2: bytes=32 seq=5 ttl=125 time=63 ms
--- 192.168.2.2 ping statistics ---
  5 packet(s) transmitted
  5 packet(s) received
  0.00% packet loss
  round-trip min/avg/max = 63/75/93 ms
PC>ping 1.1.1.1
Ping 1.1.1.1: 32 data bytes, Press Ctrl_C to break
From 1.1.1.1: bytes=32 seq=1 ttl=255 time=47 ms
From 1.1.1.1: bytes=32 seq=2 ttl=255 time=31 ms
From 1.1.1.1: bytes=32 seq=3 ttl=255 time=47 ms
--- 1.1.1.1 ping statistics ---
  3 packet(s) transmitted
  3 packet(s) received
  0.00% packet loss
  round-trip min/avg/max = 31/41/47 ms
PC>ping 2.2.2.2
Ping 2.2.2.2: 32 data bytes, Press Ctrl_C to break
From 2.2.2.2: bytes=32 seq=1 ttl=254 time=32 ms
--- 2.2.2.2 ping statistics ---
  1 packet(s) transmitted
  1 packet(s) received
  0.00% packet loss
  round-trip min/avg/max = 32/32/32 ms
PC>ping 3.3.3.3
Ping 3.3.3.3: 32 data bytes, Press Ctrl_C to break
From 3.3.3.3: bytes=32 seq=1 ttl=253 time=63 ms
From 3.3.3.3: bytes=32 seq=2 ttl=253 time=31 ms
--- 3.3.3.3 ping statistics ---
  2 packet(s) transmitted
  2 packet(s) received
  0.00% packet loss
  round-trip min/avg/max = 31/47/63 ms


相关文章
|
JavaScript 搜索推荐 前端开发
Vue的SSR 是什么,优缺点分析
Vue的服务器端渲染(SSR)是一种将Vue组件在服务器上执行,并生成完整的HTML页面的技术,这个HTML页面随后被发送至客户端的浏览器进行展示。
|
7月前
|
人工智能 Linux iOS开发
音乐人必看!OpenUtau:开源AI歌声合成神器,快速打造专业级虚拟歌手,中文日文无缝切换
OpenUtau是一款开源的歌声合成工具,兼容UTAU音源库和重采样器,支持多语言界面及预渲染功能,让音乐创作更加高效便捷。
1833 15
音乐人必看!OpenUtau:开源AI歌声合成神器,快速打造专业级虚拟歌手,中文日文无缝切换
|
SQL 监控 数据库
OceanBase社区版可以通过Zabbix监控
【10月更文挑战第5天】随着OceanBase社区版的广泛应用,企业纷纷采用这一高性能、高可用的分布式数据库系统。为了确保系统的稳定运行,使用成熟的Zabbix监控工具进行全面监控至关重要。本文通过具体示例介绍了如何配置Zabbix监控OceanBase,包括安装配置、创建监控模板和监控项、编写脚本、设置触发器及图形展示等步骤,帮助读者快速上手,及时发现并解决问题,确保业务始终处于最佳状态。
304 2
|
JSON JavaScript 前端开发
jQuery下拉框搜索模糊查询实现
【9月更文挑战4天】
359 10
|
网络协议 数据安全/隐私保护 网络架构
|
人工智能 搜索推荐 UED
Perplexity AI与ChatGPT相比如何?
【2月更文挑战第17天】Perplexity AI与ChatGPT相比如何?
818 2
Perplexity AI与ChatGPT相比如何?
|
存储 编解码 Unix
PyMuPDF 1.24.4 中文文档(十三)(2)
PyMuPDF 1.24.4 中文文档(十三)
516 0
|
缓存 Linux
CentOS7利用yum缓存搭建本地源
CentOS7利用yum缓存搭建本地源
446 0
|
存储 数据采集 编解码
基于ArcGIS:GIS空间分析复习-理论概念+案例分析1
基于ArcGIS:GIS空间分析复习-理论概念+案例分析
1139 0
|
监控 前端开发 JavaScript
React Native开发环境搭建
React Native开发环境搭建
531 0