User Tools

Site Tools


informatique:cisco:stp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
informatique:cisco:stp [2012/11/05 16:13] pteuinformatique:cisco:stp [2016/02/15 15:41] (current) – [STP Root Guard] pteu
Line 44: Line 44:
 spanning-tree extend system-id spanning-tree extend system-id
  
-# je configure une priorité de 4096 (en décimal : "0001" sur les 4 bits de poids fort du champs de 16 bits) pour le VLAN 100 et 16384 pour le VLAN 200+# je configure une priorité de 4096 (en décimal : "0001" sur les 4 bits 
 +de poids fort du champs de 16 bits) pour le VLAN 100 et 16384 pour le VLAN 200
 spanning-tree vlan 100 priority 4096 spanning-tree vlan 100 priority 4096
 spanning-tree vlan 200 priority 16384 spanning-tree vlan 200 priority 16384
Line 86: Line 87:
 <code bash> <code bash>
 spanning-tree guard root spanning-tree guard root
-</bash>+</code>
  
 http://www.cisco.com/warp/public/473/74.html http://www.cisco.com/warp/public/473/74.html
Line 263: Line 264:
 show spanning-tree mst configuration show spanning-tree mst configuration
 show spanning-tree mst show spanning-tree mst
 +</code>
 +
 +
 +=====Désactiver le STP=====
 +
 +On peut désactiver le Spanning-tree sur un VLAN donné (par ex. le 2) avec la commande :
 +<code bash>
 +no spanning-tree vlan 2
 +
 +# vérification
 +show spanning-tree vlan 2
 +Spanning tree instance(s) for vlan 2 does not exist.
 </code> </code>
informatique/cisco/stp.1352132009.txt.gz · Last modified: 2013/10/14 20:52 (external edit)