Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
759
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. version 12.4
  2. service timestamps debug datetime msec
  3. service timestamps log datetime msec
  4. service password-encryption
  5. !
  6. hostname R1
  7. !
  8. boot-start-marker
  9. boot-end-marker
  10. !
  11. security passwords min-length 10
  12. logging message-counter syslog
  13. enable secret 5 $1$mfMP$CGU6v4vsTKXJOMEWJZ6EW0
  14. !
  15. no aaa new-model
  16. memory-size iomem 5
  17. dot11 syslog
  18. ip source-route
  19. !
  20. !
  21. !
  22. !
  23. ip cef
  24. no ipv6 cef
  25. !
  26. multilink bundle-name authenticated
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. voice-card 0
  50. !
  51. !
  52. !
  53. !
  54. !
  55. archive
  56. log config
  57. hidekeys
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. !
  67. interface FastEthernet0/0
  68. ip address 192.168.1.1 255.255.255.0
  69. duplex auto
  70. speed auto
  71. !
  72. interface FastEthernet0/1
  73. no ip address
  74. shutdown
  75. duplex auto
  76. speed auto
  77. !
  78. interface Serial0/1/0
  79. ip address 10.1.1.1 255.255.255.252
  80. clock rate 64000
  81. !
  82. interface Serial0/1/1
  83. no ip address
  84. shutdown
  85. clock rate 125000
  86. !
  87. ip forward-protocol nd
  88. ip route 0.0.0.0 0.0.0.0 Serial0/1/0
  89. no ip http server
  90. no ip http secure-server
  91. !
  92. !
  93. !
  94. !
  95. !
  96. !
  97. !
  98. !
  99. !
  100. control-plane
  101. !
  102. !
  103. !
  104. !
  105. !
  106. !
  107. !
  108. !
  109. !
  110. !
  111. line con 0
  112. exec-timeout 5 0
  113. password 7 01100F17580405002F5C4F1A0A
  114. logging synchronous
  115. login
  116. line aux 0
  117. exec-timeout 5 0
  118. password 7 14141B180F0B2B3E3C38322631
  119. login
  120. line vty 0 4
  121. exec-timeout 5 0
  122. password 7 13061E010803123E3234292026
  123. logging synchronous
  124. login
  125. !
  126. scheduler allocate 20000 1000
  127. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement