Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
350
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. !
  2. ! Last configuration change at 13:54:20 UTC Mon Nov 20 2017 by adminopp
  3. !
  4. version 15.4
  5. service timestamps debug datetime msec
  6. service timestamps log datetime localtime
  7. service password-encryption
  8. !
  9. hostname 00Router
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. !
  15. security passwords min-length 5
  16. enable secret 9 $9$DVoDowqh/pm7Ik$JUT/O3hTg9BEFnf7/r3vX9BEQDDZ//rM/SSgXQqCDpU
  17. !
  18. no aaa new-model
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. ip dhcp pool Management
  32. !
  33. ip dhcp pool IT-Staff
  34. host 10.10.2.30 255.255.255.0
  35. hardware-address 0800.277d.02d4
  36. !
  37. ip dhcp pool Staff
  38. host 10.10.4.30 255.255.255.0
  39. hardware-address 0800.2722.f4ea
  40. !
  41. !
  42. !
  43. ip domain name obankogspar.no
  44. ip name-server 8.8.8.8
  45. ip cef
  46. no ipv6 cef
  47. !
  48. multilink bundle-name authenticated
  49. !
  50. !
  51. cts logging verbose
  52. !
  53. !
  54. license udi pid CISCO2901/K9 sn FCZ1922C4SY
  55. license boot module c2900 technology-package securityk9
  56. hw-module usb disable
  57. !
  58. !
  59. username adminopp secret 9 $9$AljCvRFAwxyZwE$qM8tCr0/jfuABbda92WPj8Q54udk/Y20.XYJDO8r5Ns
  60. !
  61. redundancy
  62. !
  63. !
  64. !
  65. !
  66. !
  67. ip ssh time-out 60
  68. ip ssh version 2
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. !
  77. !
  78. !
  79. interface Embedded-Service-Engine0/0
  80. no ip address
  81. shutdown
  82. !
  83. interface GigabitEthernet0/0
  84. description #Link to 01Switch#
  85. no ip address
  86. duplex auto
  87. speed auto
  88. !
  89. interface GigabitEthernet0/0.100
  90. description MGMTTraffic
  91. encapsulation dot1Q 100
  92. ip address 10.10.0.1 255.255.255.0
  93. !
  94. interface GigabitEthernet0/0.102
  95. description IT-staff
  96. encapsulation dot1Q 102
  97. ip address 10.10.2.1 255.255.255.0
  98. !
  99. interface GigabitEthernet0/0.104
  100. description Staff
  101. encapsulation dot1Q 104
  102. ip address 10.10.4.1 255.255.255.0
  103. !
  104. interface GigabitEthernet0/0.106
  105. description VoIPTraffic
  106. encapsulation dot1Q 106
  107. ip address 10.10.6.1 255.255.255.0
  108. !
  109. interface GigabitEthernet0/0.108
  110. description GuestTraffic
  111. encapsulation dot1Q 108
  112. ip address 10.10.8.1 255.255.255.0
  113. !
  114. interface GigabitEthernet0/1
  115. ip address dhcp
  116. duplex auto
  117. speed auto
  118. !
  119. interface Serial0/0/0
  120. no ip address
  121. shutdown
  122. clock rate 2000000
  123. !
  124. interface Serial0/0/1
  125. no ip address
  126. shutdown
  127. clock rate 2000000
  128. !
  129. ip forward-protocol nd
  130. !
  131. no ip http server
  132. no ip http secure-server
  133. !
  134. !
  135. logging trap notifications
  136. logging host 10.10.10.10
  137. !
  138. !
  139. !
  140. control-plane
  141. !
  142. !
  143. banner motd ^CCUnauthorized access will be reported, logged and prosecuted!^C
  144. !
  145. line con 0
  146. exec-timeout 3 30
  147. password 7 01100F175804
  148. login local
  149. line aux 0
  150. line 2
  151. no activation-character
  152. no exec
  153. transport preferred none
  154. transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
  155. stopbits 1
  156. line vty 0 4
  157. exec-timeout 3 30
  158. login local
  159. transport input ssh
  160. line vty 5 15
  161. exec-timeout 3 30
  162. login local
  163. transport input ssh
  164. !
  165. scheduler allocate 20000 1000
  166. ntp authentication-key 1991 md5 15333D091633052D2B361E270A 7
  167. ntp authenticate
  168. ntp trusted-key 1991
  169. ntp master 1
  170. !
  171. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement