Guest User

Untitled

a guest
Apr 6th, 2019
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. Topology: https://imgur.com/a/zq2h1zV
  2.  
  3.  
  4. PC1#show run
  5. Building configuration...
  6.  
  7. Current configuration : 938 bytes
  8. !
  9. ! Last configuration change at 01:53:24 UTC Sun Apr 7 2019
  10. !
  11. version 15.2
  12. service timestamps debug datetime msec
  13. service timestamps log datetime msec
  14. !
  15. hostname PC1
  16. !
  17. boot-start-marker
  18. boot-end-marker
  19. !
  20. !
  21. !
  22. no aaa new-model
  23. no ip routing
  24. no ip icmp rate-limit unreachable
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. no ip domain lookup
  32. no ip cef
  33. no ipv6 cef
  34. !
  35. !
  36. multilink bundle-name authenticated
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. ip tcp synwait-time 5
  50. !
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. interface FastEthernet0/0
  60. ip address 10.0.0.2 255.255.255.0
  61. no ip route-cache
  62. duplex full
  63. !
  64. interface GigabitEthernet1/0
  65. no ip address
  66. no ip route-cache
  67. shutdown
  68. negotiation auto
  69. !
  70. ip default-gateway 10.0.0.1
  71. ip forward-protocol nd
  72. !
  73. !
  74. no ip http server
  75. no ip http secure-server
  76. !
  77. !
  78. !
  79. !
  80. control-plane
  81. !
  82. !
  83. line con 0
  84. exec-timeout 0 0
  85. privilege level 15
  86. logging synchronous
  87. stopbits 1
  88. line aux 0
  89. exec-timeout 0 0
  90. privilege level 15
  91. logging synchronous
  92. stopbits 1
  93. line vty 0 4
  94. login
  95. !
  96. !
  97. end
  98. ----------------------------------------------------------------------------------------------------------------
  99. PC1#
  100.  
  101.  
  102. LONDON#show run
  103. Building configuration...
  104.  
  105. Current configuration : 1377 bytes
  106. !
  107. ! Last configuration change at 03:00:18 UTC Sun Apr 7 2019
  108. !
  109. version 15.2
  110. service timestamps debug datetime msec
  111. service timestamps log datetime msec
  112. !
  113. hostname LONDON
  114. !
  115. boot-start-marker
  116. boot-end-marker
  117. !
  118. !
  119. !
  120. no aaa new-model
  121. no ip icmp rate-limit unreachable
  122. !
  123. !
  124. !
  125. !
  126. !
  127. !
  128. no ip domain lookup
  129. ip cef
  130. no ipv6 cef
  131. !
  132. !
  133. multilink bundle-name authenticated
  134. !
  135. !
  136. !
  137. !
  138. !
  139. !
  140. !
  141. !
  142. !
  143. !
  144. !
  145. !
  146. ip tcp synwait-time 5
  147. !
  148. !
  149. crypto isakmp policy 100
  150. hash md5
  151. authentication pre-share
  152. group 5
  153. lifetime 5000
  154. crypto isakmp key CISCO address 88.88.88.2 255.255.255.252
  155. !
  156. !
  157. crypto ipsec transform-set T7 ah-md5-hmac esp-aes
  158. mode tunnel
  159. !
  160. crypto ipsec profile BELL
  161. set transform-set T7
  162. !
  163. !
  164. !
  165. !
  166. !
  167. !
  168. !
  169. interface Tunnel0
  170. ip address 192.168.1.1 255.255.255.0
  171. tunnel source GigabitEthernet1/0
  172. tunnel mode ipsec ipv4
  173. tunnel destination 88.88.88.2
  174. tunnel protection ipsec profile BELL
  175. !
  176. interface FastEthernet0/0
  177. ip address 10.0.0.1 255.255.255.0
  178. duplex full
  179. !
  180. interface GigabitEthernet1/0
  181. ip address 88.88.88.1 255.255.255.252
  182. negotiation auto
  183. !
  184. ip forward-protocol nd
  185. !
  186. !
  187. no ip http server
  188. no ip http secure-server
  189. ip route 10.0.1.0 255.255.255.0 Tunnel0 192.168.1.2
  190. !
  191. !
  192. !
  193. !
  194. control-plane
  195. !
  196. !
  197. line con 0
  198. exec-timeout 0 0
  199. privilege level 15
  200. logging synchronous
  201. stopbits 1
  202. line aux 0
  203. exec-timeout 0 0
  204. privilege level 15
  205. logging synchronous
  206. stopbits 1
  207. line vty 0 4
  208. login
  209. !
  210. !
  211. end
  212. ----------------------------------------------------------------------------------------------------------------
  213.  
  214. AZORES#show run
  215. Building configuration...
  216.  
  217. Current configuration : 1377 bytes
  218. !
  219. ! Last configuration change at 03:00:07 UTC Sun Apr 7 2019
  220. !
  221. version 15.2
  222. service timestamps debug datetime msec
  223. service timestamps log datetime msec
  224. !
  225. hostname AZORES
  226. !
  227. boot-start-marker
  228. boot-end-marker
  229. !
  230. !
  231. !
  232. no aaa new-model
  233. no ip icmp rate-limit unreachable
  234. !
  235. !
  236. !
  237. !
  238. !
  239. !
  240. no ip domain lookup
  241. ip cef
  242. no ipv6 cef
  243. !
  244. !
  245. multilink bundle-name authenticated
  246. !
  247. !
  248. !
  249. !
  250. !
  251. !
  252. !
  253. !
  254. !
  255. !
  256. !
  257. !
  258. ip tcp synwait-time 5
  259. !
  260. !
  261. crypto isakmp policy 100
  262. hash md5
  263. authentication pre-share
  264. group 5
  265. lifetime 5000
  266. crypto isakmp key CISCO address 88.88.88.1 255.255.255.252
  267. !
  268. !
  269. crypto ipsec transform-set T7 ah-md5-hmac esp-aes
  270. mode tunnel
  271. !
  272. crypto ipsec profile BELL
  273. set transform-set T7
  274. !
  275. !
  276. !
  277. !
  278. !
  279. !
  280. !
  281. interface Tunnel0
  282. ip address 192.168.1.2 255.255.255.0
  283. tunnel source GigabitEthernet1/0
  284. tunnel mode ipsec ipv4
  285. tunnel destination 88.88.88.1
  286. tunnel protection ipsec profile BELL
  287. !
  288. interface FastEthernet0/0
  289. ip address 10.0.1.1 255.255.255.0
  290. duplex full
  291. !
  292. interface GigabitEthernet1/0
  293. ip address 88.88.88.2 255.255.255.252
  294. negotiation auto
  295. !
  296. ip forward-protocol nd
  297. !
  298. !
  299. no ip http server
  300. no ip http secure-server
  301. ip route 10.0.0.0 255.255.255.0 Tunnel0 192.168.1.1
  302. !
  303. !
  304. !
  305. !
  306. control-plane
  307. !
  308. !
  309. line con 0
  310. exec-timeout 0 0
  311. privilege level 15
  312. logging synchronous
  313. stopbits 1
  314. line aux 0
  315. exec-timeout 0 0
  316. privilege level 15
  317. logging synchronous
  318. stopbits 1
  319. line vty 0 4
  320. login
  321. !
  322. !
  323. end
  324. ----------------------------------------------------------------------------------------------------------------
  325. PC4#show run
  326. Building configuration...
  327.  
  328. Current configuration : 938 bytes
  329. !
  330. ! Last configuration change at 03:04:47 UTC Sun Apr 7 2019
  331. !
  332. version 15.2
  333. service timestamps debug datetime msec
  334. service timestamps log datetime msec
  335. !
  336. hostname PC4
  337. !
  338. boot-start-marker
  339. boot-end-marker
  340. !
  341. !
  342. !
  343. no aaa new-model
  344. no ip routing
  345. no ip icmp rate-limit unreachable
  346. !
  347. !
  348. !
  349. !
  350. !
  351. !
  352. no ip domain lookup
  353. no ip cef
  354. no ipv6 cef
  355. !
  356. !
  357. multilink bundle-name authenticated
  358. !
  359. !
  360. !
  361. !
  362. !
  363. !
  364. !
  365. !
  366. !
  367. !
  368. !
  369. !
  370. ip tcp synwait-time 5
  371. !
  372. !
  373. !
  374. !
  375. !
  376. !
  377. !
  378. !
  379. !
  380. interface FastEthernet0/0
  381. ip address 10.0.1.3 255.255.255.0
  382. no ip route-cache
  383. duplex full
  384. !
  385. interface GigabitEthernet1/0
  386. no ip address
  387. no ip route-cache
  388. shutdown
  389. negotiation auto
  390. !
  391. ip default-gateway 10.0.1.1
  392. ip forward-protocol nd
  393. !
  394. !
  395. no ip http server
  396. no ip http secure-server
  397. !
  398. !
  399. !
  400. !
  401. control-plane
  402. !
  403. !
  404. line con 0
  405. exec-timeout 0 0
  406. privilege level 15
  407. logging synchronous
  408. stopbits 1
  409. line aux 0
  410. exec-timeout 0 0
  411. privilege level 15
  412. logging synchronous
  413. stopbits 1
  414. line vty 0 4
  415. login
  416. !
  417. !
  418. end
  419.  
  420. PC4#
Advertisement
Add Comment
Please, Sign In to add comment