Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. interface gigabitEthernet 1/0/1
  2. switchport trunk encapsulation dot1q
  3. switchport mode trunk
  4. switchport trunk allowed vlan 1,3,5,12,1000
  5. exit
  6. !
  7. interface gigabitEthernet 1/0/2
  8. switchport trunk encapsulation dot1q
  9. switchport mode trunk
  10. switchport trunk allowed vlan 1,3,5,12,1000
  11. exit
  12. !
  13. interface gigabitEthernet 1/0/3
  14. switchport trunk encapsulation dot1q
  15. switchport mode trunk
  16. switchport trunk allowed vlan 1,12
  17. exit
  18. !
  19. interface gigabitEthernet 1/0/4
  20. switchport trunk encapsulation dot1q
  21. switchport mode trunk
  22. switchport trunk allowed vlan 1,12
  23. exit
  24. !
  25. interface gigabitEthernet 1/0/5
  26. switchport trunk encapsulation dot1q
  27. switchport mode trunk
  28. switchport trunk allowed vlan 1,12
  29. exit
  30. !
  31. interface gigabitEthernet 1/0/6
  32. switchport trunk encapsulation dot1q
  33. switchport mode trunk
  34. switchport trunk allowed vlan 1,3,5,12,1000
  35. exit
  36. !
  37. interface gigabitEthernet 1/0/7
  38. switchport trunk encapsulation dot1q
  39. switchport mode trunk
  40. switchport trunk allowed vlan add 1,12
  41. exit
  42. !
  43. interface gigabitEthernet 1/0/8
  44. switchport trunk encapsulation dot1q
  45. switchport mode trunk
  46. switchport trunk allowed vlan 1,3,5,12,1000
  47. exit
  48. !
  49. interface gigabitEthernet 1/0/9
  50. switchport trunk encapsulation dot1q
  51. switchport mode trunk
  52. switchport trunk allowed vlan 1,12
  53. exit
  54. !
  55. interface gigabitEthernet 1/0/10
  56. switchport trunk encapsulation dot1q
  57. switchport mode trunk
  58. switchport trunk allowed vlan 1,12
  59. exit
  60. !
  61. interface gigabitEthernet 1/0/11
  62. switchport trunk encapsulation dot1q
  63. switchport mode trunk
  64. switchport trunk allowed vlan 1,12
  65. exit
  66. !
  67. interface gigabitEthernet 1/0/12
  68. switchport trunk encapsulation dot1q
  69. switchport mode trunk
  70. switchport trunk allowed vlan 1,12
  71. exit
  72. !
  73. interface gigabitEthernet 1/0/13
  74. spanning-tree portfast
  75. switchport access vlan 12
  76. cdp enable
  77. exit
  78. !
  79. interface gigabitEthernet 1/0/14
  80. spanning-tree portfast
  81. switchport access vlan 12
  82. cdp enable
  83. exit
  84. !
  85. interface gigabitEthernet 1/0/15
  86. spanning-tree portfast
  87. switchport access vlan 12
  88. cdp enable
  89. exit
  90. !
  91. interface gigabitEthernet 1/0/16
  92. spanning-tree portfast
  93. switchport access vlan 12
  94. cdp enable
  95. exit
  96. !
  97. interface gigabitEthernet 1/0/17
  98. spanning-tree portfast
  99. switchport access vlan 12
  100. cdp enable
  101. exit
  102. !
  103. interface gigabitEthernet 1/0/18
  104. spanning-tree portfast
  105. switchport access vlan 12
  106. cdp enable
  107. exit
  108. !
  109. interface gigabitEthernet 1/0/19
  110. spanning-tree portfast
  111. switchport access vlan 12
  112. cdp enable
  113. exit
  114. !
  115. interface gigabitEthernet 1/0/20
  116. spanning-tree portfast
  117. switchport access vlan 12
  118. cdp enable
  119. exit
  120. !
  121. interface gigabitEthernet 1/0/21
  122. spanning-tree portfast
  123. cdp enable
  124. exit
  125. !
  126. interface gigabitEthernet 1/0/22
  127. spanning-tree portfast
  128. cdp enable
  129. exit
  130. !
  131. interface gigabitEthernet 1/0/26
  132. cdp enable
  133. exit
  134. !
  135. interface gigabitEthernet 1/0/27
  136. exit
  137. !
  138. interface gigabitEthernet 1/0/28
  139. exit
  140. !
  141. interface gigabitEthernet 1/0/29
  142. spanning-tree portfast
  143. cdp enable
  144. exit
  145. !
  146. interface gigabitEthernet 1/0/30
  147. spanning-tree portfast
  148. cdp enable
  149. exit
  150. !
  151. interface gigabitEthernet 1/0/35
  152. switchport mode dynamic auto
  153. switchport trunk allowed vlan 3,5
  154. cdp enable
  155. exit
  156. !
  157. interface gigabitEthernet 1/0/36
  158. switchport mode dynamic auto
  159. switchport trunk allowed vlan 3,5
  160. cdp enable
  161. exit
  162. !
  163. interface gigabitEthernet 1/0/37
  164. switchport mode dynamic auto
  165. switchport trunk allowed vlan 3,5
  166. cdp enable
  167. exit
  168. !
  169. interface TenGigabitEthernet1/1/1
  170. spanning-tree portfast
  171. switchport access vlan 12
  172. cdp enable
  173. exit
  174. !
  175. interface TenGigabitEthernet1/1/2
  176. spanning-tree portfast
  177. switchport access vlan 12
  178. cdp enable
  179. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement