|
@@ -198,35 +198,35 @@ In den TL-SG2008 (und aufwärts) sind 3 STP-Verfahren im Switch implementiert, (
|
|
|
- Switches miteinander verbinden (ohne Schleifen)
|
|
|
- Auf jedem Switch RSTP einschalten
|
|
|
|
|
|
-<pre>
|
|
|
-Test5#configure
|
|
|
-Test5(config)#spanning-tree mode rstp
|
|
|
-Test5(config)#spanning-tree
|
|
|
-Test5(config)#show spanning-tree active
|
|
|
-Spanning tree is enabled
|
|
|
-Spanning-tree's mode: RSTP (802.1w Rapid Spanning Tree Protocol)
|
|
|
-Latest topology change time: 2006-01-01 08:00:00
|
|
|
-
|
|
|
- Root Bridge
|
|
|
- Priority : 32768
|
|
|
- Address : f4-f2-6d-7d-c1-39
|
|
|
- Local bridge is the root bridge
|
|
|
-
|
|
|
- Designated Bridge
|
|
|
- Priority : 32768
|
|
|
- Address : f4-f2-6d-7d-c1-39
|
|
|
-
|
|
|
- Local Bridge
|
|
|
- Priority : 32768
|
|
|
- Address : f4-f2-6d-7d-c1-39
|
|
|
-
|
|
|
-Test5(config)#interface range gigabitEthernet 1/0/1-8
|
|
|
- (bei 16 port Switches entsprechend 1/0/1-16 verwenden)
|
|
|
-Test5(config-if-range)#spanning-tree
|
|
|
-Test5(config-if-range)#exit
|
|
|
-Test5(config)#exit
|
|
|
-Test5#show spanning-tree active
|
|
|
-</pre>
|
|
|
+Beispiel:
|
|
|
+
|
|
|
+ Test5#configure
|
|
|
+ Test5(config)#spanning-tree mode rstp
|
|
|
+ Test5(config)#spanning-tree
|
|
|
+ Test5(config)#show spanning-tree active
|
|
|
+ Spanning tree is enabled
|
|
|
+ Spanning-tree's mode: RSTP (802.1w Rapid Spanning Tree Protocol)
|
|
|
+ Latest topology change time: 2006-01-01 08:00:00
|
|
|
+
|
|
|
+ Root Bridge
|
|
|
+ Priority : 32768
|
|
|
+ Address : f4-f2-6d-7d-c1-39
|
|
|
+ Local bridge is the root bridge
|
|
|
+
|
|
|
+ Designated Bridge
|
|
|
+ Priority : 32768
|
|
|
+ Address : f4-f2-6d-7d-c1-39
|
|
|
+
|
|
|
+ Local Bridge
|
|
|
+ Priority : 32768
|
|
|
+ Address : f4-f2-6d-7d-c1-39
|
|
|
+
|
|
|
+ Test5(config)#interface range gigabitEthernet 1/0/1-8
|
|
|
+ (bei 16 port Switches entsprechend 1/0/1-16 verwenden)
|
|
|
+ Test5(config-if-range)#spanning-tree
|
|
|
+ Test5(config-if-range)#exit
|
|
|
+ Test5(config)#exit
|
|
|
+ Test5#show spanning-tree active
|
|
|
|
|
|
- Weiter wie in der ersten "Kollaps-Übung", d.h. Kreis (z.B. "Dreieck") herstellen und beobachten.
|
|
|
- Mit `show spanning-tree active` auf allen Switches ermitteln, wie der von (R)STP gebildete Baum aussieht.
|