This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wiki:site:hp:ais:a-series [2012/10/08 10:53] root [STP Spanning Tree Protocol] |
wiki:site:hp:ais:a-series [2014/12/26 18:31] (current) |
||
---|---|---|---|
Line 367: | Line 367: | ||
===== STP Spanning Tree Protocol ===== | ===== STP Spanning Tree Protocol ===== | ||
==== MSTP ==== | ==== MSTP ==== | ||
+ | Všechny sw musí mít stejné: | ||
+ | * region-name | ||
+ | * revision-level | ||
+ | * VLAN to instance mapping | ||
+ | |||
+ | Postup konfigurace: | ||
+ | - enable STP | ||
+ | - nastavit MSTP region na všech switchích | ||
+ | - nastavit root a secondary root pro všechny instance | ||
+ | - nastavit edge (access) a non-edge (uplinky) porty | ||
+ | - aplikovat BPDU protection, root guard a loop protection | ||
+ | |||
+ | |||
>[SW] **stp enable** | >[SW] **stp enable** | ||
>[SW] **stp region-configuration** | >[SW] **stp region-configuration** | ||
Line 374: | Line 387: | ||
> | > | ||
> | > | ||
+ | |||
+ | Modulo mapping | ||
+ | * má usnadnit mapování mnoha VLAN | ||
+ | * udělá to automaticky na základě výpočtu modulo | ||
+ | * instance_ID = (VLAN_ID - 1) % modulo + 1 | ||
>< | >< | ||
>[SW] **stp region-configuration** | >[SW] **stp region-configuration** | ||
> | > | ||
+ | |||
+ | > | ||
+ | < | ||
+ | [SW-mst-region] display stp region-configuration | ||
+ | Oper configuration | ||
+ | | ||
+ | | ||
+ | | ||
+ | |||
+ | | ||
+ | 0 2000 to 4094 | ||
+ | 1 1 to 999 | ||
+ | 2 1000 to 1999 | ||
+ | </ | ||
+ | |||
+ | Root a secondary root: | ||
+ | > | ||
+ | > | ||
+ | |||
+ | Priorita pro spolupraci MST s CST: | ||
+ | > | ||
+ | |||
+ | > | ||
+ | < | ||
+ | [CoreSW1] display stp inst 1 | ||
+ | -------[MSTI 1 Global Info]------- | ||
+ | MSTI Bridge ID : | ||
+ | MSTI RegRoot/ | ||
+ | MSTI RootPortId | ||
+ | MSTI Root Type : | ||
+ | Master Bridge | ||
+ | Cost to Master | ||
+ | TC recieved | ||
+ | </ | ||
+ | |||
+ | >[SW] **display stp brief** | ||
+ | < | ||
+ | [SW] display stp brief | ||
+ | VLAN Port | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | Edge / non-Edge: | ||
+ | FIXME | ||
+ | ===== IRF ===== | ||
+ | FIXME | ||
+ | ===== Static Routing ===== | ||
+ | FIXME | ||
+ | ===== RIP Routing ===== | ||
+ | FIXME |