Browse Source

2016-04-06 Technik/Richtfunk/Geraetekonfiguration/TL-SG3210 (Konfiguration TL-SG3210 am Beispiel FF-DO-BB-LA-sw1)

Ignore-this: b529d8458274b9e1eb5e6865979f1cd0
altlast 9 years ago
parent
commit
2fc4c2fabc
1 changed files with 142 additions and 0 deletions
  1. 142 0
      Technik/Richtfunk/Geraetekonfiguration/TL-SG3210.page

+ 142 - 0
Technik/Richtfunk/Geraetekonfiguration/TL-SG3210.page

@@ -0,0 +1,142 @@
+---
+title: Beispielkonfiguration TL-SG3210
+toc: no
+...
+
+Erstentwurf für den TL-SG3210 Richtfunk-Switch im L.A.
+
+Port 1
+: zum Rundstrahler
+: trunk, VLANs 2005,2020
+
+Port 2
+: zur P2P-Antenne Richtung L8
+: trunk, VLANs 2005,2021
+
+Port 6
+: lokaler Managementzugang (untagged)
+: access, VLAN 2005
+
+Port 8
+: zum Kernrouter
+: trunk, VLANs 2005,2010,2020,2021
+
+TODO - Port 9
+: zum L.A. Hausnetz
+: trunk, VLANs für uplink und lokale FF-Router mit Mesh-on-LAN
+
+~~~
+!TL-SG3210
+#
+vlan 2005,2010,2020-2021
+#
+vlan 2005
+name "Management"
+#
+vlan 2010
+name "Mesh local"
+#
+vlan 2020
+name "RundstrahlerR5AC"
+#
+vlan 2021
+name "Mesh L8"
+#
+#
+#
+#
+hostname "FF-DO-BB-LA-sw1"
+#
+mac address-table aging-time 300
+#
+logging buffer 7
+logging file flash 2
+#
+enable password *****
+#
+system-time ntp UTC+01:00 172.24.1.9 172.24.1.10 1
+#
+spanning-tree
+spanning-tree mode rstp
+#
+#
+#
+#
+#
+#
+#
+#
+#
+#
+ip ssh server 
+ip ssh timeout 999
+#
+interface gigabitEthernet 1/0/1
+  switchport mode trunk
+  switchport trunk allowed vlan 2005,2020
+  description "FF-DO-BB-LA-Rund"
+  
+  spanning-tree
+  
+#
+interface gigabitEthernet 1/0/2
+  switchport mode trunk
+  switchport trunk allowed vlan 2005,2021
+  description "FF-DO-BB-LA-L8"
+  
+  spanning-tree
+  
+#
+interface gigabitEthernet 1/0/3
+  switchport mode trunk
+  switchport trunk allowed vlan 2005
+  
+  
+#
+interface gigabitEthernet 1/0/4
+  switchport mode trunk
+  switchport trunk allowed vlan 2005
+  
+  
+#
+interface gigabitEthernet 1/0/5
+  switchport mode trunk
+  switchport trunk allowed vlan 2005
+  
+  
+#
+interface gigabitEthernet 1/0/6
+  switchport access vlan 2005
+  description "Mgmt untagged"
+  
+  
+#
+interface gigabitEthernet 1/0/7
+  switchport mode trunk
+  switchport trunk allowed vlan 2005
+  
+  
+#
+interface gigabitEthernet 1/0/8
+  switchport mode trunk
+  switchport trunk allowed vlan 2005,2010,2020-2021
+  description "FF-DO-BB-LA-Kern"
+  
+  
+#
+interface gigabitEthernet 1/0/9
+  switchport mode trunk
+  switchport trunk allowed vlan 2005
+  
+#
+interface gigabitEthernet 1/0/10
+  switchport mode trunk
+  switchport trunk allowed vlan 2005
+  
+#
+ip management-vlan 2005
+interface vlan 2005
+ip address 172.24.1.1 255.255.0.0
+#
+end
+~~~