1.作业

2.拓扑图

第二个拓扑图中我的环回地址分别是1.1.1.1 、2.2.2.2 、3.3.3.3、 4.4.4.4

路由器R1


<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys R1
[R1]interface LoopBack 0
[R1-LoopBack0]ip address 1.1.1.1 24             环回地址
[R1-LoopBack0]int g0/0/0
[R1-GigabitEthernet0/0/0]ip ad 192.168.12.1 24              物理地址
Nov 14 2020 22:21:59-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-rip-1]
[R1-rip-1]?
rip-1 interface view commands:arp-ping          ARP-pingbackup            Backup  informationbfd               Bidirectional Forwarding Detectioncheckzero         Perform the checkzero operation in the zero fields of RIP   packetsclear             Cleardefault-cost      Specify default metric for imported routesdefault-route     Enable advertisement of default routesdescription       Specify the process descriptiondialer            Dialerdisplay           Display informationfilter-policy     Specify route filtering policygraceful-restart  Graceful restart informationhost-route        Enable sending and receiving host routesimport-route      Import routes from other protocols into RIPmaximum           Set the maximum number of equal-cost multipathsmtrace            Trace route to multicast sourcenetwork           Enable the routing protocol on the related network or       interfacepeer              Specify a peer routerping              <Group> ping command grouppreference        Specify RIP route preferencequit              Exit from current mode and enter prior modereset             <Group> reset command groupreturn            Enter the privileged modesilent-interface  Suppress RIP packets from being sent on the specified       interfacesummary           Enable route summarizationtest-aaa          Accounts testtimers            Adjust the protocol timerstracert           <Group> tracert command groupundo              Negate a command or set its defaultsverify-source     Validate the source IP address of received RIP updatesversion           Specify RIP version
[R1-rip-1]verify-source
[R1-rip-1]version 2[R1-rip-1]net
[R1-rip-1]network 1.0.0.0
[R1-rip-1]network 192.168.0.0
[R1-rip-1]network 192.168.12.0
[R1-rip-1]q
[R1]dis
[R1]display ip r
[R1]display ip rd-filter
[R1]display ip routing-table p
[R1]display ip routing-table protocol r
[R1]display ip routing-table protocol rip
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Public routing table : RIPDestinations : 6        Routes : 6        RIP routing table status : <Active>Destinations : 6        Routes : 6Destination/Mask    Proto   Pre  Cost      Flags NextHop         Interface2.2.2.0/24  RIP     100  1           D   192.168.12.2    GigabitEthernet
0/0/03.3.3.0/24  RIP     100  2           D   192.168.12.2    GigabitEthernet
0/0/04.4.4.0/24  RIP     100  3           D   192.168.12.2    GigabitEthernet
0/0/0192.168.23.0/24  RIP     100  1           D   192.168.12.2    GigabitEthernet
0/0/0192.168.34.0/24  RIP     100  2           D   192.168.12.2    GigabitEthernet
0/0/0192.168.40.0/24  RIP     100  3           D   192.168.12.2    GigabitEthernet
0/0/0RIP routing table status : <Inactive>Destinations : 0        Routes : 0

路由器R2

<Huawei>sys
[Huawei]sys R2
[R2]interface LoopBack 0
[R2-LoopBack0]ip address 2.2.2.2 24             环回地址
[R2-LoopBack0]int g0/0/0
[R2-GigabitEthernet0/0/0]ip ad
[R2-GigabitEthernet0/0/0]ip address 192.168.12.2 24             物理地址
Nov 14 2020 22:24:53-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 address 192.168.23.1 24             物理地址
Nov 14 2020 22:25:34-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]rip
[R2-rip-1]v
[R2-rip-1]verify-source
[R2-rip-1]version 2
[R2-rip-1]network 2.0.0.0
[R2-rip-1]network 192.168.0.0
<R2>sys
Enter system view, return user view with Ctrl+Z.
[R2]rip
[R2-rip-1]network 192.168.12.0
[R2-rip-1]network 192.168.23.0

路由器R3

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys R3
[R3]int LoopBack 0
[R3-LoopBack0]ip ad 3.3.3.3 24
[R3-LoopBack0]int g0/0/0
[R3-GigabitEthernet0/0/0]ip ad 192.168.23.2 24
Nov 14 2020 22:27:26-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 ad 192.168.34.1 24
[R3]rip
[R3-rip-1]
[R3-rip-1]v
[R3-rip-1]verify-source
[R3-rip-1]version 2
[R3-rip-1]network 3.0.0.0               激活3.0网段
[R3-rip-1]network 192.168.34.0              激活34网段
[R3-rip-1]network 192.168.23.0              激活23网段
[R3-rip-1]q

路由器R4

<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]sys R4
[R4]
[R4]
[R4]int l
[R4]int LoopBack 0
[R4-LoopBack0]ip ad 4.4.4.4 24
[R4-LoopBack0]int g0/0/0
[R4-GigabitEthernet0/0/0]ip ad 192.168.34.2 24
Nov 14 2020 22:29:34-08:00 R4 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP
on the interface GigabitEthernet0/0/0 has entered the UP state.
[R4-GigabitEthernet0/0/0]int g0/0/1
[R4-GigabitEthernet0/0/1]ip ad 192.168.40.1 24
Nov 14 2020 22:30:10-08:00 R4 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP
on the interface GigabitEthernet0/0/1 has entered the UP state.
<R4>sys
Enter system view, return user view with Ctrl+Z.
[R4]rip
[R4-rip-1]
[R4-rip-1]v
[R4-rip-1]verify-source
[R4-rip-1]version 2
[R4-rip-1]n
[R4-rip-1]network
[R4-rip-1]network 4.0.0.0
[R4-rip-1]network 192.168.0.0
[R4-rip-1]network 192.168.40.0
[R4-rip-1]network 192.168.34.0

