TL-SG3210.page 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. ---
  2. title: Beispielkonfiguration TL-SG3210
  3. toc: no
  4. ...
  5. Zweitentwurf für den TL-SG3210 Richtfunk-Switch im L.A.
  6. Port 1
  7. : zum Rundstrahler
  8. : trunk, VLANs 2005,2020
  9. Port 2
  10. : zur P2P-Antenne Richtung L8
  11. : trunk, VLANs 2005,2021
  12. Port 5
  13. : lokaler Managementzugang (untagged)
  14. : access, VLAN 2005
  15. Port 8
  16. : zum Kernrouter
  17. : trunk, VLANs 2005,2010,2020,2021
  18. Port 9
  19. : zum L.A. Hausnetz
  20. : trunk, VLANs für uplink und lokale FF-Router mit Mesh-on-LAN
  21. ~~~
  22. !TL-SG3210
  23. #
  24. vlan 700,2005,2010,2020-2021,4001-4010
  25. #
  26. vlan 700
  27. name "LA-Hausnetz"
  28. #
  29. vlan 2005
  30. name "Management"
  31. #
  32. vlan 2010
  33. name "Mesh local"
  34. #
  35. vlan 2020
  36. name "RundstrahlerR5AC"
  37. #
  38. vlan 2021
  39. name "Mesh L8"
  40. #
  41. vlan 4001
  42. name "/dev/null port 1"
  43. #
  44. vlan 4002
  45. name "/dev/null port 2"
  46. #
  47. vlan 4003
  48. name "/dev/null port 3"
  49. #
  50. vlan 4004
  51. name "/dev/null port 4"
  52. #
  53. vlan 4005
  54. name "/dev/null port 5"
  55. #
  56. vlan 4006
  57. name "/dev/null port 6"
  58. #
  59. vlan 4007
  60. name "/dev/null port 7"
  61. #
  62. vlan 4008
  63. name "/dev/null port 8"
  64. #
  65. vlan 4009
  66. name "/dev/null port 9"
  67. #
  68. vlan 4010
  69. name "/dev/null port10"
  70. #
  71. #
  72. #
  73. #
  74. hostname "FF-DO-BB-LA-sw1"
  75. #
  76. mac address-table aging-time 300
  77. #
  78. logging buffer 7
  79. no logging file flash
  80. #
  81. enable secret 5 *****
  82. #
  83. system-time ntp UTC+01:00 172.24.1.9 172.24.1.10 1
  84. system-time dst predefined Europe
  85. #
  86. spanning-tree
  87. spanning-tree mode mstp
  88. spanning-tree mst instance 1 priority 28672
  89. spanning-tree mst instance 2 priority 28672
  90. spanning-tree mst configuration
  91. name FF-DO-BB
  92. instance 1 vlan 2005,
  93. instance 2 vlan 2020-2021,
  94. #
  95. #
  96. user name admin privilege admin secret 5 *****
  97. #
  98. #
  99. #
  100. #
  101. #
  102. #
  103. #
  104. ip ssh server
  105. #
  106. interface gigabitEthernet 1/0/1
  107. switchport mode trunk
  108. switchport trunk allowed vlan 2005,2020,4001
  109. switchport pvid 4001
  110. description "FF-DO-BB-LA-Rund"
  111. spanning-tree
  112. spanning-tree mst instance 2 port-priority 128 cost 1000
  113. #
  114. interface gigabitEthernet 1/0/2
  115. switchport mode trunk
  116. switchport trunk allowed vlan 2005,2021,4002
  117. switchport pvid 4002
  118. description "FF-DO-BB-LA-L8"
  119. spanning-tree
  120. spanning-tree mst instance 2 port-priority 128 cost 1000
  121. #
  122. interface gigabitEthernet 1/0/3
  123. switchport mode trunk
  124. switchport trunk allowed vlan 2005,4003
  125. switchport pvid 4003
  126. description "port 3 unused"
  127. shutdown
  128. #
  129. interface gigabitEthernet 1/0/4
  130. switchport mode trunk
  131. switchport trunk allowed vlan 2005,4004
  132. switchport pvid 4004
  133. description "port 4 unused"
  134. shutdown
  135. #
  136. interface gigabitEthernet 1/0/5
  137. switchport access vlan 2005
  138. description "Mgmt untagged"
  139. #
  140. interface gigabitEthernet 1/0/6
  141. switchport mode trunk
  142. switchport trunk allowed vlan 2005,4006
  143. switchport pvid 4006
  144. description "port 6 unused"
  145. shutdown
  146. #
  147. interface gigabitEthernet 1/0/7
  148. switchport mode trunk
  149. switchport trunk allowed vlan 2005,4007
  150. switchport pvid 4007
  151. description "port 7 unused"
  152. shutdown
  153. #
  154. interface gigabitEthernet 1/0/8
  155. switchport mode trunk
  156. switchport trunk allowed vlan 2005,2010,2020-2021,4008
  157. switchport pvid 4008
  158. description "FF-DO-BB-LA-kern"
  159. #
  160. interface gigabitEthernet 1/0/9
  161. switchport mode trunk
  162. switchport trunk allowed vlan 700,2005,2010,4009
  163. switchport pvid 4009
  164. description "LA-Hausnetz"
  165. speed 1000
  166. duplex full
  167. #
  168. interface gigabitEthernet 1/0/10
  169. switchport mode trunk
  170. switchport trunk allowed vlan 2005,4010
  171. switchport pvid 4010
  172. description "port 10 unused"
  173. speed 1000
  174. duplex full
  175. shutdown
  176. #
  177. ip management-vlan 2005
  178. interface vlan 2005
  179. ip address 172.24.1.1 255.255.0.0
  180. #
  181. #
  182. end
  183. ~~~