Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. Router_B#
  2. %SYS-5-CONFIG_I: Configured from console by console
  3. sh run
  4. Building configuration...
  5.  
  6. Current configuration : 828 bytes
  7. !
  8. version 15.1
  9. no service timestamps log datetime msec
  10. no service timestamps debug datetime msec
  11. no service password-encryption
  12. !
  13. hostname Router_B
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. !
  21. !
  22. no ip cef
  23. no ipv6 cef
  24. !
  25. !
  26. !
  27. !
  28. license udi pid CISCO2901/K9 sn FTX1524568T
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. spanning-tree mode pvst
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. interface GigabitEthernet0/0
  48. ip address 192.168.1.1 255.255.255.0
  49. duplex auto
  50. speed auto
  51. !
  52. interface GigabitEthernet0/1
  53. no ip address
  54. duplex auto
  55. speed auto
  56. shutdown
  57. !
  58. interface Serial0/3/0
  59. ip address 172.10.5.30 255.255.255.0
  60. clock rate 64000
  61. !
  62. interface Serial0/3/1
  63. no ip address
  64. clock rate 2000000
  65. shutdown
  66. !
  67. interface Vlan1
  68. no ip address
  69. shutdown
  70. !
  71. router rip
  72. network 172.10.0.0
  73. network 192.168.1.0
  74. !
  75. ip classless
  76. !
  77. ip flow-export version 9
  78. !
  79. !
  80. !
  81. !
  82. !
  83. !
  84. !
  85. line con 0
  86. !
  87. line aux 0
  88. !
  89. line vty 0 4
  90. login
  91. !
  92. !
  93. !
  94. end
  95. -----------------------
  96. Router_M#
  97. %SYS-5-CONFIG_I: Configured from console by console
  98.  
  99. Router_M#sh run
  100. Building configuration...
  101.  
  102. Current configuration : 816 bytes
  103. !
  104. version 15.1
  105. no service timestamps log datetime msec
  106. no service timestamps debug datetime msec
  107. no service password-encryption
  108. !
  109. hostname Router_M
  110. !
  111. !
  112. !
  113. !
  114. !
  115. !
  116. !
  117. !
  118. no ip cef
  119. no ipv6 cef
  120. !
  121. !
  122. !
  123. !
  124. license udi pid CISCO2901/K9 sn FTX1524HEQC
  125. !
  126. !
  127. !
  128. !
  129. !
  130. !
  131. !
  132. !
  133. !
  134. !
  135. !
  136. spanning-tree mode pvst
  137. !
  138. !
  139. !
  140. !
  141. !
  142. !
  143. interface GigabitEthernet0/0
  144. ip address 192.168.200.242 255.255.255.0
  145. duplex auto
  146. speed auto
  147. !
  148. interface GigabitEthernet0/1
  149. no ip address
  150. duplex auto
  151. speed auto
  152. shutdown
  153. !
  154. interface Serial0/3/0
  155. ip address 172.10.5.15 255.255.255.0
  156. !
  157. interface Serial0/3/1
  158. no ip address
  159. clock rate 2000000
  160. shutdown
  161. !
  162. interface Vlan1
  163. no ip address
  164. shutdown
  165. !
  166. router rip
  167. network 172.10.0.0
  168. network 192.168.200.0
  169. !
  170. ip classless
  171. !
  172. ip flow-export version 9
  173. !
  174. !
  175. !
  176. !
  177. !
  178. !
  179. !
  180. line con 0
  181. !
  182. line aux 0
  183. !
  184. line vty 0 4
  185. login
  186. !
  187. !
  188. !
  189. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement