Advertisement
Guest User

Untitled

a guest
Mar 25th, 2013
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Current configuration : 762 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 ISPROUTER
  9. !
  10. boot-start-marker
  11. boot-end-marker
  12. !
  13. !
  14. no aaa new-model
  15. ip subnet-zero
  16. ip cef
  17. !
  18. !
  19. !
  20. ip dhcp pool customers
  21. network 200.200.200.0 255.255.255.0
  22. default-router 200.200.200.1
  23. !
  24. ip audit po max-events 100
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. interface Loopback0
  45. ip address 36.16.146.6 255.255.255.0
  46. !
  47. interface FastEthernet0/0
  48. ip address 109.29.290.154 255.255.255.248
  49. duplex auto
  50. speed auto
  51. !
  52. interface FastEthernet0/1
  53. ip address 200.200.200.1 255.255.255.0
  54. duplex auto
  55. speed auto
  56. !
  57. ip http server
  58. no ip http secure-server
  59. ip classless
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. !
  67. !
  68. line con 0
  69. line aux 0
  70. line vty 0 4
  71. login
  72. !
  73. !
  74. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement