Advertisement
Guest User

Untitled

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