Advertisement
Guest User

Untitled

a guest
Apr 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. R1#show run
  2. Building configuration...
  3.  
  4. Current configuration : 1189 bytes
  5. !
  6. version 12.4
  7. service timestamps debug datetime msec
  8. service timestamps log datetime msec
  9. no service password-encryption
  10. !
  11. hostname R1
  12. !
  13. boot-start-marker
  14. boot-end-marker
  15. !
  16. !
  17. no aaa new-model
  18. ip cef
  19. !
  20. !
  21. !
  22. !
  23. multilink bundle-name authenticated
  24. !
  25. !
  26. archive
  27. log config
  28. hidekeys
  29. !
  30. !
  31. !
  32. !
  33. !
  34. interface FastEthernet0/0
  35. ip address 172.16.0.91 255.255.255.248
  36. duplex auto
  37. speed auto
  38. !
  39. interface FastEthernet0/1
  40. ip address 172.16.0.99 255.255.255.248
  41. duplex auto
  42. speed auto
  43. !
  44. interface Serial0/0/0
  45. ip address 172.16.0.105 255.255.255.252
  46. no fair-queue
  47. clock rate 125000
  48. !
  49. interface Serial0/0/1
  50. ip address 172.16.0.109 255.255.255.252
  51. clock rate 125000
  52. !
  53. router ospf 214
  54. log-adjacency-changes
  55. network 172.16.0.88 0.0.0.7 area 0
  56. network 172.16.0.96 0.0.0.7 area 0
  57. network 172.16.0.104 0.0.0.3 area 1
  58. network 172.16.0.108 0.0.0.3 area 1
  59. !
  60. ip forward-protocol nd
  61. !
  62. !
  63. ip http server
  64. !
  65. access-list 1 permit 10.215.3.2
  66. access-list 1 permit 10.215.2.2
  67. access-list 1 deny any
  68. access-list 2 permit 10.215.3.2
  69. access-list 2 permit 10.215.2.2
  70. access-list 2 deny any
  71. !
  72. !
  73. control-plane
  74. !
  75. !
  76. line con 0
  77. logging synchronous
  78. line aux 0
  79. line vty 0 4
  80. login
  81. !
  82. scheduler allocate 20000 1000
  83. end
  84. ----------------------------------------------------------
  85. R2#show run
  86. Building configuration...
  87.  
  88. Current configuration : 998 bytes
  89. !
  90. version 12.4
  91. service timestamps debug datetime msec
  92. service timestamps log datetime msec
  93. no service password-encryption
  94. !
  95. hostname R2
  96. !
  97. boot-start-marker
  98. boot-end-marker
  99. !
  100. !
  101. no aaa new-model
  102. ip cef
  103. !
  104. !
  105. !
  106. !
  107. multilink bundle-name authenticated
  108. !
  109. !
  110. archive
  111. log config
  112. hidekeys
  113. !
  114. !
  115. !
  116. !
  117. !
  118. interface FastEthernet0/0
  119. ip address 10.215.2.1 255.255.255.0
  120. ip access-group 1 out
  121. duplex auto
  122. speed auto
  123. !
  124. interface FastEthernet0/1
  125. no ip address
  126. shutdown
  127. duplex auto
  128. speed auto
  129. !
  130. interface Serial0/0/0
  131. ip address 172.16.0.106 255.255.255.252
  132. no fair-queue
  133. !
  134. interface Serial0/0/1
  135. no ip address
  136. shutdown
  137. clock rate 125000
  138. !
  139. router ospf 214
  140. log-adjacency-changes
  141. network 10.215.2.0 0.0.0.255 area 1
  142. network 172.16.0.104 0.0.0.3 area 1
  143. !
  144. ip forward-protocol nd
  145. !
  146. !
  147. ip http server
  148. !
  149. access-list 1 permit 10.215.3.2
  150. access-list 1 permit 10.215.2.2
  151. access-list 1 deny any
  152. !
  153. !
  154. control-plane
  155. !
  156. !
  157. line con 0
  158. logging synchronous
  159. line aux 0
  160. line vty 0 4
  161. login
  162. !
  163. scheduler allocate 20000 1000
  164. end
  165. ----------------------------------------------------------
  166. R3#show run
  167. Building configuration...
  168.  
  169. Current configuration : 1050 bytes
  170. !
  171. version 12.4
  172. service timestamps debug datetime msec
  173. service timestamps log datetime msec
  174. no service password-encryption
  175. !
  176. hostname R3
  177. !
  178. boot-start-marker
  179. boot-end-marker
  180. !
  181. !
  182. no aaa new-model
  183. memory-size iomem 15
  184. ip cef
  185. !
  186. !
  187. !
  188. !
  189. multilink bundle-name authenticated
  190. !
  191. !
  192. archive
  193. log config
  194. hidekeys
  195. !
  196. !
  197. !
  198. !
  199. !
  200. interface FastEthernet0/0
  201. ip address 10.215.3.1 255.255.255.0
  202. ip access-group 1 in
  203. duplex auto
  204. speed auto
  205. !
  206. interface FastEthernet0/1
  207. no ip address
  208. shutdown
  209. duplex auto
  210. speed auto
  211. !
  212. interface Serial0/0/0
  213. no ip address
  214. shutdown
  215. no fair-queue
  216. clock rate 125000
  217. !
  218. interface Serial0/0/1
  219. ip address 172.16.0.110 255.255.255.252
  220. !
  221. router ospf 214
  222. log-adjacency-changes
  223. network 10.215.3.0 0.0.0.255 area 1
  224. network 172.16.0.108 0.0.0.3 area 1
  225. !
  226. ip forward-protocol nd
  227. !
  228. !
  229. ip http server
  230. !
  231. access-list 1 permit 10.215.5.2
  232. access-list 1 permit 10.215.3.2
  233. access-list 1 permit 10.215.2.2
  234. access-list 1 deny any
  235. !
  236. !
  237. control-plane
  238. !
  239. !
  240. line con 0
  241. logging synchronous
  242. line aux 0
  243. line vty 0 4
  244. login
  245. !
  246. scheduler allocate 20000 1000
  247. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement