Advertisement
Guest User

Untitled

a guest
May 26th, 2017
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. Building configuration...
  2.  
  3. Current configuration : 1528 bytes
  4. !
  5. ! Last configuration change at 20:53:16 UTC Fri May 26 2017
  6. !
  7. version 15.4
  8. service timestamps debug datetime msec
  9. service timestamps log datetime msec
  10. service password-encryption
  11. !
  12. hostname ISP
  13. !
  14. boot-start-marker
  15. boot-end-marker
  16. !
  17. !
  18. enable secret 5 $1$1QNp$wUy5t716fM3USdeGPwl2p.
  19. !
  20. no aaa new-model
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. no ip domain lookup
  36. ip cef
  37. no ipv6 cef
  38. !
  39. multilink bundle-name authenticated
  40. !
  41. cts logging verbose
  42. !
  43. !
  44. license udi pid CISCO1941/K9 sn FJC1951E2K6
  45. license boot module c1900 technology-package securityk9
  46. !
  47. !
  48. username webuser privilege 15 secret 5 $1$E193$6opeRp2LVFuO49z594/p3/
  49. !
  50. redundancy
  51. !
  52. !
  53. !
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. interface Loopback0
  67. ip address 192.31.7.1 255.255.255.255
  68. !
  69. interface Embedded-Service-Engine0/0
  70. no ip address
  71. shutdown
  72. !
  73. interface GigabitEthernet0/0
  74. no ip address
  75. shutdown
  76. duplex auto
  77. speed auto
  78. !
  79. interface GigabitEthernet0/1
  80. no ip address
  81. shutdown
  82. duplex auto
  83. speed auto
  84. !
  85. interface Serial0/0/0
  86. ip address 209.165.201.17 255.255.255.252
  87. clock rate 2000000
  88. !
  89. interface Serial0/0/1
  90. no ip address
  91. shutdown
  92. clock rate 2000000
  93. !
  94. ip forward-protocol nd
  95. !
  96. ip http server
  97. ip http authentication local
  98. no ip http secure-server
  99. !
  100. ip route 209.165.200.224 255.255.255.224 209.165.201.18
  101. !
  102. !
  103. !
  104. !
  105. control-plane
  106. !
  107. !
  108. banner motd ^C
  109. Unauthorized access is strictly prohibited. ^C
  110. !
  111. line con 0
  112. password 7 121A0C041104
  113. logging synchronous
  114. login
  115. line aux 0
  116. line 2
  117. line vty 0 4
  118. password 7 045802150C2E
  119. login
  120. transport input telnet ssh
  121. !
  122. scheduler allocate 20000 1000
  123. !
  124. end
  125. xit
  126.  
  127. Building configuration...
  128.  
  129. Current configuration : 1732 bytes
  130. !
  131. ! Last configuration change at 21:09:06 UTC Fri May 26 2017
  132. !
  133. version 15.4
  134. service timestamps debug datetime msec
  135. service timestamps log datetime msec
  136. service password-encryption
  137. !
  138. hostname Gateway
  139. !
  140. boot-start-marker
  141. boot-end-marker
  142. !
  143. !
  144. enable secret 5 $1$b/Jq$UB8J51n2e0QzlTU3e.gqv/
  145. !
  146. no aaa new-model
  147. !
  148. !
  149. !
  150. !
  151. !
  152. !
  153. !
  154. !
  155. !
  156. !
  157. !
  158. !
  159. !
  160. !
  161. no ip domain lookup
  162. ip cef
  163. no ipv6 cef
  164. !
  165. multilink bundle-name authenticated
  166. !
  167. cts logging verbose
  168. !
  169. !
  170. license udi pid CISCO1941/K9 sn FJC1951E2LU
  171. license boot module c1900 technology-package securityk9
  172. !
  173. !
  174. !
  175. redundancy
  176. !
  177. !
  178. !
  179. !
  180. !
  181. !
  182. !
  183. !
  184. !
  185. !
  186. !
  187. !
  188. !
  189. !
  190. !
  191. interface Embedded-Service-Engine0/0
  192. no ip address
  193. shutdown
  194. !
  195. interface GigabitEthernet0/0
  196. no ip address
  197. shutdown
  198. duplex auto
  199. speed auto
  200. !
  201. interface GigabitEthernet0/1
  202. ip address 192.168.1.1 255.255.255.0
  203. ip nat inside
  204. ip virtual-reassembly in
  205. duplex auto
  206. speed auto
  207. !
  208. interface Serial0/0/0
  209. no ip address
  210. shutdown
  211. clock rate 2000000
  212. !
  213. interface Serial0/0/1
  214. ip address 209.165.201.18 255.255.255.252
  215. ip nat outside
  216. ip virtual-reassembly in
  217. !
  218. ip forward-protocol nd
  219. !
  220. no ip http server
  221. no ip http secure-server
  222. !
  223. ip nat pool public_access 209.165.200.242 209.165.200.254 netmask 255.255.255.224
  224. ip nat inside source list 1 pool public_access
  225. ip route 0.0.0.0 0.0.0.0 209.165.201.17
  226. !
  227. !
  228. !
  229. access-list 1 permit 192.168.1.0 0.0.0.255
  230. !
  231. control-plane
  232. !
  233. !
  234. banner motd ^C Unauthorized access strictly prohibited ^C
  235. !
  236. line con 0
  237. password 7 0822455D0A16
  238. logging synchronous
  239. login
  240. line aux 0
  241. line 2
  242. no activation-character
  243. no exec
  244. transport preferred none
  245. transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
  246. stopbits 1
  247. line vty 0 4
  248. password 7 1511021F0725
  249. login
  250. transport input none
  251. !
  252. scheduler allocate 20000 1000
  253. !
  254. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement