Advertisement
Guest User

Untitled

a guest
Apr 18th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. Model number : WS-C3560-24PS-E
  2. System serial number : CAT1037RJF7
  3. Top Assembly Part Number : 800-26380-04
  4. Top Assembly Revision Number : B0
  5. Version ID : V06
  6. CLEI Code Number : COM1100ARC
  7. Hardware Board Revision Number : 0x01
  8.  
  9.  
  10. Switch Ports Model SW Version SW Image
  11. ------ ----- ----- ---------- ----------
  12. * 1 26 WS-C3560-24PS 12.2(37)SE1 C3560-ADVIPSERVICESK
  13.  
  14. Cisco IOS Software, C3560 Software (C3560-ADVIPSERVICESK9-M), Version 12.2(37)SE1, RELEASE SOFTWARE (fc1)
  15. Copyright (c) 1986-2007 by Cisco Systems, Inc.
  16. Compiled Thu 05-Jul-07 22:22 by pt_team
  17.  
  18. Press RETURN to get started!
  19.  
  20.  
  21. %LINK-5-CHANGED: Interface Vlan2, changed state to down
  22.  
  23. %LINK-5-CHANGED: Interface Vlan10, changed state to down
  24.  
  25. %LINK-5-CHANGED: Interface Vlan20, changed state to down
  26.  
  27. %LINK-5-CHANGED: Interface Vlan2, changed state to up
  28.  
  29. %LINK-5-CHANGED: Interface Vlan10, changed state to up
  30.  
  31. %LINK-5-CHANGED: Interface Vlan20, changed state to up
  32.  
  33. %LINK-5-CHANGED: Interface GigabitEthernet0/2, changed state to up
  34.  
  35. %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to up
  36.  
  37. %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan2, changed state to up
  38.  
  39. %LINK-5-CHANGED: Interface FastEthernet0/3, changed state to up
  40.  
  41. %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to up
  42.  
  43. %LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
  44.  
  45. %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
  46.  
  47. %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
  48.  
  49. %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
  50.  
  51. %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan10, changed state to up
  52.  
  53. %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan20, changed state to up
  54.  
  55. %LINK-5-CHANGED: Interface FastEthernet0/2, changed state to up
  56.  
  57. %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to up
  58.  
  59. Switch>
  60. Switch>sh run
  61. ^
  62. % Invalid input detected at '^' marker.
  63.  
  64. Switch>enable
  65. Switch#sh run
  66. Building configuration...
  67.  
  68. Current configuration : 1866 bytes
  69. !
  70. version 12.2
  71. no service timestamps log datetime msec
  72. no service timestamps debug datetime msec
  73. no service password-encryption
  74. !
  75. hostname Switch
  76. !
  77. !
  78. !
  79. !
  80. !
  81. ip dhcp pool class
  82. network 158.42.20.0 255.255.255.0
  83. default-router 158.42.2.1
  84. dns-server 158.42.2.2
  85. ip dhcp pool lab
  86. network 158.42.10.0 255.255.255.0
  87. default-router 158.42.2.1
  88. dns-server 158.42.2.2
  89. !
  90. !
  91. ip routing
  92. !
  93. !
  94. !
  95. !
  96. !
  97. !
  98. !
  99. !
  100. !
  101. !
  102. !
  103. !
  104. !
  105. !
  106. no spanning-tree vlan 1-1023
  107. spanning-tree mode pvst
  108. !
  109. !
  110. !
  111. !
  112. !
  113. !
  114. interface FastEthernet0/1
  115. switchport trunk allowed vlan 5-1001
  116. switchport trunk encapsulation dot1q
  117. switchport mode trunk
  118. !
  119. interface FastEthernet0/2
  120. switchport trunk allowed vlan 5-1001
  121. switchport trunk encapsulation dot1q
  122. switchport mode trunk
  123. !
  124. interface FastEthernet0/3
  125. !
  126. interface FastEthernet0/4
  127. !
  128. interface FastEthernet0/5
  129. !
  130. interface FastEthernet0/6
  131. switchport mode access
  132. !
  133. interface FastEthernet0/7
  134. !
  135. interface FastEthernet0/8
  136. !
  137. interface FastEthernet0/9
  138. !
  139. interface FastEthernet0/10
  140. !
  141. interface FastEthernet0/11
  142. !
  143. interface FastEthernet0/12
  144. !
  145. interface FastEthernet0/13
  146. !
  147. interface FastEthernet0/14
  148. !
  149. interface FastEthernet0/15
  150. !
  151. interface FastEthernet0/16
  152. !
  153. interface FastEthernet0/17
  154. !
  155. interface FastEthernet0/18
  156. !
  157. interface FastEthernet0/19
  158. !
  159. interface FastEthernet0/20
  160. !
  161. interface FastEthernet0/21
  162. !
  163. interface FastEthernet0/22
  164. !
  165. interface FastEthernet0/23
  166. !
  167. interface FastEthernet0/24
  168. !
  169. interface GigabitEthernet0/1
  170. switchport access vlan 2
  171. !
  172. interface GigabitEthernet0/2
  173. switchport access vlan 2
  174. !
  175. interface Vlan1
  176. no ip address
  177. shutdown
  178. !
  179. interface Vlan2
  180. ip address 158.42.2.3 255.255.255.0
  181. !
  182. interface Vlan10
  183. ip address 158.42.10.1 255.255.255.0
  184. !
  185. interface Vlan20
  186. ip address 158.42.20.1 255.255.255.0
  187. !
  188. router rip
  189. !
  190. ip classless
  191. ip route 0.0.0.0 0.0.0.0 158.42.2.1
  192. !
  193. ip flow-export version 9
  194. !
  195. !
  196. !
  197. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement