Advertisement
Guest User

Basic_conf2

a guest
Jan 18th, 2017
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. en
  2. conf t
  3. hostname <X>
  4. enable secret cisco12345
  5. username cisco privilege 15 algorithm-type scrypt secret cisco12345
  6. username LKH privilege 15 algorithm-type scrypt secret cisco1234
  7. username BCPE privilege 15 algorithm-type scrypt secret cisco1234
  8. aaa new-model
  9. aaa authentication login default local
  10. service password-encryption
  11. banner motd #
  12. +-------------------------------------------------------------------+
  13. | |
  14. | THIS DEVICE IS MONITORED! |
  15. | |
  16. | This device is managed by Hold 4 (Singapore) |
  17. | |
  18. | ** Access to this system is PROHIBITED unless AUTHORIZED ** |
  19. | If you are not authorized please disconnect now. |
  20. | If you fail to disconnect nwo you may be prosecuted under the |
  21. | Crimes Act 2009 section 32 under Singapore law. |
  22. | |
  23. +-------------------------------------------------------------------+
  24. #
  25. no ip http server
  26. ip http secure-server
  27. ip domain-name singapore.net
  28. no ip domain-lookup
  29. crypto key generate rsa general modulus 1024
  30. ip ssh version 2
  31. ip ssh time-out 120
  32. line console 0
  33. logging syn
  34. privilege level 15
  35. exec-timeout 5 0
  36. line vty 0 4
  37. logging syn
  38. privilege level 15
  39. transport input ssh
  40. exec-timeout 5 0
  41. end
  42. wr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement