Advertisement
Guest User

Untitled

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