实验

实现互通测试。

通过直连段配置静态路由实现单路互通

R1

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys R1
[R1]int g0/0/0
[R1-GigabitEthernet0/0/0]ip add 192.168.20.1 24
Apr  6 2021 22:17:09-08:00 R1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[R1-GigabitEthernet0/0/0]int g0/0/1
[R1-GigabitEthernet0/0/1]ip add 192.168.10.1 24
Apr  6 2021 22:17:37-08:00 R1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[R1-GigabitEthernet0/0/1]int loopBack 0
[R1-LoopBack0]ip add 1.1.1.1 32
[R1-LoopBack0][R1]ip route-static 2.2.2.2 32 192.168.20.2
[R1]ip route-static 3.3.3.3 32 192.168.10.2
[R1]<R1>ping 2.2.2.2PING 2.2.2.2: 56  data bytes, press CTRL_C to breakReply from 2.2.2.2: bytes=56 Sequence=1 ttl=255 time=80 msReply from 2.2.2.2: bytes=56 Sequence=2 ttl=255 time=20 msReply from 2.2.2.2: bytes=56 Sequence=3 ttl=255 time=20 msReply from 2.2.2.2: bytes=56 Sequence=4 ttl=255 time=20 msReply from 2.2.2.2: bytes=56 Sequence=5 ttl=255 time=30 ms--- 2.2.2.2 ping statistics ---5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 20/34/80 ms<R1>ping 3.3.3.3PING 3.3.3.3: 56  data bytes, press CTRL_C to breakReply from 3.3.3.3: bytes=56 Sequence=1 ttl=255 time=30 msReply from 3.3.3.3: bytes=56 Sequence=2 ttl=255 time=20 msReply from 3.3.3.3: bytes=56 Sequence=3 ttl=255 time=40 msReply from 3.3.3.3: bytes=56 Sequence=4 ttl=255 time=20 msReply from 3.3.3.3: bytes=56 Sequence=5 ttl=255 time=30 ms--- 3.3.3.3 ping statistics ---5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 20/28/40 ms

R2

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys R2
[R2]int g0/0/0
[R2-GigabitEthernet0/0/0]ip add 192.168.20.2 24
[R2-GigabitEthernet0/0/0]
Apr  6 2021 22:20:23-08:00 R2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[R2-GigabitEthernet0/0/0]int g0/0/1
[R2-GigabitEthernet0/0/1]ip add 192.168.30.1 24
Apr  6 2021 22:20:48-08:00 R2 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[R2-GigabitEthernet0/0/1]int LoopBack 0
[R2-LoopBack0]ip add 2.2.2.2 32[R2]ip route-static 1.1.1.1 32 192.168.20.1
[R2]ip route-static 3.3.3.3 32 192.168.30.2
[R2]<R2>ping 1.1.1.1PING 1.1.1.1: 56  data bytes, press CTRL_C to breakReply from 1.1.1.1: bytes=56 Sequence=1 ttl=255 time=20 msReply from 1.1.1.1: bytes=56 Sequence=2 ttl=255 time=20 msReply from 1.1.1.1: bytes=56 Sequence=3 ttl=255 time=20 msReply from 1.1.1.1: bytes=56 Sequence=4 ttl=255 time=20 msReply from 1.1.1.1: bytes=56 Sequence=5 ttl=255 time=20 ms--- 1.1.1.1 ping statistics ---5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 20/20/20 ms<R2>ping 3.3.3.3PING 3.3.3.3: 56  data bytes, press CTRL_C to breakReply from 3.3.3.3: bytes=56 Sequence=1 ttl=255 time=20 msReply from 3.3.3.3: bytes=56 Sequence=2 ttl=255 time=20 msReply from 3.3.3.3: bytes=56 Sequence=3 ttl=255 time=20 msReply from 3.3.3.3: bytes=56 Sequence=4 ttl=255 time=20 msReply from 3.3.3.3: bytes=56 Sequence=5 ttl=255 time=30 ms--- 3.3.3.3 ping statistics ---5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 20/22/30 ms

R3

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys R3
[R3]int g0/0/0
[R3-GigabitEthernet0/0/0]ip add 192.168.10.2 24
Apr  6 2021 22:27:38-08:00 R3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[R3-GigabitEthernet0/0/0]int g0/0/1
[R3-GigabitEthernet0/0/1]ip add 192.168.30.2 24
Apr  6 2021 22:28:06-08:00 R3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
[R3-GigabitEthernet0/0/1]int LoopBack 0
[R3-LoopBack0]ip add 3.3.3.3 32
[R3-LoopBack0][R3]ip route-static 1.1.1.1 32 192.168.10.1
[R3]ip route-static 2.2.2.2 32 192.168.30.1
[R3]
[R3]ping 1.1.1.1PING 1.1.1.1: 56  data bytes, press CTRL_C to breakReply from 1.1.1.1: bytes=56 Sequence=1 ttl=255 time=80 msReply from 1.1.1.1: bytes=56 Sequence=2 ttl=255 time=20 msReply from 1.1.1.1: bytes=56 Sequence=3 ttl=255 time=20 msReply from 1.1.1.1: bytes=56 Sequence=4 ttl=255 time=20 msReply from 1.1.1.1: bytes=56 Sequence=5 ttl=255 time=20 ms--- 1.1.1.1 ping statistics ---5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 20/32/80 ms[R3]ping 2.2.2.2PING 2.2.2.2: 56  data bytes, press CTRL_C to breakReply from 2.2.2.2: bytes=56 Sequence=1 ttl=255 time=40 msReply from 2.2.2.2: bytes=56 Sequence=2 ttl=255 time=20 msReply from 2.2.2.2: bytes=56 Sequence=3 ttl=255 time=20 msReply from 2.2.2.2: bytes=56 Sequence=4 ttl=255 time=20 msReply from 2.2.2.2: bytes=56 Sequence=5 ttl=255 time=20 ms--- 2.2.2.2 ping statistics ---5 packet(s) transmitted5 packet(s) received0.00% packet lossround-trip min/avg/max = 20/24/40 ms[R3]

实践是检验真理的唯一标准!!LoopBack 设置案例!相关推荐

  1. 实践是检验真理的唯一标准 - 脱壳篇02

    实践是检验真理的唯一标准 - 脱壳篇02 让编程改变世界 Change the world by program   实践是检验真理的唯一标准,但真理也是先从实践中总结出来的. 所以按照这个伟大的规律 ...

  2. 实践是检验真理的唯一标准2 - 脱壳篇03

    实践是检验真理的唯一标准2 - 脱壳篇03 让编程改变世界 Change the world by program 让我们愉快的开始今天的课程吧 实验程序及课后作业: http://bbs.fishc ...

  3. “实践是检验真理的唯一标准”是公理,公理是原点,原点是循环论证

    我说的都是对的. 为什么? 因为"我说的都是对的"是我说的,而我说的都是对的,所以"我说的都是对的"是对的. 实践是检验真理的唯一标准. 为什么? 因为&quo ...

  4. CSDN技能树实践测评:实践是检验真理的唯一标准

    活动: 链接:[有奖评测]技能树评测,送CSDN大礼包.周边礼品及现金奖励!-CSDN社区 目录 一.内容 优点: 不足: 参考资料内容质量问题: 习题无解析问题: 二.产品功能 题目练习问题: 三. ...

  5. 实践是检验真理的唯一标准——《精益创业实战》让你的成功飞起来

    实践出真知 能运用一套方法不算成功,能拿出成绩来才算成功.精益创业很吸引我的一点就是一套方法体系,你可以根据它来制订更加有针对性的步骤.你可以而且完全应该用验证产品的方法来验证你自己制订的步骤. -- ...

  6. 三、Camunda工作流的表和用途说明(实践是检验真理的唯一标准)

    本人在工作中用的Camunda7.11版本共47张表. camunda工作流的表大体上分为 5 类: ACT_RE_*: 'RE'表示流程资源存储,这个前缀的表包含了流程定义和流程静态资源(图片,规则 ...

  7. 实践是检验真理的唯一标准

    今天一直在作实验,WRK+WinDBG+VPC的调试环境搭建.从资料上看本身没什么难度,而且可以让Windows在"F5"的控制中走走停停,应该是很爽的样子,可实际却...... ...

  8. 实践是检验真理的唯一标准!

    博客检验: 1. dialog.setCancelable与setCanceledOnTouchOutside的区别 作者1:正确:dialog.setCancelable与setCanceledOn ...

  9. 非学不可的“VLAN和三层交换”(实践是检验真理的唯一标准)

    内容预知 目录 vlan的概念 在三层交换机上配置的VLAN接口为虚接口 实验前须知的指令 实验的引入(直观分析交换机的应用) 实验总结: vlan的概念  VLAN是为解决以太网的广播问题而提出的一 ...

最新文章

  1. latex 中文_【小白向】LaTeX 中文入门
  2. python 离线下载和安装第三方库 .whl wheel 文件
  3. 关于虚函数的两个例子
  4. 用好这 42 款 Chrome 插件,每年轻松省出一个年假(附下载)
  5. Swift教程之控制流
  6. Vue开源项目库汇总
  7. 怎么添加本地音乐_网易云音乐:60G免费云盘+隐藏彩蛋、技巧
  8. (一)git简介及安装
  9. mysql与jmeter环境变量配置_Java开发技术大杂烩(一)之Redis、Jmeter、MySQL的那些事...
  10. 机器学习11主成分分析
  11. 树的遍历-Preorde Traversal,Inorder Traversal,Postoder Traversal
  12. AES算法重点详解和实现
  13. 这是2019年适合Java程序员读的10本书
  14. linux指定的文件不是虚拟磁盘,linux下挂载VHD等虚拟磁盘文件的方法
  15. python fsolve说明_python fsolve说明_Python fsolve()抱怨形状.为什么?
  16. c语言怎么设计程序框图,C语言课程设计————写下流程图! 谢谢
  17. 软件开发团队的脓包(1-3)皇帝的新装、口号党、废话迷
  18. [4G5G专题-101]:部署 - LTE FDD与LTE TDD技术差异比较详解
  19. Excel编程环境搭建
  20. 七夕节其实是最古老的异地恋

热门文章

  1. 大数据基础习题(2)
  2. 信息学奥赛一本通-1047
  3. python中“_“用法
  4. NAXX瘟疫区英雄模式
  5. 人性歪曲的心理调适 一【抑郁心理、烦恼心理、懊悔心理、焦虑心理、恐惧心理】...
  6. unity实时渲染部分
  7. nz-modal of ng-zorro supports browser height
  8. 3d空间中球体的动量守恒
  9. Enter实现Tab键的功能
  10. 测试4年裸辞失业,面试17k的测试岗被按在地上摩擦,结局让我崩溃大哭...