Guest User

Untitled

a guest
Sep 24th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. =~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2020.09.24 22:03:23 =~=~=~=~=~=~=~=~=~=~=~=
  2. ping 10.1.1.254
  3. Type escape sequence to abort.
  4. Sending 5, 100-byte ICMP Echos to 10.1.1.254, timeout is 2 seconds:
  5. .....
  6. Success rate is 0 percent (0/5)
  7. SW-1#ping 10.10.10.254
  8. Type escape sequence to abort.
  9. Sending 5, 100-byte ICMP Echos to 10.10.10.254, timeout is 2 seconds:
  10. .!!!!
  11. Success rate is 80 percent (4/5), round-trip min/avg/max = 3/4/8 ms
  12. SW-1#ping 20.20.20.254
  13. Type escape sequence to abort.
  14. Sending 5, 100-byte ICMP Echos to 20.20.20.254, timeout is 2 seconds:
  15. .!!!!
  16. Success rate is 80 percent (4/5), round-trip min/avg/max = 2/3/6 ms
  17. SW-1#ping 30.30.30.254
  18. Type escape sequence to abort.
  19. Sending 5, 100-byte ICMP Echos to 30.30.30.254, timeout is 2 seconds:
  20. .!!!!
  21. Success rate is 80 percent (4/5), round-trip min/avg/max = 3/3/4 ms
  22. SW-1#sh run
  23. Building configuration...
  24.  
  25. Current configuration : 3804 bytes
  26. !
  27. ! Last configuration change at 21:02:13 UTC Thu Sep 24 2020
  28. !
  29. version 15.2
  30. service timestamps debug datetime msec
  31. service timestamps log datetime msec
  32. no service password-encryption
  33. service compress-config
  34. !
  35. hostname SW-1
  36. !
  37. boot-start-marker
  38. boot-end-marker
  39. !
  40. !
  41. enable secret 5 $1$N113$6YYR.pOBl8xXumcvXr0Bx.
  42. !
  43. no aaa new-model
  44. !
  45. !
  46. !
  47. !
  48. !
  49. !
  50. !
  51. !
  52. ip cef
  53. no ipv6 cef
  54. !
  55. !
  56. !
  57. spanning-tree mode pvst
  58. spanning-tree extend system-id
  59. !
  60. !
  61. !
  62. !
  63. !
  64. !
  65. !
  66. !
  67. !
  68. !
  69. !
  70. !
  71. !
  72. !
  73. !
  74. interface GigabitEthernet0/0
  75. switchport trunk allowed vlan 1,10,20,30
  76. switchport trunk encapsulation dot1q
  77. switchport mode trunk
  78. no negotiation auto
  79. !
  80. interface GigabitEthernet0/1
  81. switchport access vlan 10
  82. negotiation auto
  83. !
  84. interface GigabitEthernet0/2
  85. switchport access vlan 20
  86. negotiation auto
  87. !
  88. interface GigabitEthernet0/3
  89. switchport access vlan 30
  90. negotiation auto
  91. !
  92. interface GigabitEthernet1/0
  93. negotiation auto
  94. !
  95. interface GigabitEthernet1/1
  96. negotiation auto
  97. !
  98. interface GigabitEthernet1/2
  99. negotiation auto
  100. !
  101. interface GigabitEthernet1/3
  102. negotiation auto
  103. !
  104. interface GigabitEthernet2/0
  105. negotiation auto
  106. !
  107. interface GigabitEthernet2/1
  108. negotiation auto
  109. !
  110. interface GigabitEthernet2/2
  111. negotiation auto
  112. !
  113. interface GigabitEthernet2/3
  114. negotiation auto
  115. !
  116. interface GigabitEthernet3/0
  117. negotiation auto
  118. !
  119. interface GigabitEthernet3/1
  120. negotiation auto
  121. !
  122. interface GigabitEthernet3/2
  123. negotiation auto
  124. !
  125. interface GigabitEthernet3/3
  126. negotiation auto
  127. !
  128. interface Vlan1
  129. ip address 10.1.1.1 255.255.255.0
  130. !
  131. interface Vlan10
  132. ip address 10.10.10.1 255.255.255.0
  133. !
  134. interface Vlan20
  135. ip address 20.20.20.1 255.255.255.0
  136. !
  137. interface Vlan30
  138. ip address 30.30.30.1 255.255.255.0
  139. !
  140. ip default-gateway 10.1.1.254
  141. ip forward-protocol nd
  142. !
  143. ip http server
  144. !
  145. ip ssh server algorithm encryption aes128-ctr aes192-ctr aes256-ctr
  146. ip ssh client algorithm encryption aes128-ctr aes192-ctr aes256-ctr
  147. !
  148. !
  149. !
  150. !
  151. !
  152. !
  153. control-plane
  154. !
  155. banner exec ^C
  156. **************************************************************************
  157. * IOSv is strictly limited to use for evaluation, demonstration and IOS *
  158. * education. IOSv is provided as-is and is not supported by Cisco's *
  159. * Technical Advisory Center. Any use or disclosure, in whole or in part, *
  160. * of the IOSv Software or Documentation to any third party for any *
  161. * purposes is expressly prohibited except as otherwise authorized by *
  162. * Cisco in writing. *
  163. **************************************************************************^C
  164. banner incoming ^C
  165. **************************************************************************
  166. * IOSv is strictly limited to use for evaluation, demonstration and IOS *
  167. * education. IOSv is provided as-is and is not supported by Cisco's *
  168. * Technical Advisory Center. Any use or disclosure, in whole or in part, *
  169. * of the IOSv Software or Documentation to any third party for any *
  170. * purposes is expressly prohibited except as otherwise authorized by *
  171. * Cisco in writing. *
  172. **************************************************************************^C
  173. banner login ^C
  174. **************************************************************************
  175. * IOSv is strictly limited to use for evaluation, demonstration and IOS *
  176. * education. IOSv is provided as-is and is not supported by Cisco's *
  177. * Technical Advisory Center. Any use or disclosure, in whole or in part, *
  178. * of the IOSv Software or Documentation to any third party for any *
  179. * purposes is expressly prohibited except as otherwise authorized by *
  180. * Cisco in writing. *
  181. **************************************************************************^C
  182. !
  183. line con 0
  184. line aux 0
  185. line vty 0 4
  186. password cisco
  187. login
  188. !
  189. !
  190. end
  191.  
  192. SW-1#
Add Comment
Please, Sign In to add comment