Advertisement
Guest User

Untitled

a guest
Mar 31st, 2016
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. Current configuration : 3354 bytes
  2. !
  3. version 12.2
  4. no service pad
  5. service timestamps debug datetime msec
  6. service timestamps log datetime msec
  7. no service password-encryption
  8. !
  9. hostname Switch
  10. !
  11. boot-start-marker
  12. boot-end-marker
  13. !
  14. !
  15. !
  16. !
  17. no aaa new-model
  18. switch 3 provision ws-c3750-24p
  19. system mtu routing 1500
  20. authentication mac-move permit
  21. ip subnet-zero
  22. !
  23. !
  24. !
  25. !
  26. !
  27. !
  28. !
  29. !
  30. spanning-tree mode pvst
  31. spanning-tree etherchannel guard misconfig
  32. spanning-tree extend system-id
  33. !
  34. vlan internal allocation policy ascending
  35. !
  36. !
  37. !
  38. interface FastEthernet3/0/1
  39. switchport trunk encapsulation dot1q
  40. switchport trunk allowed vlan 1-99,101-199,201-4094
  41. !
  42. interface FastEthernet3/0/2
  43. switchport trunk encapsulation dot1q
  44. switchport trunk allowed vlan 1-99,101-199,201-4094
  45. !
  46. interface FastEthernet3/0/3
  47. switchport trunk encapsulation dot1q
  48. switchport trunk allowed vlan 1-99,101-199,201-4094
  49. !
  50. interface FastEthernet3/0/4
  51. switchport trunk encapsulation dot1q
  52. switchport trunk allowed vlan 1-99,101-199,201-4094
  53. !
  54. interface FastEthernet3/0/5
  55. switchport trunk encapsulation dot1q
  56. switchport trunk allowed vlan 1-99,101-199,201-4094
  57. !
  58. interface FastEthernet3/0/6
  59. switchport trunk encapsulation dot1q
  60. switchport trunk allowed vlan 1-99,101-199,201-4094
  61. !
  62. interface FastEthernet3/0/7
  63. switchport trunk encapsulation dot1q
  64. switchport trunk allowed vlan 1-99,101-199,201-4094
  65. !
  66. interface FastEthernet3/0/8
  67. switchport trunk encapsulation dot1q
  68. switchport trunk allowed vlan 1-99,101-199,201-4094
  69. !
  70. interface FastEthernet3/0/9
  71. switchport trunk encapsulation dot1q
  72. switchport trunk allowed vlan 1-99,101-199,201-4094
  73. !
  74. interface FastEthernet3/0/10
  75. switchport trunk encapsulation dot1q
  76. switchport trunk allowed vlan 1-99,101-199,201-4094
  77. !
  78. interface FastEthernet3/0/11
  79. switchport trunk encapsulation dot1q
  80. switchport trunk allowed vlan 1-99,101-199,201-4094
  81. !
  82. interface FastEthernet3/0/12
  83. switchport trunk encapsulation dot1q
  84. switchport trunk allowed vlan 1-99,101-199,201-4094
  85. !
  86. interface FastEthernet3/0/13
  87. switchport access vlan 100
  88. switchport mode access
  89. !
  90. interface FastEthernet3/0/14
  91. switchport access vlan 100
  92. switchport mode access
  93. !
  94. interface FastEthernet3/0/15
  95. switchport access vlan 100
  96. switchport mode access
  97. !
  98. interface FastEthernet3/0/16
  99. switchport access vlan 100
  100. switchport mode access
  101. !
  102. interface FastEthernet3/0/17
  103. switchport access vlan 100
  104. switchport mode access
  105. !
  106. interface FastEthernet3/0/18
  107. switchport access vlan 100
  108. switchport mode access
  109. !
  110. interface FastEthernet3/0/19
  111. switchport access vlan 100
  112. switchport mode access
  113. !
  114. interface FastEthernet3/0/20
  115. switchport access vlan 100
  116. switchport mode access
  117. !
  118. interface FastEthernet3/0/21
  119. switchport trunk encapsulation dot1q
  120. switchport trunk native vlan 100
  121. switchport trunk allowed vlan 200
  122. switchport mode trunk
  123. !
  124. interface FastEthernet3/0/22
  125. switchport access vlan 200
  126. switchport mode access
  127. !
  128. interface FastEthernet3/0/23
  129. switchport access vlan 200
  130. switchport mode access
  131. !
  132. interface FastEthernet3/0/24
  133. switchport trunk encapsulation dot1q
  134. switchport trunk native vlan 100
  135. switchport trunk allowed vlan 200
  136. switchport mode trunk
  137. !
  138. interface GigabitEthernet3/0/1
  139. !
  140. interface GigabitEthernet3/0/2
  141. !
  142. interface Vlan1
  143. no ip address
  144. !
  145. ip classless
  146. ip http server
  147. ip http secure-server
  148. !
  149. ip sla enable reaction-alerts
  150. !
  151. !
  152. line con 0
  153. logging synchronous
  154. line vty 0 4
  155. login
  156. line vty 5 15
  157. login
  158. !
  159. end
  160.  
  161. Switch(config-if-range)#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement