[index] AT-DC2552XS コマンドリファレンス 2.5.3.1
- 動作モード(バージョン) - 動作の無効化と有効化 - STP/RSTP - 基本設定 - MSTP - 概要 - MSTインスタンス - MSTリージョン - CIST - 基本設定 - スイッチA - スイッチB(MSTI 1のルートブリッジ) - スイッチC(MSTI 2のルートブリッジ)
Note - スパニングツリープロトコル(STP/RSTP/MSTP)とRRP Snoopingは併用できません。
Spanning Tree Protocol | STP | IEEE 802.1D | 0 |
Rapid Spanning Tree Protocol | RSTP | IEEE 802.1w | 2 |
Multiple Spanning Tree Protocol | MSTP | IEEE 802.1s | 3 |
awplus(config)# spanning-tree mode stp ↓ |
awplus(config)# spanning-tree mode rstp ↓ |
awplus(config)# spanning-tree mode mstp ↓ |
Note - スパニングツリープロトコル(STP/RSTP/MSTP)とRRP Snoopingは併用できません。スパニングツリープロトコルを使う場合は、RRP Snoopingを有効化しないでください。
awplus(config)# no spanning-tree stp enable ↓ |
awplus(config)# no spanning-tree rstp enable ↓ |
awplus(config)# no spanning-tree mstp enable ↓ |
awplus(config)# spanning-tree stp enable ↓ |
awplus(config)# spanning-tree rstp enable ↓ |
awplus(config)# spanning-tree mstp enable ↓ |
awplus(config)# spanning-tree priority 8192 ↓ |
awplus(config)# interface port1.0.1-1.0.12 ↓ awplus(config-if)# spanning-tree portfast ↓ |
awplus(config)# spanning-tree portfast bpdu-guard ↓ |
awplus(config)# interface port1.0.12 ↓ awplus(config-if)# spanning-tree portfast bpdu-guard enable ↓ |
awplus(config)# interface port1.0.12 ↓ awplus(config-if)# no shutdown ↓ |
awplus(config)# spanning-tree errdisable-timeout enable ↓ |
awplus(config)# spanning-tree errdisable-timeout interval 10 ↓ |
awplus(config)# interface port1.0.13-port1.0.14 ↓ awplus(config-if)# spanning-tree loop-guard ↓ |
awplus# show spanning-tree ↓ |
SwitchA(config)# vlan database ↓ SwitchA(config-vlan)# vlan 10,20 ↓ SwitchA(config-vlan)# exit ↓ |
SwitchA(config)# interface port1.0.1-1.0.2 ↓ SwitchA(config-if)# switchport mode trunk ↓ SwitchA(config-if)# switchport trunk allowed vlan add 10,20 ↓ SwitchA(config-if)# exit ↓ |
SwitchA(config)# interface port1.0.3 ↓ SwitchA(config-if)# switchport mode access ↓ SwitchA(config-if)# switchport access vlan 10 ↓ SwitchA(config-if)# exit ↓ SwitchA(config)# interface port1.0.4 ↓ SwitchA(config-if)# switchport mode access ↓ SwitchA(config-if)# switchport access vlan 20 ↓ SwitchA(config-if)# exit ↓ |
SwitchA(config)# spanning-tree mode mstp ↓ |
SwitchA(config)# spanning-tree mst configuration ↓ SwitchA(config-mst)# region Test ↓ SwitchA(config-mst)# revision 1 ↓ |
SwitchA(config-mst)# instance 1 vlan 10 ↓ SwitchA(config-mst)# instance 2 vlan 20 ↓ |
SwitchA(config-mst)# instance 1 priority 32768 ↓ SwitchA(config-mst)# instance 2 priority 32768 ↓ SwitchA(config-mst)# exit ↓ |
SwitchA(config)# interface port1.0.3-1.0.4 ↓ SwitchA(config-if)# spanning-tree portfast ↓ SwitchA(config-if)# exit ↓ |
SwitchB(config)# vlan database ↓ SwitchB(config-vlan)# vlan 10,20 ↓ SwitchB(config-vlan)# exit ↓ |
SwitchB(config)# interface port1.0.1-1.0.2 ↓ SwitchB(config-if)# switchport mode trunk ↓ SwitchB(config-if)# switchport trunk allowed vlan add 10,20 ↓ SwitchB(config-if)# exit ↓ |
SwitchB(config)# interface port1.0.3 ↓ SwitchB(config-if)# switchport mode access ↓ SwitchB(config-if)# switchport access vlan 10 ↓ SwitchB(config-if)# exit ↓ SwitchB(config)# interface port1.0.4 ↓ SwitchB(config-if)# switchport mode access ↓ SwitchB(config-if)# switchport access vlan 20 ↓ SwitchB(config-if)# exit ↓ |
SwitchB(config)# spanning-tree mode mstp ↓ |
SwitchB(config)# spanning-tree mst configuration ↓ SwitchB(config-mst)# region Test ↓ SwitchB(config-mst)# revision 1 ↓ |
SwitchB(config-mst)# instance 1 vlan 10 ↓ SwitchB(config-mst)# instance 2 vlan 20 ↓ |
SwitchB(config-mst)# instance 1 priority 4096 ↓ SwitchB(config-mst)# instance 2 priority 8192 ↓ SwitchB(config-mst)# exit ↓ |
SwitchB(config)# interface port1.0.3-1.0.4 ↓ SwitchB(config-if)# spanning-tree portfast ↓ SwitchB(config-if)# exit ↓ |
SwitchC(config)# vlan database ↓ SwitchC(config-vlan)# vlan 10,20 ↓ SwitchC(config-vlan)# exit ↓ |
SwitchC(config)# interface port1.0.1-1.0.2 ↓ SwitchC(config-if)# switchport mode trunk ↓ SwitchC(config-if)# switchport trunk allowed vlan add 10,20 ↓ SwitchC(config-if)# exit ↓ |
SwitchC(config)# interface port1.0.3 ↓ SwitchC(config-if)# switchport mode access ↓ SwitchC(config-if)# switchport access vlan 10 ↓ SwitchC(config-if)# exit ↓ SwitchC(config)# interface port1.0.4 ↓ SwitchC(config-if)# switchport mode access ↓ SwitchC(config-if)# switchport access vlan 20 ↓ SwitchC(config-if)# exit ↓ |
SwitchC(config)# spanning-tree mode mstp ↓ |
SwitchC(config)# spanning-tree mst configuration ↓ SwitchC(config-mst)# region Test ↓ SwitchC(config-mst)# revision 1 ↓ |
SwitchC(config-mst)# instance 1 vlan 10 ↓ SwitchC(config-mst)# instance 2 vlan 20 ↓ |
SwitchC(config-mst)# instance 1 priority 8192 ↓ SwitchC(config-mst)# instance 2 priority 4096 ↓ SwitchC(config-mst)# exit ↓ |
SwitchC(config)# interface port1.0.3-1.0.4 ↓ SwitchC(config-if)# spanning-tree portfast ↓ SwitchC(config-if)# exit ↓ |
awplus(config)# interface port1.0.12 ↓ awplus(config-if)# no spanning-tree mst instance 2 ↓ |
awplus(config-mst)# no instance 1 vlan 10 ↓ |
awplus(config-mst)# instance 1 priority 4096 ↓ awplus(config-mst)# instance 2 priority 8192 ↓ |
awplus# show spanning-tree mst ↓ |
awplus# show spanning-tree mst detail ↓ |
awplus# show spanning-tree mst detail interface port1.0.1 ↓ |
awplus# show spanning-tree mst config ↓ |
awplus# show spanning-tree mst instance 1 ↓ |
(C) 2011-2012 アライドテレシスホールディングス株式会社
PN: 613-001633 Rev.C