Guest User

Untitled

a guest
Jul 6th, 2024
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.29 KB | None | 0 0
  1. SW1#show running-config
  2. Building configuration...
  3.  
  4. Current configuration : 3295 bytes
  5. !
  6. ! Last configuration change at 23:08:37 UTC Sat Jul 6 2024
  7. !
  8. version 15.2
  9. service timestamps debug datetime msec
  10. service timestamps log datetime msec
  11. no service password-encryption
  12. service compress-config
  13. !
  14. hostname SW1
  15. !
  16. boot-start-marker
  17. boot-end-marker
  18. !
  19. !
  20. enable secret 8 $8$KVsFaRiPMNiLGP$99W.g7roDUmgJhG8QZHMyPtlMl.KPp8wHBxmSjWSNMM
  21. !
  22. no aaa new-model
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. ip cef
  32. no ipv6 cef
  33. !
  34. !
  35. !
  36. spanning-tree mode pvst
  37. spanning-tree extend system-id
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. !
  53. interface GigabitEthernet0/0
  54. no switchport
  55. ip address 10.0.0.153 255.255.255.252
  56. negotiation auto
  57. !
  58. interface GigabitEthernet0/1
  59. switchport access vlan 10
  60. switchport mode access
  61. negotiation auto
  62. !
  63. interface GigabitEthernet0/2
  64. switchport access vlan 20
  65. switchport mode access
  66. negotiation auto
  67. !
  68. interface GigabitEthernet0/3
  69. switchport access vlan 30
  70. switchport mode access
  71. negotiation auto
  72. !
  73. interface GigabitEthernet1/0
  74. negotiation auto
  75. !
  76. interface GigabitEthernet1/1
  77. negotiation auto
  78. !
  79. interface GigabitEthernet1/2
  80. negotiation auto
  81. !
  82. interface GigabitEthernet1/3
  83. negotiation auto
  84. !
  85. interface Vlan10
  86. ip address 10.0.0.129 255.255.255.240
  87. !
  88. interface Vlan20
  89. ip address 10.0.0.1 255.255.255.128
  90. !
  91. interface Vlan30
  92. ip address 10.0.0.145 255.255.255.248
  93. !
  94. ip forward-protocol nd
  95. !
  96. ip http server
  97. ip http secure-server
  98. !
  99. ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
  100. ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
  101. !
  102. !
  103. !
  104. !
  105. !
  106. !
  107. control-plane
  108. !
  109. banner exec ^C
  110. IOSv - Cisco Systems Confidential -
  111.  
  112. Supplemental End User License Restrictions
  113.  
  114. This IOSv software is provided AS-IS without warranty of any kind. Under no circumstances may this software be used separate from the Cisco Modeling Labs Software that this software was provided with, or deployed or used as part of a production environment.
  115.  
  116. By using the software, you agree to abide by the terms and conditions of the Cisco End User License Agreement at http://www.cisco.com/go/eula. Unauthorized use or distribution of this software is expressly prohibited.
  117. ^C
  118. banner incoming ^C
  119. IOSv - Cisco Systems Confidential -
  120.  
  121. Supplemental End User License Restrictions
  122.  
  123. This IOSv software is provided AS-IS without warranty of any kind. Under no circumstances may this software be used separate from the Cisco Modeling Labs Software that this software was provided with, or deployed or used as part of a production environment.
  124.  
  125. By using the software, you agree to abide by the terms and conditions of the Cisco End User License Agreement at http://www.cisco.com/go/eula. Unauthorized use or distribution of this software is expressly prohibited.
  126. ^C
  127. banner login ^C
  128. IOSv - Cisco Systems Confidential -
  129.  
  130. Supplemental End User License Restrictions
  131.  
  132. This IOSv software is provided AS-IS without warranty of any kind. Under no circumstances may this software be used separate from the Cisco Modeling Labs Software that this software was provided with, or deployed or used as part of a production environment.
  133.  
  134. By using the software, you agree to abide by the terms and conditions of the Cisco End User License Agreement at http://www.cisco.com/go/eula. Unauthorized use or distribution of this software is expressly prohibited.
  135. ^C
  136. !
  137. line con 0
  138. logging synchronous
  139. line aux 0
  140. line vty 0 4
  141. login
  142. !
  143. !
  144. end
  145.  
  146. SW1#ip route 0.0.0.0 0.0.0.0 10.0.0.154
  147. ^
  148. % Invalid input detected at '^' marker.
  149.  
  150. SW1#conf t
  151. Enter configuration commands, one per line. End with CNTL/Z.
  152. SW1(config)#ip route 0.0.0.0 0.0.0.0 10.0.0.154
  153. SW1(config)#do show running-config | include route
  154. ip route 0.0.0.0 0.0.0.0 10.0.0.154
  155. SW1(config)#show ru
  156. SW1(config)#do sh
  157. SW1(config)#do show run
  158. SW1(config)#do show running-config
  159. Building configuration...
  160.  
  161. Current configuration : 3331 bytes
  162. !
  163. ! Last configuration change at 23:08:37 UTC Sat Jul 6 2024
  164. !
  165. version 15.2
  166. service timestamps debug datetime msec
  167. service timestamps log datetime msec
  168. no service password-encryption
  169. service compress-config
  170. !
  171. hostname SW1
  172. !
  173. boot-start-marker
  174. boot-end-marker
  175. !
  176. !
  177. enable secret 8 $8$KVsFaRiPMNiLGP$99W.g7roDUmgJhG8QZHMyPtlMl.KPp8wHBxmSjWSNMM
  178. !
  179. no aaa new-model
  180. !
  181. !
  182. !
  183. !
  184. !
  185. !
  186. !
  187. !
  188. ip cef
  189. no ipv6 cef
  190. !
  191. !
  192. !
  193. spanning-tree mode pvst
  194. spanning-tree extend system-id
  195. !
  196. !
  197. !
  198. !
  199. !
  200. !
  201. !
  202. !
  203. !
  204. !
  205. !
  206. !
  207. !
  208. !
  209. !
  210. interface GigabitEthernet0/0
  211. no switchport
  212. ip address 10.0.0.153 255.255.255.252
  213. negotiation auto
  214. !
  215. interface GigabitEthernet0/1
  216. switchport access vlan 10
  217. switchport mode access
  218. negotiation auto
  219. !
  220. interface GigabitEthernet0/2
  221. switchport access vlan 20
  222. switchport mode access
  223. negotiation auto
  224. !
  225. interface GigabitEthernet0/3
  226. switchport access vlan 30
  227. switchport mode access
  228. negotiation auto
  229. !
  230. interface GigabitEthernet1/0
  231. negotiation auto
  232. !
  233. interface GigabitEthernet1/1
  234. negotiation auto
  235. !
  236. interface GigabitEthernet1/2
  237. negotiation auto
  238. !
  239. interface GigabitEthernet1/3
  240. negotiation auto
  241. !
  242. interface Vlan10
  243. ip address 10.0.0.129 255.255.255.240
  244. !
  245. interface Vlan20
  246. ip address 10.0.0.1 255.255.255.128
  247. !
  248. interface Vlan30
  249. ip address 10.0.0.145 255.255.255.248
  250. !
  251. ip forward-protocol nd
  252. !
  253. ip http server
  254. ip http secure-server
  255. !
  256. ip route 0.0.0.0 0.0.0.0 10.0.0.154
  257. ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
  258. ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
  259. !
  260. !
  261. !
  262. !
  263. !
  264. !
  265. control-plane
  266. !
  267. banner exec ^C
  268. IOSv - Cisco Systems Confidential -
  269.  
  270. Supplemental End User License Restrictions
  271.  
  272. This IOSv software is provided AS-IS without warranty of any kind. Under no circumstances may this software be used separate from the Cisco Modeling Labs Software that this software was provided with, or deployed or used as part of a production environment.
  273.  
  274. By using the software, you agree to abide by the terms and conditions of the Cisco End User License Agreement at http://www.cisco.com/go/eula. Unauthorized use or distribution of this software is expressly prohibited.
  275. ^C
  276. banner incoming ^C
  277. IOSv - Cisco Systems Confidential -
  278.  
  279. Supplemental End User License Restrictions
  280.  
  281. This IOSv software is provided AS-IS without warranty of any kind. Under no circumstances may this software be used separate from the Cisco Modeling Labs Software that this software was provided with, or deployed or used as part of a production environment.
  282.  
  283. By using the software, you agree to abide by the terms and conditions of the Cisco End User License Agreement at http://www.cisco.com/go/eula. Unauthorized use or distribution of this software is expressly prohibited.
  284. ^C
  285. banner login ^C
  286. IOSv - Cisco Systems Confidential -
  287.  
  288. Supplemental End User License Restrictions
  289.  
  290. This IOSv software is provided AS-IS without warranty of any kind. Under no circumstances may this software be used separate from the Cisco Modeling Labs Software that this software was provided with, or deployed or used as part of a production environment.
  291.  
  292. By using the software, you agree to abide by the terms and conditions of the Cisco End User License Agreement at http://www.cisco.com/go/eula. Unauthorized use or distribution of this software is expressly prohibited.
  293. ^C
  294. !
  295. line con 0
  296. logging synchronous
  297. line aux 0
  298. line vty 0 4
  299. login
  300. !
  301. !
  302. end
  303.  
Advertisement
Add Comment
Please, Sign In to add comment