TL-SG3210.page 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. ---
  2. title: Beispielkonfiguration TL-SG3210
  3. toc: no
  4. ...
  5. Erstentwurf 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 6
  13. : lokaler Managementzugang (untagged)
  14. : access, VLAN 2005
  15. Port 8
  16. : zum Kernrouter
  17. : trunk, VLANs 2005,2010,2020,2021
  18. TODO - 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 2005,2010,2020-2021
  25. #
  26. vlan 2005
  27. name "Management"
  28. #
  29. vlan 2010
  30. name "Mesh local"
  31. #
  32. vlan 2020
  33. name "RundstrahlerR5AC"
  34. #
  35. vlan 2021
  36. name "Mesh L8"
  37. #
  38. #
  39. #
  40. #
  41. hostname "FF-DO-BB-LA-sw1"
  42. #
  43. mac address-table aging-time 300
  44. #
  45. logging buffer 7
  46. logging file flash 2
  47. #
  48. enable password *****
  49. #
  50. system-time ntp UTC+01:00 172.24.1.9 172.24.1.10 1
  51. #
  52. spanning-tree
  53. spanning-tree mode rstp
  54. #
  55. #
  56. #
  57. #
  58. #
  59. #
  60. #
  61. #
  62. #
  63. #
  64. ip ssh server
  65. ip ssh timeout 999
  66. #
  67. interface gigabitEthernet 1/0/1
  68. switchport mode trunk
  69. switchport trunk allowed vlan 2005,2020
  70. description "FF-DO-BB-LA-Rund"
  71. spanning-tree
  72. #
  73. interface gigabitEthernet 1/0/2
  74. switchport mode trunk
  75. switchport trunk allowed vlan 2005,2021
  76. description "FF-DO-BB-LA-L8"
  77. spanning-tree
  78. #
  79. interface gigabitEthernet 1/0/3
  80. switchport mode trunk
  81. switchport trunk allowed vlan 2005
  82. #
  83. interface gigabitEthernet 1/0/4
  84. switchport mode trunk
  85. switchport trunk allowed vlan 2005
  86. #
  87. interface gigabitEthernet 1/0/5
  88. switchport mode trunk
  89. switchport trunk allowed vlan 2005
  90. #
  91. interface gigabitEthernet 1/0/6
  92. switchport access vlan 2005
  93. description "Mgmt untagged"
  94. #
  95. interface gigabitEthernet 1/0/7
  96. switchport mode trunk
  97. switchport trunk allowed vlan 2005
  98. #
  99. interface gigabitEthernet 1/0/8
  100. switchport mode trunk
  101. switchport trunk allowed vlan 2005,2010,2020-2021
  102. description "FF-DO-BB-LA-Kern"
  103. #
  104. interface gigabitEthernet 1/0/9
  105. switchport mode trunk
  106. switchport trunk allowed vlan 2005
  107. #
  108. interface gigabitEthernet 1/0/10
  109. switchport mode trunk
  110. switchport trunk allowed vlan 2005
  111. #
  112. ip management-vlan 2005
  113. interface vlan 2005
  114. ip address 172.24.1.1 255.255.0.0
  115. #
  116. end
  117. ~~~