当前位置:   article > 正文

第六章 案例二:配置路由器实现互通

第六章 案例二:配置路由器实现互通

1.实验环境

实验用具包括两台路由器(或交换机),一根双绞线缆,一台PC,一条Console 线缆。

2.需求描述

如图6.14 所示,将两台路由器的F0/0 接口相连,通过一台PC 连接设备的 Console 端口并配置P地址(192.168.1.0/24),实现设备之间的互通。

图6.14   实验案例二示意图 

验证设备互通成功后,保存设备的配置,并将配置文件备份到PC上。

3.推荐步骤

将两台路由器分别命名为 R1和 R2,并在路由器上配置P地址,分别为 192.168.1.1/24和192.168.1.2/24。
验证两台路由器的连通性,
保存配置。可通过“show star”命令确认配置信息已经存储成功
备份配置文档。将超级终端中显示的所有配置信息保存下来,粘贴到新建的文本文档中(可命名为 R1)

4.实验步骤

4.1 命名和配置IP地址

  1. Router>enable
  2. Router#conf t
  3. Router(config)#hostname R1
  4. R1(config)#interface gigabitEthernet 0/0
  5. R1(config-if)#ip address 192.168.1.1 255.255.255.0
  6. R1(config-if)#no shutdown
  7. R1(config-if)#exit

路由器R2同上步骤进行配置。

4.2  验证路由器之间的连通性

  1. R1#ping 192.168.1.2
  2. Type escape sequence to abort.
  3. Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
  4. !!!!! //表示已连接,如果是“.....”表示连接失败
  5. Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/1 ms

4.3  保存配置并查看

  1. R1#write //通过“write”命令保存信息
  2. Building configuration...
  3. [OK]
  4. R1#show star //通过“show star”查看保存的信息
  5. Using 700 bytes
  6. version 15.1
  7. no service timestamps log datetime msec
  8. no service timestamps debug datetime msec
  9. no service password-encryption
  10. hostname R1
  11. ip cef
  12. no ipv6 cef
  13. license udi pid CISCO2911/K9 sn FTX1524M052-
  14. spanning-tree mode pvst
  15. interface GigabitEthernet0/0
  16. ip address 192.168.1.1 255.255.255.0
  17. duplex auto
  18. speed auto

路由器R2同上步骤进行配置。

4.4 备份配置并命名为“R1”

 

  1. R1#show star
  2. Using 703 bytes
  3. !
  4. version 15.1
  5. no service timestamps log datetime msec
  6. no service timestamps debug datetime msec
  7. no service password-encryption
  8. !
  9. hostname R1
  10. !
  11. !
  12. !
  13. no ip cef
  14. no ipv6 cef
  15. !
  16. !
  17. license udi pid CISCO2911/K9 sn FTX15249X28-
  18. !
  19. !
  20. !
  21. spanning-tree mode pvst
  22. !
  23. !
  24. !
  25. interface GigabitEthernet0/0
  26. ip address 192.168.1.1 255.255.255.0
  27. duplex auto
  28. speed auto
  29. !
  30. interface GigabitEthernet0/1
  31. no ip address
  32. duplex auto
  33. speed auto
  34. shutdown
  35. !
  36. interface GigabitEthernet0/2
  37. no ip address
  38. duplex auto
  39. speed auto
  40. shutdown
  41. !
  42. interface Vlan1
  43. no ip address
  44. shutdown
  45. !
  46. ip classless
  47. !
  48. ip flow-export version 9
  49. !
  50. !
  51. !
  52. line con 0
  53. !
  54. line aux 0
  55. !
  56. line vty 0 4
  57. login
  58. !
  59. !
  60. !
  61. end

至此试验结束。

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/463421
推荐阅读
相关标签
  

闽ICP备14008679号