sn4k3

R1

Feb 5th, 2012
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. !
  2. !
  3. version 12.3
  4. service timestamps debug datetime msec
  5. service timestamps log datetime msec
  6. no service password-encryption
  7. !
  8. hostname R1
  9. !
  10. !
  11. memory-size iomem 15
  12. ip subnet-zero
  13. !
  14. !
  15. no ip domain lookup
  16. !
  17. !
  18. key chain 10
  19. key 1
  20. key-string pwd
  21. !
  22. !
  23. !
  24. !
  25. interface FastEthernet0/0
  26. ip address 192.168.32.1 255.255.255.0
  27. ip rip authentication mode md5
  28. ip rip authentication key-chain 10
  29. duplex auto
  30. speed auto
  31. !
  32. interface Serial0/0
  33. ip address 192.168.50.1 255.255.255.0
  34. ip rip send version 1
  35. ip rip receive version 2
  36. ip rip authentication mode md5
  37. ip rip authentication key-chain 10
  38. clockrate 56000
  39. !
  40. interface FastEthernet0/1
  41. no ip address
  42. shutdown
  43. duplex auto
  44. speed auto
  45. !
  46. interface Serial0/1
  47. ip address 192.168.52.1 255.255.255.0
  48. clockrate 56000
  49. !
  50. interface Serial0/2
  51. ip address 192.168.54.1 255.255.255.0
  52. ip rip send version 2
  53. ip rip receive version 1
  54. ip rip authentication mode md5
  55. ip rip authentication key-chain 10
  56. clockrate 56000
  57. !
  58. interface Serial0/3
  59. no ip address
  60. shutdown
  61. !
  62. router eigrp 10
  63. network 192.168.52.0
  64. no auto-summary
  65. !
  66. router rip
  67. version 2
  68. network 192.168.32.0
  69. network 192.168.50.0
  70. network 192.168.54.0
  71. !
  72. no ip http server
  73. ip classless
  74. !
  75. !
  76. !
  77. line con 0
  78. exec-timeout 0 0
  79. logging synchronous
  80. line aux 0
  81. line vty 0 4
  82. login
  83. !
  84. !
  85. !
  86. end
Advertisement
Add Comment
Please, Sign In to add comment