Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. conf t
  2. no ip domain-lookup
  3. line con 0
  4. password cisco
  5. logging synchronous
  6. login
  7. line vty 0 15
  8. password cisco
  9. logging synchronous
  10. login
  11. end
  12.  
  13.  
  14.  
  15. Router 1 -
  16. conf t
  17. no ip domain-lookup
  18. line con 0
  19. password cisco
  20. logging synchronous
  21. login
  22. line vty 0 15
  23. password cisco
  24. logging synchronous
  25. login
  26. end
  27. conf t
  28. int f0/0
  29. ip address 192.168.1.1 255.255.255.0
  30. no sh
  31. int s0/0
  32. ip address 192.168.12.1 255.255.255.252
  33. clock rate 128000
  34. no sh
  35. int s0/1
  36. ip address 192.168.13.1 255.255.255.252
  37. no sh
  38. end
  39.  
  40.  
  41. Router 2 -
  42. conf t
  43. no ip domain-lookup
  44. line con 0
  45. password cisco
  46. logging synchronous
  47. login
  48. line vty 0 15
  49. password cisco
  50. logging synchronous
  51. login
  52. end
  53. conf t
  54. int f0/0
  55. ip address 192.168.2.1 255.255.255.0
  56. no sh
  57. int s0/0
  58. ip address 192.168.12.2 255.255.255.252
  59. no sh
  60. int s0/1
  61. ip address 192.168.23.1 255.255.255.252
  62. clock rate 128000
  63. no sh
  64. end
  65.  
  66. Router 3 -
  67. conf t
  68. no ip domain-lookup
  69. line con 0
  70. password cisco
  71. logging synchronous
  72. login
  73. line vty 0 15
  74. password cisco
  75. logging synchronous
  76. login
  77. end
  78. conf t
  79. int f0/0
  80. ip address 192.168.3.1 255.255.255.0
  81. no sh
  82. int s0/1
  83. ip address 192.168.13.2 255.255.255.252
  84. no sh
  85. int s0/0
  86. ip address 192.168.23.2 255.255.255.252
  87. clock rate 128000
  88. no sh
  89. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement