Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.10 KB | None | 0 0
  1. R_6#copy running-config tftp
  2. Address or name of remote host []? 192.168.6.62
  3. Destination filename [r_6-confg]? R_6_config.txt
  4.  
  5. !!
  6. 1437 bytes copied in 0.972 secs (1478 bytes/sec)
  7. R_6#erase startup-config
  8. Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
  9. [OK]
  10. Erase of nvram: complete
  11. R_6#
  12. *Jan 1 06:58:31.655: %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram
  13. R_6#copy tftp startup-config
  14. Address or name of remote host []? 192.168.6.62
  15. Source filename []? R_6_config.txt
  16. Destination filename [startup-config]?
  17. Accessing tftp://192.168.6.62/R_6_config.txt...
  18. Loading R_6_config.txt from 192.168.6.62 (via FastEthernet0/0): !
  19. [OK - 1442 bytes]
  20. [OK]
  21. 1442 bytes copied in 10.164 secs (142 bytes/sec)
  22. R_6#
  23. R_6#
  24. *Jan 1 06:59:48.463: %SYS-5-CONFIG_NV_I: Nonvolatile storage configured from tftp://192.168.6.62/R_6_config.txt by console
  25. R_6#show startup-config
  26. Using 1442 out of 245752 bytes
  27. !
  28. version 12.4
  29. service timestamps debug datetime msec
  30. service timestamps log datetime msec
  31. no service password-encryption
  32. !
  33. hostname R_6_tftp
  34. !
  35. boot-start-marker
  36. boot-end-marker
  37. !
  38. logging message-counter syslog
  39. enable password class
  40. !
  41. no aaa new-model
  42. memory-size iomem 15
  43. !
  44. dot11 syslog
  45. ip source-route
  46. !
  47. !
  48. ip cef
  49. !
  50. !
  51. no ipv6 cef
  52. !
  53. multilink bundle-name authenticated
  54. !
  55. !
  56. !
  57. !
  58. !
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. !
  75. !
  76. voice-card 0
  77. !
  78. !
  79. !
  80. !
  81. !
  82. archive
  83. log config
  84. hidekeys
  85. !
  86. !
  87. !
  88. !
  89. !
  90. !
  91. !
  92. !
  93. !
  94. interface FastEthernet0/0
  95. description Podlaczenie do LAN_6
  96. ip address 192.168.6.60 255.255.255.0
  97. duplex auto
  98. speed auto
  99. !
  100. interface FastEthernet0/1
  101. description Podlaczenie do WAN
  102. ip address 192.168.106.60 255.255.255.0
  103. duplex auto
  104. speed auto
  105. !
  106. interface Serial0/0/0
  107. description Podlaczenie R_7
  108. ip address 10.6.7.1 255.255.255.0
  109. clock rate 64000
  110. !
  111. interface Serial0/0/1
  112. description Podlaczenie do R_9
  113. ip address 10.9.6.2 255.255.255.0
  114. !
  115. interface Serial0/3/0
  116. no ip address
  117. shutdown
  118. clock rate 125000
  119. !
  120. interface Serial0/3/1
  121. description Podlaczenie do R_1
  122. ip address 10.1.6.1 255.255.255.0
  123. !
  124. ip forward-protocol nd
  125. no ip http server
  126. no ip http secure-server
  127. !
  128. !
  129. !
  130. !
  131. !
  132. !
  133. !
  134. !
  135. !
  136. !
  137. control-plane
  138. !
  139. !
  140. !
  141. ccm-manager fax protocol cisco
  142. !
  143. !
  144. !
  145. !
  146. !
  147. !
  148. banner motd ^CSystem nadzorowany. Dostep tylko dla autoryzowanych uzytkownikow^C
  149. !
  150. line con 0
  151. password cisco
  152. login
  153. line aux 0
  154. line vty 0 4
  155. password cisco
  156. login
  157. !
  158. scheduler allocate 20000 1000
  159. end
  160.  
  161. R_6# show running-config
  162. Building configuration...
  163.  
  164.  
  165. Current configuration : 1437 bytes
  166. !
  167. version 12.4
  168. service timestamps debug datetime msec
  169. service timestamps log datetime msec
  170. no service password-encryption
  171. !
  172. hostname R_6
  173. !
  174. boot-start-marker
  175. boot-end-marker
  176. !
  177. logging message-counter syslog
  178. enable password class
  179. !
  180. no aaa new-model
  181. memory-size iomem 15
  182. !
  183. dot11 syslog
  184. ip source-route
  185. !
  186. !
  187. ip cef
  188. !
  189. !
  190. no ipv6 cef
  191. !
  192. multilink bundle-name authenticated
  193. !
  194. !
  195. !
  196. !
  197. !
  198. !
  199. !
  200. !
  201. !
  202. !
  203. !
  204. !
  205. !
  206. !
  207. !
  208. !
  209. !
  210. !
  211. !
  212. !
  213. !
  214. !
  215. voice-card 0
  216. !
  217. !
  218. !
  219. !
  220. !
  221. archive
  222. log config
  223. hidekeys
  224. !
  225. !
  226. !
  227. !
  228. !
  229. !
  230. !
  231. !
  232. !
  233. interface FastEthernet0/0
  234. description Podlaczenie do LAN_6
  235. ip address 192.168.6.60 255.255.255.0
  236. duplex auto
  237. speed auto
  238. !
  239. interface FastEthernet0/1
  240. description Podlaczenie do WAN
  241. ip address 192.168.106.60 255.255.255.0
  242. duplex auto
  243. speed auto
  244. !
  245. interface Serial0/0/0
  246. description Podlaczenie R_7
  247. ip address 10.6.7.1 255.255.255.0
  248. clock rate 64000
  249. !
  250. interface Serial0/0/1
  251. description Podlaczenie do R_9
  252. ip address 10.9.6.2 255.255.255.0
  253. !
  254. interface Serial0/3/0
  255. no ip address
  256. shutdown
  257. clock rate 125000
  258. !
  259. interface Serial0/3/1
  260. description Podlaczenie do R_1
  261. ip address 10.1.6.1 255.255.255.0
  262. !
  263. ip forward-protocol nd
  264. no ip http server
  265. no ip http secure-server
  266. !
  267. !
  268. !
  269. !
  270. !
  271. !
  272. !
  273. !
  274. !
  275. !
  276. control-plane
  277. !
  278. !
  279. !
  280. ccm-manager fax protocol cisco
  281. !
  282. !
  283. !
  284. !
  285. !
  286. !
  287. banner motd ^CSystem nadzorowany. Dostep tylko dla autoryzowanych uzytkownikow^C
  288. !
  289. line con 0
  290. password cisco
  291. login
  292. line aux 0
  293. line vty 0 4
  294. password cisco
  295. login
  296. !
  297. scheduler allocate 20000 1000
  298. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement