RoniElBombardero

Data learningnetwork.cisco.com by Roni Bombardero

Jan 23rd, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.82 KB | None | 0 0
  1. Current configuration : 1334 bytes
  2. !
  3. version 12.4
  4. service timestamps debug datetime msec
  5. service timestamps log datetime msec
  6. no service password-encryption
  7. !
  8. hostname R1
  9. !
  10. boot-start-marker
  11. boot-end-marker
  12. !
  13. enable secret 5 $1$sLCG$FbxenftEe2pCGchEEYBbj1
  14. !
  15. no aaa new-model
  16. !
  17. resource policy
  18. !
  19. memory-size iomem 5
  20. ip cef
  21. !
  22. !
  23. !
  24. !
  25. no ip domain lookup
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. interface Loopback1
  50. ip address 10.1.1.1 255.255.255.0
  51. !
  52. interface Loopback2
  53. ip address 10.1.2.1 255.255.255.0
  54. !
  55. interface Loopback3
  56. ip address 10.1.3.1 255.255.255.0
  57. !
  58. interface FastEthernet0/0
  59. ip address 172.16.1.5 255.255.255.252
  60. duplex auto
  61. speed auto
  62. !
  63. interface Serial0/0
  64. ip address 172.16.1.1 255.255.255.252
  65. clock rate 64000
  66. !
  67. interface FastEthernet0/1
  68. no ip address
  69. shutdown
  70. duplex auto
  71. speed auto
  72. !
  73. interface Serial0/1
  74. no ip address
  75. shutdown
  76. clock rate 2000000
  77. !
  78. router ospf 1
  79. log-adjacency-changes
  80. network 10.1.0.0 0.0.3.255 area 0
  81. network 172.16.1.0 0.0.0.3 area 1
  82. network 172.16.1.4 0.0.0.3 area 4
  83. !
  84. !
  85. !
  86. ip http server
  87. no ip http secure-server
  88. !
  89. !
  90. !
  91. !
  92. !
  93. !
  94. !
  95. control-plane
  96. !
  97. !
  98. !
  99. !
  100. !
  101. !
  102. !
  103. !
  104. !
  105. !
  106. line con 0
  107. exec-timeout 0 0
  108. password cisco
  109. logging synchronous
  110. login
  111. line aux 0
  112. line vty 0 4
  113. exec-timeout 0 0
  114. password cisco
  115. logging synchronous
  116. login
  117. !
  118. !
  119. webvpn context Default_context
  120. ssl authenticate verify all
  121. !
  122. no inservice
  123. !
  124. !
  125. end
  126. ******************************************
  127.  
  128. Building configuration...
  129.  
  130. Current configuration : 1706 bytes
  131. !
  132. version 12.4
  133. service timestamps debug datetime msec
  134. service timestamps log datetime msec
  135. no service password-encryption
  136. !
  137. hostname R2
  138. !
  139. boot-start-marker
  140. boot-end-marker
  141. !
  142. enable secret 5 $1$7Sc0$MkQ2uU6jCY3Tu4LE.jEfn0
  143. !
  144. no aaa new-model
  145. !
  146. resource policy
  147. !
  148. memory-size iomem 5
  149. ip cef
  150. !
  151. !
  152. !
  153. !
  154. no ip domain lookup
  155. !
  156. !
  157. !
  158. !
  159. !
  160. !
  161. !
  162. !
  163. !
  164. !
  165. !
  166. !
  167. !
  168. !
  169. !
  170. !
  171. !
  172. !
  173. !
  174. !
  175. !
  176. !
  177. !
  178. interface Loopback1
  179. ip address 11.0.0.1 255.255.255.0
  180. !
  181. interface Loopback2
  182. ip address 11.0.1.1 255.255.255.0
  183. !
  184. interface Loopback3
  185. ip address 11.0.2.1 255.255.255.0
  186. !
  187. interface FastEthernet0/0
  188. bandwidth 10000
  189. ip address 172.16.1.10 255.255.255.252
  190. duplex auto
  191. speed auto
  192. !
  193. interface Serial0/0
  194. ip address 172.16.1.2 255.255.255.252
  195. clock rate 64000
  196. !
  197. interface FastEthernet0/1
  198. no ip address
  199. shutdown
  200. duplex auto
  201. speed auto
  202. !
  203. interface Serial0/1
  204. bandwidth 64
  205. ip address 192.168.1.1 255.255.255.252
  206. clock rate 64000
  207. !
  208. router eigrp 1
  209. redistribute ospf 1 metric 10000 1000 255 1 1500
  210. passive-interface Serial0/0
  211. passive-interface Loopback1
  212. passive-interface Loopback2
  213. passive-interface Loopback3
  214. network 11.0.0.0
  215. network 172.16.1.8 0.0.0.3
  216. network 192.168.1.0 0.0.0.3
  217. distance eigrp 90 100
  218. no auto-summary
  219. !
  220. router ospf 1
  221. log-adjacency-changes
  222. redistribute eigrp 1 metric 100 metric-type 1 subnets
  223. network 172.16.1.0 0.0.0.3 area 1
  224. !
  225. !
  226. !
  227. ip http server
  228. no ip http secure-server
  229. !
  230. access-list 1 permit 10.1.0.0 0.0.3.255 log
  231. !
  232. !
  233. !
  234. !
  235. !
  236. !
  237. control-plane
  238. !
  239. !
  240. !
  241. !
  242. !
  243. !
  244. !
  245. !
  246. !
  247. !
  248. line con 0
  249. exec-timeout 0 0
  250. password cisco
  251. logging synchronous
  252. login
  253. line aux 0
  254. line vty 0 4
  255. exec-timeout 0 0
  256. password cisco
  257. logging synchronous
  258. login
  259. !
  260. !
  261. webvpn context Default_context
  262. ssl authenticate verify all
  263. !
  264. no inservice
  265. !
  266. !
  267. end
  268. **********************************
  269.  
  270.  
  271. Current configuration : 1667 bytes
  272. !
  273. version 12.4
  274. service timestamps debug datetime msec
  275. service timestamps log datetime msec
  276. no service password-encryption
  277. !
  278. hostname R3
  279. !
  280. boot-start-marker
  281. boot-end-marker
  282. !
  283. enable secret 5 $1$q/55$90gyAiKyBAfMPNUYzeK6r/
  284. !
  285. no aaa new-model
  286. !
  287. resource policy
  288. !
  289. memory-size iomem 5
  290. ip cef
  291. !
  292. !
  293. !
  294. !
  295. no ip domain lookup
  296. !
  297. !
  298. !
  299. !
  300. !
  301. !
  302. !
  303. !
  304. !
  305. !
  306. !
  307. !
  308. !
  309. !
  310. !
  311. !
  312. !
  313. !
  314. !
  315. !
  316. !
  317. !
  318. !
  319. interface Loopback1
  320. ip address 12.0.0.1 255.255.255.0
  321. !
  322. interface Loopback2
  323. ip address 12.0.1.1 255.255.255.0
  324. !
  325. interface Loopback3
  326. ip address 12.0.2.1 255.255.255.0
  327. !
  328. interface FastEthernet0/0
  329. ip address 172.16.1.6 255.255.255.252
  330. duplex auto
  331. speed auto
  332. !
  333. interface Serial0/0
  334. bandwidth 64
  335. ip address 192.168.1.10 255.255.255.252
  336. clock rate 64000
  337. !
  338. interface FastEthernet0/1
  339. bandwidth 10000
  340. ip address 172.16.1.9 255.255.255.252
  341. duplex auto
  342. speed auto
  343. !
  344. interface Serial0/1
  345. no ip address
  346. shutdown
  347. clock rate 2000000
  348. !
  349. router eigrp 1
  350. redistribute ospf 1 metric 10 1000 255 1 1500
  351. passive-interface FastEthernet0/0
  352. passive-interface Loopback1
  353. passive-interface Loopback2
  354. passive-interface Loopback3
  355. network 12.0.0.0
  356. network 172.16.1.8 0.0.0.3
  357. network 192.168.1.8 0.0.0.3
  358. distance eigrp 90 90
  359. no auto-summary
  360. !
  361. router ospf 1
  362. log-adjacency-changes
  363. redistribute eigrp 1 metric 1000 metric-type 1 subnets
  364. network 172.16.1.4 0.0.0.3 area 4
  365. !
  366. !
  367. !
  368. ip http server
  369. no ip http secure-server
  370. !
  371. !
  372. !
  373. !
  374. !
  375. !
  376. !
  377. control-plane
  378. !
  379. !
  380. !
  381. !
  382. !
  383. !
  384. !
  385. !
  386. !
  387. !
  388. line con 0
  389. exec-timeout 0 0
  390. password cisco
  391. logging synchronous
  392. login
  393. line aux 0
  394. line vty 0 4
  395. exec-timeout 0 0
  396. password cisco
  397. logging synchronous
  398. login
  399. !
  400. !
  401. webvpn context Default_context
  402. ssl authenticate verify all
  403. !
  404. no inservice
  405. !
  406. !
  407. end
  408. *****************************
  409.  
  410. Current configuration : 1144 bytes
  411. !
  412. version 12.4
  413. service timestamps debug datetime msec
  414. service timestamps log datetime msec
  415. no service password-encryption
  416. !
  417. hostname R4
  418. !
  419. boot-start-marker
  420. boot-end-marker
  421. !
  422. enable secret 5 $1$7rj3$UZYjc2S9oX3v/OD6PqQcr/
  423. !
  424. no aaa new-model
  425. !
  426. resource policy
  427. !
  428. memory-size iomem 5
  429. ip cef
  430. !
  431. !
  432. !
  433. !
  434. no ip domain lookup
  435. !
  436. !
  437. !
  438. !
  439. !
  440. !
  441. !
  442. !
  443. !
  444. !
  445. !
  446. !
  447. !
  448. !
  449. !
  450. !
  451. !
  452. !
  453. !
  454. !
  455. !
  456. !
  457. !
  458. interface FastEthernet0/0
  459. bandwidth 10000
  460. ip address 192.168.1.5 255.255.255.252
  461. duplex auto
  462. speed auto
  463. !
  464. interface Serial0/0
  465. bandwidth 64
  466. ip address 192.168.1.2 255.255.255.252
  467. clock rate 64000
  468. !
  469. interface FastEthernet0/1
  470. no ip address
  471. shutdown
  472. duplex auto
  473. speed auto
  474. !
  475. interface Serial0/1
  476. no ip address
  477. shutdown
  478. clock rate 2000000
  479. !
  480. router eigrp 1
  481. network 192.168.1.0 0.0.0.3
  482. network 192.168.1.4 0.0.0.3
  483. no auto-summary
  484. !
  485. !
  486. !
  487. ip http server
  488. no ip http secure-server
  489. !
  490. !
  491. !
  492. !
  493. !
  494. !
  495. !
  496. control-plane
  497. !
  498. !
  499. !
  500. !
  501. !
  502. !
  503. !
  504. !
  505. !
  506. !
  507. line con 0
  508. exec-timeout 0 0
  509. password cisco
  510. logging synchronous
  511. login
  512. line aux 0
  513. line vty 0 4
  514. exec-timeout 0 0
  515. password cisco
  516. logging synchronous
  517. login
  518. !
  519. !
  520. webvpn context Default_context
  521. ssl authenticate verify all
  522. !
  523. no inservice
  524. !
  525. !
  526. end
  527. *****************************
  528.  
  529. Building configuration...
  530.  
  531. Current configuration : 1144 bytes
  532. !
  533. version 12.4
  534. service timestamps debug datetime msec
  535. service timestamps log datetime msec
  536. no service password-encryption
  537. !
  538. hostname R5
  539. !
  540. boot-start-marker
  541. boot-end-marker
  542. !
  543. enable secret 5 $1$7qdH$1GAMiGMzwWuuM04kb6tqb.
  544. !
  545. no aaa new-model
  546. !
  547. resource policy
  548. !
  549. memory-size iomem 5
  550. ip cef
  551. !
  552. !
  553. !
  554. !
  555. no ip domain lookup
  556. !
  557. !
  558. !
  559. !
  560. !
  561. !
  562. !
  563. !
  564. !
  565. !
  566. !
  567. !
  568. !
  569. !
  570. !
  571. !
  572. !
  573. !
  574. !
  575. !
  576. !
  577. !
  578. !
  579. interface FastEthernet0/0
  580. bandwidth 10000
  581. ip address 192.168.1.6 255.255.255.252
  582. duplex auto
  583. speed auto
  584. !
  585. interface Serial0/0
  586. bandwidth 64
  587. ip address 192.168.1.9 255.255.255.252
  588. clock rate 64000
  589. !
  590. interface FastEthernet0/1
  591. no ip address
  592. shutdown
  593. duplex auto
  594. speed auto
  595. !
  596. interface Serial0/1
  597. no ip address
  598. shutdown
  599. clock rate 2000000
  600. !
  601. router eigrp 1
  602. network 192.168.1.4 0.0.0.3
  603. network 192.168.1.8 0.0.0.3
  604. no auto-summary
  605. !
  606. !
  607. !
  608. ip http server
  609. no ip http secure-server
  610. !
  611. !
  612. !
  613. !
  614. !
  615. !
  616. !
  617. control-plane
  618. !
  619. !
  620. !
  621. !
  622. !
  623. !
  624. !
  625. !
  626. !
  627. !
  628. line con 0
  629. exec-timeout 0 0
  630. password cisco
  631. logging synchronous
  632. login
  633. line aux 0
  634. line vty 0 4
  635. exec-timeout 0 0
  636. password cisco
  637. logging synchronous
  638. login
  639. !
  640. !
  641. webvpn context Default_context
  642. ssl authenticate verify all
  643. !
  644. no inservice
  645. !
  646. !
  647. end
Add Comment
Please, Sign In to add comment