最后别忘了配置PC1的IP地址和网关

华为路由器RIP V2作业相关推荐

  1. 华为路由器rip静态共存案例优先级

    华为路由器rip静态共存案例优先级 同一个局域网里同时有rip与静态 华为路由器rip静态共存案例优先级 第一步 [ar1]interface GigabitEthernet 0/0/0 [ar1-G ...

  2. 华为ar2200路由器 策略路由_路由交换篇 06 华为路由器RIP协议的配置

    任务2 RIP路由协议的配置 ■ 任务背景 某大型企业已有12台路由器,需要组建内部网络实现资源共享,考虑公司规模较大不适合采用静态路由组网,工程师对公司的实际情况进行了分析:1.路由跳数较多,不适合 ...

  3. 华为路由器RIP协议通信的配置

    路由器1的配置: interface Eth-Trunk1         #作端口聚合配置  ip address 192.168.1.1 255.255.255.0 interface Ether ...

  4. 华为路由器RIP经典案例

    三台路由器相连,接口IP地址如下 R1:G0/0/0  192.168.10.1  24 G0/0/01 192.168.1.254 24 PC1 : G0/0/1  192.168.1.1 24 R ...

  5. 计算机网络自顶向下方法华为路由器配置OSPFv3路由协议实现端到端的通信

    一 实验目的 掌握OSPFv3 的基本配置功能,在 R1.R2 和 R3 上启用OSPFv3 路由协议.R1 和R2 引入外部直连路由来与 PC 互联,要求PC1 与能够与PC2 互访. 二 实验原理 ...

  6. 华为网络实验--动态路由器+RIP路由协议配置及验证

    华为网络实验–动态路由器+RIP路由协议配置及验证 文章目录 华为网络实验--动态路由器+RIP路由协议配置及验证 前言 一.动态路由 1.1动态路由协议基础 1.1.1动态路由 1.1.2动态路由特 ...

  7. 华为路由器静态路由配置

    1.ensp环境 关注注册不成功的问题:在没有放置设备的情况下注册,如果注册不成功可以查看C:\Users\Administrator中是否有.virtualbox,有则删除: 关于出现多个###的问 ...

  8. 【收藏】华为路由器交换机配置命令大全

    华为路由器交换机配置命令:计算机命令 PCAlogin:root;使用root用户 password:linux;口令是linux #shutdown-hnow;关机 #init0;关机 #logou ...

  9. 华为路由器交换机配置命令

    华为路由器交换机配置命令:计算机命令 PCAlogin:root:使用root用户 password:linux:口令是linux shutdown-hnow:关机 init0:关机 logout:用 ...

最新文章

  1. caffe学习(四):py-faster-rcnn配置,运行测试程序(Ubuntu)
  2. 基于Android的聊天软件,Socket即时通信,实现用户在线聊天
  3. 2018上C语言程序设计(高级)作业-第0次作业
  4. mysql 主从特性_mysql 5.6 新特性 主从推延
  5. STM32F103ZET6利用DAC产生噪声
  6. yii 2 中生成自定义模块
  7. ADSL与路由器密码大全及设置
  8. pe擦除服务器硬盘,老毛桃winpe分区助手删除分区后如何用Gutmann算法擦除硬盘数据?...
  9. zoj 3527 Shinryaku! Kero Musume (树形dp---带尾巴的环的处理)
  10. SQL Server Management Studio(SSMS)对象资源管理器的使用以及查询分析器的使用
  11. CAPM模型的应用--回归模型中的Alpha, r_f
  12. 车牌号测试打分最准确的软件,车牌号码测吉凶准吗?手把手教你选好的车牌号...
  13. python定时发送qq消息_自动给qq好友发消息
  14. 内外盘期货市场的介绍(一)
  15. http post muti form
  16. 左连接的表中有多条数据如何只取一条(最大或最小)
  17. UWB定位系统会存在定位误差吗?
  18. 研华电脑510上电自启_研华工控机BIOS设置通电自启动方法技巧
  19. 使用Navicat导入execl到mysql数据库中日期值显示0000-00-00的问题解决
  20. 如何将小米画报中漂亮的壁纸保存下来?

热门文章

  1. 产品基础知识Day05
  2. 会利用信息差赚钱的人才是聪明人
  3. 面向数据共享的教育数据标准体系研究与建设实践
  4. macOS BigSur正式版来了!这些新变化和新功能值得一试
  5. Vue2.0学习总结
  6. HTML5开发移动web应用—JQuery Mobile(1)
  7. 【观察】IBM车库创新:以快打慢,以点带面,推动数字化转型可持续落地
  8. 推荐一位前普华永道 TechLeader,教你用 Python 赚到人生第一桶金
  9. 物联网:体系结构、协议和应用
  10. JAVA虚拟机(JVM)划重点 第一章 走近Java