Advertisement
Guest User

Untitled

a guest
Jul 31st, 2019
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. Using 3914 out of 524288 bytes
  2. !
  3. version 12.2
  4. no service pad
  5. service timestamps debug uptime
  6. service timestamps log uptime
  7. no service password-encryption
  8. !
  9. hostname wlc1
  10. !
  11. enable secret 5 $1$y6cp$JKCSFGcGitfYVNeO/FUlt/
  12. !
  13. no aaa new-model
  14. switch 1 provision ws-c3750g-24ws-s25/50
  15. ip subnet-zero
  16. !
  17. !
  18. !
  19. !
  20. no file verify auto
  21. spanning-tree mode pvst
  22. spanning-tree extend system-id
  23. !
  24. vlan internal allocation policy ascending
  25. !
  26. interface Port-channel40
  27. switchport access vlan 55
  28. switchport trunk encapsulation dot1q
  29. switchport trunk native vlan 55
  30. switchport mode trunk
  31. switchport nonegotiate
  32. !
  33. interface GigabitEthernet1/0/1
  34. switchport access vlan 55
  35. switchport trunk native vlan 55
  36. !
  37. interface GigabitEthernet1/0/2
  38. switchport access vlan 55
  39. switchport trunk native vlan 55
  40. !
  41. interface GigabitEthernet1/0/3
  42. switchport access vlan 55
  43. switchport trunk native vlan 55
  44. !
  45. interface GigabitEthernet1/0/4
  46. switchport access vlan 55
  47. switchport trunk native vlan 55
  48. !
  49. interface GigabitEthernet1/0/5
  50. switchport access vlan 55
  51. switchport trunk native vlan 55
  52. !
  53. interface GigabitEthernet1/0/6
  54. switchport access vlan 55
  55. switchport trunk native vlan 55
  56. !
  57. interface GigabitEthernet1/0/7
  58. switchport access vlan 55
  59. switchport trunk native vlan 55
  60. !
  61. interface GigabitEthernet1/0/8
  62. switchport access vlan 55
  63. switchport trunk native vlan 55
  64. !
  65. interface GigabitEthernet1/0/9
  66. switchport access vlan 55
  67. switchport trunk native vlan 55
  68. !
  69. interface GigabitEthernet1/0/10
  70. switchport access vlan 55
  71. switchport trunk native vlan 55
  72. !
  73. interface GigabitEthernet1/0/11
  74. switchport access vlan 55
  75. switchport trunk native vlan 55
  76. !
  77. interface GigabitEthernet1/0/12
  78. switchport access vlan 55
  79. switchport trunk native vlan 55
  80. !
  81. interface GigabitEthernet1/0/13
  82. switchport access vlan 55
  83. switchport trunk native vlan 55
  84. !
  85. interface GigabitEthernet1/0/14
  86. switchport access vlan 55
  87. switchport trunk native vlan 55
  88. !
  89. interface GigabitEthernet1/0/15
  90. switchport access vlan 55
  91. switchport trunk native vlan 55
  92. !
  93. interface GigabitEthernet1/0/16
  94. switchport access vlan 55
  95. switchport trunk native vlan 55
  96. !
  97. interface GigabitEthernet1/0/17
  98. switchport access vlan 55
  99. switchport trunk native vlan 55
  100. !
  101. interface GigabitEthernet1/0/18
  102. switchport access vlan 55
  103. switchport trunk native vlan 55
  104. !
  105. interface GigabitEthernet1/0/19
  106. switchport access vlan 55
  107. switchport trunk native vlan 55
  108. !
  109. interface GigabitEthernet1/0/20
  110. switchport access vlan 55
  111. switchport trunk native vlan 55
  112. !
  113. interface GigabitEthernet1/0/21
  114. switchport access vlan 55
  115. switchport trunk native vlan 55
  116. !
  117. interface GigabitEthernet1/0/22
  118. switchport access vlan 55
  119. switchport trunk native vlan 55
  120. !
  121. interface GigabitEthernet1/0/23
  122. switchport access vlan 55
  123. switchport trunk native vlan 55
  124. !
  125. interface GigabitEthernet1/0/24
  126. switchport access vlan 55
  127. switchport trunk native vlan 55
  128. !
  129. interface GigabitEthernet1/0/25
  130. switchport access vlan 55
  131. switchport trunk native vlan 55
  132. !
  133. interface GigabitEthernet1/0/26
  134. switchport access vlan 55
  135. switchport trunk native vlan 55
  136. !
  137. interface GigabitEthernet1/0/27
  138. description Internal port: This interface is permanently connected to wireless controller
  139. switchport access vlan 55
  140. switchport trunk encapsulation dot1q
  141. switchport trunk native vlan 55
  142. switchport mode trunk
  143. switchport nonegotiate
  144. no cdp enable
  145. channel-group 40 mode on
  146. spanning-tree portfast trunk
  147. !
  148. interface GigabitEthernet1/0/28
  149. description Internal port: This interface is permanently connected to wireless controller
  150. switchport access vlan 55
  151. switchport trunk encapsulation dot1q
  152. switchport trunk native vlan 55
  153. switchport mode trunk
  154. switchport nonegotiate
  155. no cdp enable
  156. channel-group 40 mode on
  157. spanning-tree portfast trunk
  158. !
  159. interface Vlan1
  160. no ip address
  161. !
  162. interface Vlan55
  163. ip address 192.168.55.10 255.255.255.0
  164. !
  165. ip default-gateway 192.168.55.1
  166. ip classless
  167. ip http server
  168. !
  169. !
  170. control-plane
  171. !
  172. !
  173. line con 0
  174. line vty 0 4
  175. login
  176. line vty 5 15
  177. login
  178. !
  179. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement