Advertisement
Guest User

Switch 1 CFG

a guest
Nov 1st, 2013
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. !
  2. !
  3.  
  4. !
  5. version 12.4
  6. service timestamps debug datetime msec
  7. service timestamps log datetime msec
  8. no service password-encryption
  9. !
  10. hostname NL-B1-SW1
  11. !
  12. boot-start-marker
  13. boot-end-marker
  14. !
  15. enable secret 5 $1$YNw7$bZvvATto0X39R4J7zcfAG1
  16. !
  17. no aaa new-model
  18. memory-size iomem 5
  19. ip cef
  20. !
  21. !
  22. !
  23. !
  24. ip domain name nuggetlabs.com
  25. ip name-server 4.2.2.2
  26. ip name-server 4.2.2.3
  27. ip ssh version 2
  28. !
  29. !
  30. !
  31. !
  32. !
  33. !
  34. !
  35. !
  36. !
  37. !
  38. !
  39. !
  40. !
  41. !
  42. !
  43. !
  44. !
  45. spanning-tree vlan 64 priority 8192
  46. spanning-tree vlan 66 priority 8192
  47. spanning-tree vlan 68 priority 8192
  48. spanning-tree vlan 69 priority 8192
  49. spanning-tree vlan 70 priority 8192
  50. spanning-tree vlan 71 priority 8192
  51. username admin secret 5 $1$GWFj$1g88Z2Qq3cb4WlgAdJ7o40
  52. !
  53. !
  54. !
  55. !
  56. interface Port-channel1
  57. switchport trunk allowed vlan 1,64,66,69,71,1002-1005
  58. switchport mode trunk
  59. duplex full
  60. !
  61. interface Port-channel2
  62. switchport trunk allowed vlan 1,64,66,69,71,1002-1005
  63. switchport mode trunk
  64. duplex full
  65. !
  66. interface FastEthernet0/0
  67. no ip address
  68. shutdown
  69. duplex auto
  70. speed auto
  71. !
  72. interface FastEthernet0/1
  73. no ip address
  74. shutdown
  75. duplex auto
  76. speed auto
  77. !
  78. interface FastEthernet1/0
  79. switchport trunk allowed vlan 1,64,66,69,71,1002-1005
  80. switchport mode trunk
  81. duplex full
  82. channel-group 1 mode on
  83. !
  84. interface FastEthernet1/1
  85. switchport trunk allowed vlan 1,64,66,69,71,1002-1005
  86. switchport mode trunk
  87. duplex full
  88. channel-group 1 mode on
  89. !
  90. interface FastEthernet1/2
  91. switchport trunk allowed vlan 1,64,66,69,71,1002-1005
  92. switchport mode trunk
  93. duplex full
  94. channel-group 2 mode on
  95. !
  96. interface FastEthernet1/3
  97. switchport trunk allowed vlan 1,64,66,69,71,1002-1005
  98. switchport mode trunk
  99. duplex full
  100. channel-group 2 mode on
  101. !
  102. interface FastEthernet1/4
  103. switchport access vlan 68
  104. duplex full
  105. speed 100
  106. !
  107. interface FastEthernet1/5
  108. switchport access vlan 68
  109. spanning-tree portfast
  110. !
  111. interface FastEthernet1/6
  112. switchport access vlan 68
  113. spanning-tree portfast
  114. !
  115. interface FastEthernet1/7
  116. switchport access vlan 68
  117. spanning-tree portfast
  118. !
  119. interface FastEthernet1/8
  120. switchport access vlan 68
  121. spanning-tree portfast
  122. !
  123. interface FastEthernet1/9
  124. switchport access vlan 68
  125. spanning-tree portfast
  126. !
  127. interface FastEthernet1/10
  128. switchport access vlan 68
  129. spanning-tree portfast
  130. !
  131. interface FastEthernet1/11
  132. switchport access vlan 68
  133. spanning-tree portfast
  134. !
  135. interface FastEthernet1/12
  136. switchport access vlan 68
  137. spanning-tree portfast
  138. !
  139. interface FastEthernet1/13
  140. switchport access vlan 68
  141. spanning-tree portfast
  142. !
  143. interface FastEthernet1/14
  144. switchport access vlan 70
  145. spanning-tree portfast
  146. !
  147. interface FastEthernet1/15
  148. no switchport
  149. ip address 10.1.254.1 255.255.255.252
  150. spanning-tree portfast
  151. !
  152. interface Vlan1
  153. no ip address
  154. shutdown
  155. !
  156. interface Vlan64
  157. description "Voice VLAN"
  158. ip address 10.1.64.1 255.255.254.0
  159. !
  160. interface Vlan66
  161. description "Data VLAN"
  162. ip address 10.1.66.1 255.255.254.0
  163. !
  164. interface Vlan68
  165. description "Server VLAN"
  166. ip address 10.1.68.1 255.255.255.0
  167. !
  168. interface Vlan69
  169. description "Public WIFI VLAN"
  170. ip address 10.1.69.1 255.255.255.0
  171. !
  172. interface Vlan70
  173. description "Private LAB VLAN"
  174. ip address 10.1.70.1 255.255.255.0
  175. !
  176. interface Vlan71
  177. ip address 10.1.71.1 255.255.255.0
  178. !
  179. ip route 0.0.0.0 0.0.0.0 10.1.254.2
  180. !
  181. !
  182. no ip http server
  183. no ip http secure-server
  184. !
  185. !
  186. !
  187. !
  188. control-plane
  189. !
  190. !
  191. !
  192. !
  193. !
  194. !
  195. !
  196. !
  197. banner motd 
  198. *****************
  199. * DO NOT LOG IN *
  200. *****************
  201.  
  202. 
  203. !
  204. line con 0
  205. exec-timeout 180 0
  206. password cisco
  207. logging synchronous
  208. line aux 0
  209. line vty 0 4
  210. password cisco
  211. login local
  212. !
  213. ntp server 64.73.32.135
  214. !
  215. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement