A-A+

思科路由器模拟帧中继交换机的配置命令和方法

2015年11月21日 站长资讯 暂无评论

首先是cisco路由用来模拟帧中继交换机的组网拓扑图,图有些小,勉强可以看一下。

下面是具体的配置命令行:

  1. FR_SWITCH#show run   
  2. Building configuration...  
  3. Current configuration : 1172 bytes  
  4. !  
  5. version 12.2  
  6. service timestamps debug uptime  
  7. service timestamps log uptime  
  8. no service password-encryption  
  9. !  
  10. hostname FR_SWITCH  
  11. !  
  12. !  
  13. ip subnet-zero  
  14. !  
  15.    
  16. !  
  17.    
  18. no ip domain-lookup  
  19.    
  20. !  
  21.    
  22. frame-relay switching  
  23.    
  24. !  
  25.    
  26. !  
  27.    
  28. !  
  29.    
  30. interface FastEthernet0/0  
  31.    
  32. no ip address  
  33.    
  34. shutdown  
  35.    
  36. duplex auto  
  37.    
  38. speed auto  
  39.    
  40. !  
  41.    
  42. interface Serial1/0  
  43.    
  44. no ip address  
  45.    
  46. encapsulation frame-relay  
  47.    
  48. serial restart-delay 0  
  49.    
  50. frame-relay lmi-type ansi  
  51.    
  52. frame-relay intf-type dce  
  53.    
  54. frame-relay route 102 interface Serial1/1 201  
  55.    
  56. frame-relay route 105 interface Serial1/2 501  
  57.    
  58. !  
  59.    
  60. interface Serial1/1  
  61.    
  62. no ip address  
  63.    
  64. encapsulation frame-relay  
  65.    
  66. serial restart-delay 0  
  67.    
  68. frame-relay lmi-type ansi  
  69.    
  70. frame-relay intf-type dce  
  71.    
  72. frame-relay route 201 interface Serial1/0 102  
  73.    
  74. frame-relay route 205 interface Serial1/2 502  
  75.    
  76. !  
  77.    
  78. interface Serial1/2  
  79.    
  80. no ip address  
  81.    
  82. encapsulation frame-relay  
  83.    
  84. serial restart-delay 0  
  85.    
  86. frame-relay lmi-type ansi  
  87.    
  88. frame-relay intf-type dce  
  89.    
  90. frame-relay route 501 interface Serial1/0 105  
  91.    
  92. frame-relay route 502 interface Serial1/1 205  
  93.    
  94. !  
  95.    
  96. interface Serial1/3  
  97.    
  98. no ip address  
  99.    
  100. shutdown  
  101.    
  102. serial restart-delay 0  
  103.    
  104. !  
  105.    
  106. ip classless  
  107.    
  108. ip http server  
  109.    
  110. !  
  111.    
  112. !  
  113.    
  114. line con 0  
  115.    
  116. exec-timeout 0 0  
  117.    
  118. logging synchronous  
  119.    
  120. line aux 0  
  121.    
  122. line vty 0 4  
  123.    
  124. !  
  125. end  
标签:

给我留言