Advertisement
Guest User

WAN

a guest
Apr 23rd, 2013
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. ====
  2. r1
  3. ====
  4.  
  5.  
  6. config t
  7. hostname R1
  8. enable secret class
  9. no ip domain-lookup
  10.  
  11. username ccna privilege 15 password ciscoccna
  12.  
  13. aaa new-model
  14.  
  15. aaa authentication login LOCAL_AUTH local
  16.  
  17. line console 0
  18. login authentication LOCAL_AUTH
  19. exec-timeout 5 0
  20. exit
  21.  
  22.  
  23. line vty 0 15
  24. login authentication LOCAL_AUTH
  25. exec-timeout 5 0
  26. exit
  27.  
  28. login block-for 10 attempts 2 within 120
  29.  
  30. int s0/0/0
  31. ip address 10.254.0.114 255.255.255.252
  32. clock rate 64000
  33. no shutdown
  34. exit
  35.  
  36. int s0/0/1
  37. ip address 10.254.0.118 255.255.255.252
  38. clock rate 64000
  39. no shutdown
  40. exit
  41.  
  42. int s0/1/0
  43. ip address 10.254.0.122 255.255.255.252
  44. clock rate 64000
  45. no shutdown
  46. exit
  47.  
  48. int s0/1/1
  49. ip address 10.254.0.126 255.255.255.252
  50. clock rate 64000
  51. no shutdown
  52. exit
  53.  
  54. router ospf 1
  55. network 10.254.0.112 0.0.0.3 area 0
  56. network 10.254.0.116 0.0.0.3 area 0
  57. network 10.254.0.120 0.0.0.3 area 0
  58. exit
  59.  
  60.  
  61.  
  62. ===
  63. r2
  64. ===
  65.  
  66. hostname R2
  67. enable secret class
  68. no ip domain-lookup
  69.  
  70. username ccna privilege 15 password ciscoccna
  71.  
  72. aaa new-model
  73.  
  74. aaa authentication login LOCAL_AUTH local
  75.  
  76. line console 0
  77. login authentication LOCAL_AUTH
  78. exec-timeout 5 0
  79. exit
  80.  
  81.  
  82. line vty 0 15
  83. login authentication LOCAL_AUTH
  84. exec-timeout 5 0
  85. exit
  86.  
  87. login block-for 10 attempts 2 within 120
  88.  
  89. int f0/0
  90. ip address 10.254.0.1 255.255.255.224
  91. no shutdown
  92. exit
  93.  
  94. int s0/0/1
  95. ip address 10.254.0.113 255.255.255.252
  96. no shutdown
  97. exit
  98.  
  99. router ospf 1
  100. network 10.254.0.0 0.0.0.31 area 0
  101. network 10.254.0.112 0.0.0.3 area 0
  102. exit
  103.  
  104.  
  105. ===
  106. r3
  107. ===
  108.  
  109. hostname R3
  110. enable secret class
  111. no ip domain-lookup
  112.  
  113. username ccna privilege 15 password ciscoccna
  114.  
  115. aaa new-model
  116.  
  117. aaa authentication login LOCAL_AUTH local
  118.  
  119. line console 0
  120. login authentication LOCAL_AUTH
  121. exec-timeout 5 0
  122. exit
  123.  
  124.  
  125. line vty 0 15
  126. login authentication LOCAL_AUTH
  127. exec-timeout 5 0
  128. exit
  129.  
  130. login block-for 10 attempts 2 within 120
  131.  
  132. int f0/0
  133. ip address 10.254.0.33 255.255.255.224
  134. no shutdown
  135. exit
  136.  
  137. int s0/0/1
  138. ip address 10.254.0.117 255.255.255.252
  139. no shutdown
  140. exit
  141.  
  142. router ospf 1
  143. network 10.254.0.32 0.0.0.31 area 0
  144. network 10.254.0.116 0.0.0.3 area 0
  145. exit
  146.  
  147.  
  148. ===
  149. r4
  150. ===
  151.  
  152. hostname R4
  153. enable secret class
  154. no ip domain-lookup
  155.  
  156. username ccna privilege 15 password ciscoccna
  157.  
  158. aaa new-model
  159.  
  160. aaa authentication login LOCAL_AUTH local
  161.  
  162. line console 0
  163. login authentication LOCAL_AUTH
  164. exec-timeout 5 0
  165. exit
  166.  
  167.  
  168. line vty 0 15
  169. login authentication LOCAL_AUTH
  170. exec-timeout 5 0
  171. exit
  172.  
  173. login block-for 10 attempts 2 within 120
  174.  
  175. int s0/0/1
  176. ip address 10.254.0.121 255.255.255.252
  177. no shutdown
  178. exit
  179.  
  180. int s0/0/0
  181. encapsulation frame-relay
  182. no shutdown
  183. exit
  184.  
  185. int s0/0/0.405 point-to-point
  186. ip address 10.254.0.125 255.255.255.252
  187. bandwidth 64
  188. frame-relay interface-dlci 405
  189. exit
  190.  
  191. int s0/0/0.406 point-to-point
  192. ip address 10.254.0.129 255.255.255.252
  193. bandwidth 64
  194. frame-relay interface-dlci 406
  195. exit
  196.  
  197. router ospf 1
  198. network 10.254.0.120 0.0.0.3 area 0
  199. network 10.254.0.124 0.0.0.3 area 0
  200. network 10.254.0.128 0.0.0.3 area 0
  201. exit
  202.  
  203.  
  204. ===
  205. r5
  206. ===
  207.  
  208. hostname R5
  209. enable secret class
  210. no ip domain-lookup
  211.  
  212. username ccna privilege 15 password ciscoccna
  213.  
  214. aaa new-model
  215.  
  216. aaa authentication login LOCAL_AUTH local
  217.  
  218. line console 0
  219. login authentication LOCAL_AUTH
  220. exec-timeout 5 0
  221. exit
  222.  
  223.  
  224. line vty 0 15
  225. login authentication LOCAL_AUTH
  226. exec-timeout 5 0
  227. exit
  228.  
  229. login block-for 10 attempts 2 within 120
  230.  
  231. int f0/0
  232. ip address 10.254.0.65 255.255.255.224
  233. no shutdown
  234. exit
  235.  
  236. int s0/0/0
  237. encapsulation frame-relay
  238. no shutdown
  239. exit
  240.  
  241. int s0/0/0.504 point-to-point
  242. ip address 10.254.0.126 255.255.255.252
  243. bandwidth 64
  244. frame-relay interface-dlci 504
  245. exit
  246.  
  247. router ospf 1
  248. network 10.254.0.124 0.0.0.3 area 0
  249. network 10.254.0.64 0.0.0.31 area 0
  250. exit
  251.  
  252. ===
  253. r6
  254. ===
  255.  
  256. hostname R6
  257. enable secret class
  258. no ip domain-lookup
  259.  
  260. username ccna privilege 15 password ciscoccna
  261.  
  262. aaa new-model
  263.  
  264. aaa authentication login LOCAL_AUTH local
  265.  
  266. line console 0
  267. login authentication LOCAL_AUTH
  268. exec-timeout 5 0
  269. exit
  270.  
  271.  
  272. line vty 0 15
  273. login authentication LOCAL_AUTH
  274. exec-timeout 5 0
  275. exit
  276.  
  277. login block-for 10 attempts 2 within 120
  278.  
  279. int f0/0
  280. ip address 10.254.0.97 255.255.255.240
  281. no shutdown
  282. exit
  283.  
  284. int s0/0/0
  285. encapsulation frame-relay
  286. no shutdown
  287. exit
  288.  
  289. int s0/0/0.604 point-to-point
  290. ip address 10.254.0.130 255.255.255.252
  291. bandwidth 64
  292. frame-relay interface-dlci 604
  293. exit
  294.  
  295. router ospf 1
  296. network 10.254.0.96 0.0.0.15 area 0
  297. network 10.254.0.128 0.0.0.3 area 0
  298. exit
  299.  
  300. ===
  301. isp
  302. ===
  303.  
  304. hostname ISP
  305. enable secret class
  306. no ip domain-lookup
  307.  
  308. username ccna privilege 15 password ciscoccna
  309.  
  310. aaa new-model
  311.  
  312. aaa authentication login LOCAL_AUTH local
  313.  
  314. line console 0
  315. login authentication LOCAL_AUTH
  316. exec-timeout 5 0
  317. exit
  318.  
  319.  
  320. line vty 0 15
  321. login authentication LOCAL_AUTH
  322. exec-timeout 5 0
  323. exit
  324.  
  325. login block-for 10 attempts 2 within 120
  326.  
  327. int s0/0/1
  328. ip address 10.254.0.125 255.255.255.252
  329. no shutdown
  330. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement