Advertisement
Guest User

config

a guest
Oct 30th, 2016
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. Current configuration : 1502 bytes
  2. !
  3. version 12.4
  4. service timestamps debug datetime msec
  5. service timestamps log datetime msec
  6. no service password-encryption
  7. !
  8. hostname DanRouter
  9. !
  10. boot-start-marker
  11. boot-end-marker
  12. !
  13. enable secret 5 ****
  14. enable password ****
  15. !
  16. no aaa new-model
  17. !
  18. !
  19. dot11 syslog
  20. no ip routing
  21. !
  22. !
  23. no ip cef
  24. !
  25. !
  26. !
  27. multilink bundle-name authenticated
  28. !
  29. !
  30. !
  31. !
  32. archive
  33. log config
  34. hidekeys
  35. !
  36. !
  37. !
  38. !
  39. !
  40. interface FastEthernet0
  41. no ip address
  42. no ip route-cache
  43. shutdown
  44. duplex auto
  45. speed auto
  46. no cdp enable
  47. !
  48. interface FastEthernet1
  49. ip address dhcp
  50. no ip route-cache
  51. speed auto
  52. full-duplex
  53. no cdp enable
  54. !
  55. interface FastEthernet2
  56. no cdp enable
  57. !
  58. interface FastEthernet3
  59. shutdown
  60. no cdp enable
  61. !
  62. interface FastEthernet4
  63. shutdown
  64. no cdp enable
  65. !
  66. interface FastEthernet5
  67. shutdown
  68. no cdp enable
  69. !
  70. interface FastEthernet6
  71. shutdown
  72. no cdp enable
  73. !
  74. interface FastEthernet7
  75. shutdown
  76. no cdp enable
  77. !
  78. interface FastEthernet8
  79. shutdown
  80. no cdp enable
  81. !
  82. interface FastEthernet9
  83. shutdown
  84. no cdp enable
  85. !
  86. interface Vlan1
  87. no ip address
  88. no ip route-cache
  89. shutdown
  90. !
  91. interface Async1
  92. no ip address
  93. encapsulation slip
  94. no ip route-cache
  95. !
  96. ip forward-protocol nd
  97. !
  98. !
  99. no ip http server
  100. no ip http secure-server
  101. !
  102. snmp-server community DanRouter RO
  103. !
  104. !
  105. !
  106. !
  107. !
  108. !
  109. control-plane
  110. !
  111. !
  112. line con 0
  113. exec-timeout 0 0
  114. line 1
  115. modem InOut
  116. stopbits 1
  117. speed 115200
  118. flowcontrol hardware
  119. line aux 0
  120. line vty 0 4
  121. password ****
  122. login
  123. !
  124. no process cpu extended
  125. no process cpu autoprofile hog
  126. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement