Advertisement
Guest User

Untitled

a guest
Jun 19th, 2014
566
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. Current configuration : 859 bytes
  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 garage-router
  9. !
  10. boot-start-marker
  11. boot-end-marker
  12. !
  13. enable secret 5 xxxx
  14. enable password xxxx
  15. !
  16. no aaa new-model
  17. ip subnet-zero
  18. !
  19. !
  20. !
  21. no ftp-server write-enable
  22. !
  23. !
  24. !
  25. !
  26. interface ATM0/0
  27. no ip address
  28. shutdown
  29. no atm ilmi-keepalive
  30. dsl operating-mode auto
  31. !
  32. interface FastEthernet0/0
  33. ip address 192.168.1.254 255.255.255.0
  34. speed auto
  35. full-duplex
  36. no mop enabled
  37. !
  38. interface FastEthernet0/0.200
  39. encapsulation dot1Q 200
  40. ip address 192.168.200.254 255.255.255.0
  41. !
  42. interface FastEthernet0/1
  43. no ip address
  44. duplex auto
  45. speed auto
  46. !
  47. ip classless
  48. ip http server
  49. !
  50. snmp-server community public RO
  51. snmp-server enable traps tty
  52. !
  53. line con 0
  54. line aux 0
  55. line vty 0 4
  56. password xxxx
  57. login
  58. !
  59. !
  60. !
  61. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement