Ver Fonte

2016-04-21 Technik/Richtfunk/Geraetekonfiguration/TL-SG3210 (mit port 9 und MSTP)

Ignore-this: 8bd5515c7d988fefc1c64c12f51b30a4
altlast há 9 anos atrás
pai
commit
0d4ab4f267
1 ficheiros alterados com 88 adições e 40 exclusões
  1. 88 40
      Technik/Richtfunk/Geraetekonfiguration/TL-SG3210.page

+ 88 - 40
Technik/Richtfunk/Geraetekonfiguration/TL-SG3210.page

@@ -3,7 +3,7 @@ title: Beispielkonfiguration TL-SG3210
 toc: no
 ...
 
-Erstentwurf für den TL-SG3210 Richtfunk-Switch im L.A.
+Zweitentwurf für den TL-SG3210 Richtfunk-Switch im L.A.
 
 Port 1
 : zum Rundstrahler
@@ -13,7 +13,7 @@ Port 2
 : zur P2P-Antenne Richtung L8
 : trunk, VLANs 2005,2021
 
-Port 6
+Port 5
 : lokaler Managementzugang (untagged)
 : access, VLAN 2005
 
@@ -21,14 +21,17 @@ Port 8
 : zum Kernrouter
 : trunk, VLANs 2005,2010,2020,2021
 
-TODO - Port 9
+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 700,2005,2010,2020-2021,4001-4010
+#
+vlan 700
+name "LA-Hausnetz"
 #
 vlan 2005
 name "Management"
@@ -42,6 +45,36 @@ name "RundstrahlerR5AC"
 vlan 2021
 name "Mesh L8"
 #
+vlan 4001
+name "/dev/null port 1"
+#
+vlan 4002
+name "/dev/null port 2"
+#
+vlan 4003
+name "/dev/null port 3"
+#
+vlan 4004
+name "/dev/null port 4"
+#
+vlan 4005
+name "/dev/null port 5"
+#
+vlan 4006
+name "/dev/null port 6"
+#
+vlan 4007
+name "/dev/null port 7"
+#
+vlan 4008
+name "/dev/null port 8"
+#
+vlan 4009
+name "/dev/null port 9"
+#
+vlan 4010
+name "/dev/null port10"
+#
 #
 #
 #
@@ -50,17 +83,24 @@ hostname "FF-DO-BB-LA-sw1"
 mac address-table aging-time 300
 #
 logging buffer 7
-logging file flash 2
+no logging file flash
 #
-enable password *****
+enable secret 5 *****
 #
 system-time ntp UTC+01:00 172.24.1.9 172.24.1.10 1
+system-time dst predefined Europe
 #
 spanning-tree
-spanning-tree mode rstp
-#
+spanning-tree mode mstp
+spanning-tree mst instance 1 priority 28672
+spanning-tree mst instance 2 priority 28672
+spanning-tree mst configuration
+  name FF-DO-BB
+  instance 1 vlan 2005,
+  instance 2 vlan 2020-2021,
 #
 #
+user name admin privilege admin secret 5 *****
 #
 #
 #
@@ -69,74 +109,82 @@ 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
+  switchport trunk allowed vlan 2005,2020,4001
+  switchport pvid 4001
   description "FF-DO-BB-LA-Rund"
-  
   spanning-tree
-  
+  spanning-tree mst instance 2 port-priority 128 cost 1000
 #
 interface gigabitEthernet 1/0/2
   switchport mode trunk
-  switchport trunk allowed vlan 2005,2021
+  switchport trunk allowed vlan 2005,2021,4002
+  switchport pvid 4002
   description "FF-DO-BB-LA-L8"
-  
   spanning-tree
-  
+  spanning-tree mst instance 2 port-priority 128 cost 1000
 #
 interface gigabitEthernet 1/0/3
   switchport mode trunk
-  switchport trunk allowed vlan 2005
-  
-  
+  switchport trunk allowed vlan 2005,4003
+  switchport pvid 4003
+  description "port 3 unused"
+  shutdown
 #
 interface gigabitEthernet 1/0/4
   switchport mode trunk
-  switchport trunk allowed vlan 2005
-  
-  
+  switchport trunk allowed vlan 2005,4004
+  switchport pvid 4004
+  description "port 4 unused"
+  shutdown
 #
 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/6
+  switchport mode trunk
+  switchport trunk allowed vlan 2005,4006
+  switchport pvid 4006
+  description "port 6 unused"
+  shutdown
 #
 interface gigabitEthernet 1/0/7
   switchport mode trunk
-  switchport trunk allowed vlan 2005
-  
-  
+  switchport trunk allowed vlan 2005,4007
+  switchport pvid 4007
+  description "port 7 unused"
+  shutdown
 #
 interface gigabitEthernet 1/0/8
   switchport mode trunk
-  switchport trunk allowed vlan 2005,2010,2020-2021
-  description "FF-DO-BB-LA-Kern"
-  
-  
+  switchport trunk allowed vlan 2005,2010,2020-2021,4008
+  switchport pvid 4008
+  description "FF-DO-BB-LA-kern"
 #
 interface gigabitEthernet 1/0/9
   switchport mode trunk
-  switchport trunk allowed vlan 2005
-  
+  switchport trunk allowed vlan 700,2005,2010,4009
+  switchport pvid 4009
+  description "LA-Hausnetz"
+  speed 1000
+  duplex full
 #
 interface gigabitEthernet 1/0/10
   switchport mode trunk
-  switchport trunk allowed vlan 2005
-  
+  switchport trunk allowed vlan 2005,4010
+  switchport pvid 4010
+  description "port 10 unused"
+  speed 1000
+  duplex full
+  shutdown
 #
 ip management-vlan 2005
 interface vlan 2005
 ip address 172.24.1.1 255.255.0.0
 #
+#
 end
 ~~~