sn4k3

R3

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