Advertisement
Guest User

Switch 1 ML

a guest
Mar 17th, 2018
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.51 KB | None | 0 0
  1. SwitchML#show run
  2. Building configuration...
  3.  
  4. Current configuration : 3303 bytes
  5. !
  6. version 12.2(37)SE1
  7. no service timestamps log datetime msec
  8. no service timestamps debug datetime msec
  9. no service password-encryption
  10. !
  11. hostname SwitchML
  12. !
  13. !
  14. !
  15. !
  16. !
  17. !
  18. !
  19. !
  20. !
  21. !
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. !
  31. spanning-tree mode pvst
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. interface FastEthernet0/1
  39. switchport trunk native vlan 99
  40. switchport trunk encapsulation dot1q
  41. switchport mode trunk
  42. !
  43. interface FastEthernet0/2
  44. switchport access vlan 10
  45. switchport mode access
  46. switchport nonegotiate
  47. switchport voice vlan 20
  48. !
  49. interface FastEthernet0/3
  50. switchport access vlan 10
  51. switchport mode access
  52. switchport nonegotiate
  53. switchport voice vlan 20
  54. !
  55. interface FastEthernet0/4
  56. switchport access vlan 10
  57. switchport mode access
  58. switchport nonegotiate
  59. switchport voice vlan 20
  60. !
  61. interface FastEthernet0/5
  62. switchport access vlan 40
  63. switchport mode access
  64. switchport nonegotiate
  65. shutdown
  66. !
  67. interface FastEthernet0/6
  68. switchport access vlan 40
  69. switchport mode access
  70. switchport nonegotiate
  71. shutdown
  72. !
  73. interface FastEthernet0/7
  74. switchport access vlan 40
  75. switchport mode access
  76. switchport nonegotiate
  77. shutdown
  78. !
  79. interface FastEthernet0/8
  80. switchport access vlan 40
  81. switchport mode access
  82. switchport nonegotiate
  83. shutdown
  84. !
  85. interface FastEthernet0/9
  86. switchport access vlan 40
  87. switchport mode access
  88. switchport nonegotiate
  89. shutdown
  90. !
  91. interface FastEthernet0/10
  92. switchport access vlan 40
  93. switchport mode access
  94. switchport nonegotiate
  95. shutdown
  96. !
  97. interface FastEthernet0/11
  98. switchport access vlan 40
  99. switchport mode access
  100. switchport nonegotiate
  101. shutdown
  102. !
  103. interface FastEthernet0/12
  104. switchport access vlan 40
  105. switchport mode access
  106. switchport nonegotiate
  107. shutdown
  108. !
  109. interface FastEthernet0/13
  110. switchport access vlan 40
  111. switchport mode access
  112. switchport nonegotiate
  113. shutdown
  114. !
  115. interface FastEthernet0/14
  116. switchport access vlan 40
  117. switchport mode access
  118. switchport nonegotiate
  119. shutdown
  120. !
  121. interface FastEthernet0/15
  122. switchport access vlan 40
  123. switchport mode access
  124. switchport nonegotiate
  125. shutdown
  126. !
  127. interface FastEthernet0/16
  128. switchport access vlan 40
  129. switchport mode access
  130. switchport nonegotiate
  131. shutdown
  132. !
  133. interface FastEthernet0/17
  134. switchport access vlan 40
  135. switchport mode access
  136. switchport nonegotiate
  137. shutdown
  138. !
  139. interface FastEthernet0/18
  140. switchport access vlan 40
  141. switchport mode access
  142. switchport nonegotiate
  143. shutdown
  144. !
  145. interface FastEthernet0/19
  146. switchport access vlan 40
  147. switchport mode access
  148. switchport nonegotiate
  149. shutdown
  150. !
  151. interface FastEthernet0/20
  152. switchport access vlan 40
  153. switchport mode access
  154. switchport nonegotiate
  155. shutdown
  156. !
  157. interface FastEthernet0/21
  158. switchport access vlan 40
  159. switchport mode access
  160. switchport nonegotiate
  161. shutdown
  162. !
  163. interface FastEthernet0/22
  164. switchport access vlan 40
  165. switchport mode access
  166. switchport nonegotiate
  167. shutdown
  168. !
  169. interface FastEthernet0/23
  170. switchport access vlan 40
  171. switchport mode access
  172. switchport nonegotiate
  173. shutdown
  174. !
  175. interface FastEthernet0/24
  176. switchport access vlan 40
  177. switchport mode access
  178. switchport nonegotiate
  179. shutdown
  180. !
  181. interface GigabitEthernet0/1
  182. switchport access vlan 40
  183. shutdown
  184. !
  185. interface GigabitEthernet0/2
  186. switchport access vlan 40
  187. shutdown
  188. !
  189. interface Vlan1
  190. no ip address
  191. shutdown
  192. !
  193. ip classless
  194. !
  195. ip flow-export version 9
  196. !
  197. !
  198. !
  199. !
  200. !
  201. !
  202. !
  203. line con 0
  204. !
  205. line aux 0
  206. !
  207. line vty 0 4
  208. login
  209. !
  210. !
  211. !
  212. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement