sn4k3

R2

Feb 5th, 2012
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 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 R2
  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.42.1 255.255.255.0
  27. duplex auto
  28. speed auto
  29. !
  30. interface Serial0/0
  31. ip address 192.168.50.2 255.255.255.0
  32. ip rip send version 2
  33. ip rip receive version 1
  34. ip rip authentication mode md5
  35. ip rip authentication key-chain 10
  36. clockrate 56000
  37. !
  38. interface FastEthernet0/1
  39. no ip address
  40. shutdown
  41. duplex auto
  42. speed auto
  43. !
  44. interface Serial0/1
  45. ip address 192.168.52.2 255.255.255.0
  46. clockrate 56000
  47. !
  48. interface Serial0/2
  49. no ip address
  50. shutdown
  51. !
  52. interface Serial0/3
  53. ip address 192.168.56.1 255.255.255.0
  54. ip rip send version 1
  55. ip rip receive version 2
  56. ip rip authentication mode md5
  57. ip rip authentication key-chain 10
  58. clockrate 56000
  59. !
  60. router eigrp 10
  61. network 192.168.52.0
  62. no auto-summary
  63. !
  64. router rip
  65. version 2
  66. network 192.168.42.0
  67. network 192.168.50.0
  68. network 192.168.56.0
  69. !
  70. no ip http server
  71. ip classless
  72. !
  73. !
  74. !
  75. line con 0
  76. exec-timeout 0 0
  77. logging synchronous
  78. line aux 0
  79. line vty 0 4
  80. login
  81. !
  82. !
  83. !
  84. end
Advertisement
Add Comment
Please, Sign In to add comment