MMRP-Plusの構成例と設定例
MMRP-Plusを利用する場合の構成例と設定例を示します。
シングルマスター構成でVLAN分散を使用しない場合
シングルマスター構成でVLAN分散を使用しない場合の構成例と設定例を示します。
シングルマスター構成でVLAN分散を使用しない場合の構成例
マスター装置の設定例(sw1)
マスター装置の設定例(sw1)
- VLAN 10、VLAN 20、およびVLAN 4001を作成します。
sw1# configure terminal sw1(config)# vlan 10,20,4001 sw1(config-vlan)# exit sw1(config)#
- ポート1/0/47およびポート1/0/48をトランクポートとして設定し、トランクポートに[VLAN 10、VLAN
20、およびVLAN 4001]を割り当てます。
sw1(config)# interface port 1/0/47 sw1(config-if-port)# switchport mode trunk sw1(config-if-port)# switchport trunk allowed vlan 10,20,4001 sw1(config-if-port)# exit sw1(config)# interface port 1/0/48 sw1(config-if-port)# switchport mode trunk sw1(config-if-port)# switchport trunk allowed vlan 10,20,4001 sw1(config-if-port)# exit sw1(config)#
- ポート1/0/47、およびポート1/0/48からトラフィックを送信する際のスケジューリングメカニズムを[Strict
Priority Queuing]に設定します。
sw1(config)# interface port 1/0/47 sw1(config-if-port)# mls qos scheduler sp sw1(config-if-port)# exit sw1(config)# interface port 1/0/48 sw1(config-if-port)# mls qos scheduler sp sw1(config-if-port)# exit sw1(config)#
- リングID[1]、リング名[ring1]のMMRP-Plusリングを作成します。
sw1(config)# mmrp-plus ring 1 name ring1
- リングID[1]のMMRP-Plus制御用VLANに[VLAN 4001]を割り当てます。
sw1(config)# mmrp-plus ring 1 vid 4001
- リングID[1]のマスターポートに[ポート1/0/47]、スレーブポートに[ポート1/0/48]を割り当てます。
sw1(config)# mmrp-plus ring 1 ring-master master port 1/0/47 slave port 1/0/48
- MMRP-Plusを有効化します。
sw1(config)# mmrp-plus enable sw1(config)# end sw1#
アウェア装置の設定例(sw2、sw3)
アウェア装置の設定例(sw2、sw3)
- VLAN 10、VLAN 20、およびVLAN 4001を作成します。
sw2# configure terminal sw2(config)# vlan 10,20,4001 sw2(config-vlan)# exit sw2(config)#
- ポート1/0/47およびポート1/0/48をトランクポートとして設定し、トランクポートに[VLAN 10、VLAN
20、およびVLAN 4001]を割り当てます。
sw2(config)# interface port 1/0/47 sw2(config-if-port)# switchport mode trunk sw2(config-if-port)# switchport trunk allowed vlan 10,20,4001 sw2(config-if-port)# exit sw2(config)# interface port 1/0/48 sw2(config-if-port)# switchport mode trunk sw2(config-if-port)# switchport trunk allowed vlan 10,20,4001 sw2(config-if-port)# exit sw2(config)#
- ポート1/0/47、およびポート1/0/48からトラフィックを送信する際のスケジューリングメカニズムを[Strict
Priority Queuing]に設定します。
sw2(config)# interface port 1/0/47 sw2(config-if-port)# mls qos scheduler sp sw2(config-if-port)# exit sw2(config)# interface port 1/0/48 sw2(config-if-port)# mls qos scheduler sp sw2(config-if-port)# exit sw2(config)#
- リングID[1]、リング名[ring1]のMMRP-Plusリングを作成します。
sw2(config)# mmrp-plus ring 1 name ring1
- リングID[1]のMMRP-Plus制御用VLANに[VLAN 4001]を割り当てます。
sw2(config)# mmrp-plus ring 1 vid 4001
- リングID[1]のアウェアポートに[ポート1/0/47およびポート1/0/48]を割り当てます。
sw2(config)# mmrp-plus ring 1 aware port 1/0/47 port 1/0/48
- MMRP-Plusを有効化します。
sw2(config)# mmrp-plus enable sw2(config)# end sw2#
シングルマスター構成でVLAN分散を使用する場合
シングルマスター構成でVLAN分散を使用しない場合の構成例と設定例を示します。
シングルマスター構成でVLAN分散を使用する場合の構成例
マスター装置の設定例(sw1)
マスター装置の設定例(sw1)
- VLAN 10、VLAN 2010、およびVLAN 4001を作成します。
sw1# configure terminal sw1(config)# vlan 10,2010,4001 sw1(config-vlan)# exit sw1(config)#
- ポート1/0/47およびポート1/0/48をトランクポートとして設定し、トランクポートに[VLAN 10、VLAN
2010、およびVLAN 4001]を割り当てます。
sw1(config)# interface port 1/0/47 sw1(config-if-port)# switchport mode trunk sw1(config-if-port)# switchport trunk allowed vlan 10,2010,4001 sw1(config-if-port)# exit sw1(config)# interface port 1/0/48 sw1(config-if-port)# switchport mode trunk sw1(config-if-port)# switchport trunk allowed vlan 10,2010,4001 sw1(config-if-port)# exit sw1(config)#
- ポート1/0/47、およびポート1/0/48からトラフィックを送信する際のスケジューリングメカニズムを[Strict
Priority Queuing]に設定します。
sw1(config)# interface port 1/0/47 sw1(config-if-port)# mls qos scheduler sp sw1(config-if-port)# exit sw1(config)# interface port 1/0/48 sw1(config-if-port)# mls qos scheduler sp sw1(config-if-port)# exit sw1(config)#
- VLANグループ[1]のスレーブVLANに[VLAN 2001からVLAN 4000]を割り当てます。
sw1(config)# mmrp-plus vlangroup 1 slave-vid 2001-4000
- リングID[1]、リング名[ring1]のMMRP-Plusリングを作成します。
sw1(config)# mmrp-plus ring 1 name ring1
- リングID[1]のMMRP-Plus制御用VLANに[VLAN 4001]を割り当てます。
sw1(config)# mmrp-plus ring 1 vid 4001
- リングID[1]のVLANグループにVLANグループ[1]を割り当てます。
sw1(config)# mmrp-plus ring 1 vlangroup 1
- リングID[1]のマスターポートに[ポート1/0/47]、スレーブポートに[ポート1/0/48]を割り当てます。
sw1(config)# mmrp-plus ring 1 ring-master master port 1/0/47 slave port 1/0/48
- MMRP-Plusを有効化します。
sw1(config)# mmrp-plus enable sw1(config)# end sw1#
アウェア装置の設定例(sw2、sw3)
アウェア装置の設定例(sw2、sw3)
- VLAN 10、VLAN 2010、およびVLAN 4001を作成します。
sw2# configure terminal sw2(config)# vlan 10,2010,4001 sw2(config-vlan)# exit sw2(config)#
- ポート1/0/47およびポート1/0/48をトランクポートとして設定し、トランクポートに[VLAN 10、VLAN
2010、およびVLAN 4001]を割り当てます。
sw2(config)# interface port 1/0/47 sw2(config-if-port)# switchport mode trunk sw2(config-if-port)# switchport trunk allowed vlan 10,2010,4001 sw2(config-if-port)# exit sw2(config)# interface port 1/0/48 sw2(config-if-port)# switchport mode trunk sw2(config-if-port)# switchport trunk allowed vlan 10,2010,4001 sw2(config-if-port)# exit sw2(config)#
- ポート1/0/47、およびポート1/0/48からトラフィックを送信する際のスケジューリングメカニズムを[Strict
Priority Queuing]に設定します。
sw2(config)# interface port 1/0/47 sw2(config-if-port)# mls qos scheduler sp sw2(config-if-port)# exit sw2(config)# interface port 1/0/48 sw2(config-if-port)# mls qos scheduler sp sw2(config-if-port)# exit sw2(config)#
- リングID[1]、リング名[ring1]のMMRP-Plusリングを作成します。
sw2(config)# mmrp-plus ring 1 name ring1
- リングID[1]のMMRP-Plus制御用VLANに[VLAN 4001]を割り当てます。
sw2(config)# mmrp-plus ring 1 vid 4001
- リングID[1]のアウェアポートに[ポート1/0/47およびポート1/0/48]を割り当てます。
sw2(config)# mmrp-plus ring 1 aware port 1/0/47 port 1/0/48
- MMRP-Plusを有効化します。
sw2(config)# mmrp-plus enable sw2(config)# end sw2#
分散マスター構成でVLAN分散を使用する場合
分散マスター構成でVLAN分散を使用する場合の構成例と設定例を示します。
分散マスター構成でVLAN分散を使用する場合の構成例
リングID[1]のマスター装置の設定例(sw1)
リングID[1]のマスター装置の設定例(sw1)
- VLAN 10、VLAN 20、およびVLAN 4001を作成します。
sw1# configure terminal sw1(config)# vlan 10,20,4001 sw1(config-vlan)# exit sw1(config)#
- ポート1/0/47およびポート1/0/48をトランクポートとして設定し、トランクポートに[VLAN 10、VLAN
20、およびVLAN 4001]を割り当てます。
sw1(config)# interface port 1/0/47 sw1(config-if-port)# switchport mode trunk sw1(config-if-port)# switchport trunk allowed vlan 10,20,4001 sw1(config-if-port)# exit sw1(config)# interface port 1/0/48 sw1(config-if-port)# switchport mode trunk sw1(config-if-port)# switchport trunk allowed vlan 10,20,4001 sw1(config-if-port)# exit sw1(config)#
- ポート1/0/47、およびポート1/0/48からトラフィックを送信する際のスケジューリングメカニズムを[Strict
Priority Queuing]に設定します。
sw1(config)# interface port 1/0/47 sw1(config-if-port)# mls qos scheduler sp sw1(config-if-port)# exit sw1(config)# interface port 1/0/48 sw1(config-if-port)# mls qos scheduler sp sw1(config-if-port)# exit sw1(config)#
- VLANグループ[1]のスレーブVLANに[VLAN 20]を割り当てます。
sw1(config)# mmrp-plus vlangroup 1 slave-vid 20
- リングID[1]、リング名[ring1]のMMRP-Plusリングを作成します。
sw1(config)# mmrp-plus ring 1 name ring1
- リングID[1]のMMRP-Plus制御用VLANに[VLAN 4001]を割り当てます。
sw1(config)# mmrp-plus ring 1 vid 4001
- リングID[1]のVLANグループにVLANグループ[1]を割り当てます。
sw1(config)# mmrp-plus ring 1 vlangroup 1
- リングID[1]のマスターポートに[ポート1/0/47]、スレーブポートに[ポート1/0/48]を割り当てます。
sw1(config)# mmrp-plus ring 1 ring-master master port 1/0/47 slave port 1/0/48
- MMRP-Plusを有効化します。
sw1(config)# mmrp-plus enable sw1(config)# end sw1#
リングID[2]の分散マスター装置の設定例(sw2)
リングID[2]の分散マスター装置の設定例(sw2)
- VLAN 10、VLAN 20、およびVLAN 4001からVLAN 4002を作成します。
sw2# configure terminal sw2(config)# vlan 10,20,4001-4002 sw2(config-vlan)# exit sw2(config)#
- ポート1/0/46をトランクポートとして設定し、トランクポートに[VLAN 10、VLAN 20、およびVLAN
4002]を割り当てます。
sw2(config)# interface port 1/0/46 sw2(config-if-port)# switchport mode trunk sw2(config-if-port)# switchport trunk allowed vlan 10,20,4002 sw2(config-if-port)# exit sw2(config)#
- ポート1/0/47、およびポート1/0/48をトランクポートとして設定し、トランクポートに[VLAN 10、VLAN
20、およびVLAN 4001]を割り当てます。
sw2(config)# interface port 1/0/47 sw2(config-if-port)# switchport mode trunk sw2(config-if-port)# switchport trunk allowed vlan 10,20,4001 sw2(config-if-port)# exit sw2(config)# interface port 1/0/48 sw2(config-if-port)# switchport mode trunk sw2(config-if-port)# switchport trunk allowed vlan 10,20,4001 sw2(config-if-port)# exit sw2(config)#
- ポート1/0/46、ポート1/0/47、およびポート1/0/48からトラフィックを送信する際のスケジューリングメカニズムを[Strict
Priority Queuing]に設定します。
sw2(config)# interface port 1/0/46 sw2(config-if-port)# mls qos scheduler sp sw2(config-if-port)# exit sw2(config)# interface port 1/0/47 sw2(config-if-port)# mls qos scheduler sp sw2(config-if-port)# exit sw2(config)# interface port 1/0/48 sw2(config-if-port)# mls qos scheduler sp sw2(config-if-port)# exit sw2(config)#
- VLANグループ[1]のスレーブVLANに[VLAN 20]を割り当てます。
sw2(config)# mmrp-plus vlangroup 1 slave-vid 20
- リングID[1]、リング名[ring1]のMMRP-Plusリングを作成します。
sw2(config)# mmrp-plus ring 1 name ring1
- リングID[1]のMMRP-Plus制御用VLANに[VLAN 4001]を割り当てます。
sw2(config)# mmrp-plus ring 1 vid 4001
- リングID[1]のアウェアポートに[ポート1/0/47およびポート1/0/48]を割り当てます。
sw2(config)# mmrp-plus ring 1 aware port 1/0/47 port 1/0/48
- リングID[2]、リング名[ring2]のMMRP-Plusリングを作成します。
sw2(config)# mmrp-plus ring 2 name ring2
- リングID[2]のMMRP-Plus制御用VLANに[VLAN 4002]を割り当てます。
sw2(config)# mmrp-plus ring 2 vid 4002
- リングID[2]のVLANグループにVLANグループ[1]を割り当てます。
sw2(config)# mmrp-plus ring 2 vlangroup 1
- リングID[2]の分散マスターポートに[ポート1/0/46]を割り当てます。
sw2(config)# mmrp-plus ring 2 divided-master port 1/0/46
- MMRP-Plusを有効化します。
sw2(config)# mmrp-plus enable sw2(config)# end sw2#
リングID[2]の分散スレーブ装置の設定例(sw3)
リングID[2]の分散スレーブ装置の設定例(sw3)
- VLAN 10、VLAN 20、およびVLAN 4001からVLAN 4002を作成します。
sw3# configure terminal sw3(config)# vlan 10,20,4001-4002 sw3(config-vlan)# exit sw3(config)#
- ポート1/0/46をトランクポートとして設定し、トランクポートに[VLAN 10、VLAN 20、およびVLAN
4002]を割り当てます。
sw3(config)# interface port 1/0/46 sw3(config-if-port)# switchport mode trunk sw3(config-if-port)# switchport trunk allowed vlan 10,20,4002 sw3(config-if-port)# exit sw3(config)#
- ポート1/0/47、およびポート1/0/48をトランクポートとして設定し、トランクポートに[VLAN 10、VLAN
20、およびVLAN 4001]を割り当てます。
sw3(config)# interface port 1/0/47 sw3(config-if-port)# switchport mode trunk sw3(config-if-port)# switchport trunk allowed vlan 10,20,4001 sw3(config-if-port)# exit sw3(config)# interface port 1/0/48 sw3(config-if-port)# switchport mode trunk sw3(config-if-port)# switchport trunk allowed vlan 10,20,4001 sw3(config-if-port)# exit sw3(config)#
- ポート1/0/46、ポート1/0/47、およびポート1/0/48からトラフィックを送信する際のスケジューリングメカニズムを[Strict
Priority Queuing]に設定します。
sw3(config)# interface port 1/0/46 sw3(config-if-port)# mls qos scheduler sp sw3(config-if-port)# exit sw3(config)# interface port 1/0/47 sw3(config-if-port)# mls qos scheduler sp sw3(config-if-port)# exit sw3(config)# interface port 1/0/48 sw3(config-if-port)# mls qos scheduler sp sw3(config-if-port)# exit sw3(config)#
- VLANグループ[1]のスレーブVLANに[VLAN 20]を割り当てます。
sw3(config)# mmrp-plus vlangroup 1 slave-vid 20
- リングID[1]、リング名[ring1]のMMRP-Plusリングを作成します。
sw3(config)# mmrp-plus ring 1 name ring1
- リングID[1]のMMRP-Plus制御用VLANに[VLAN 4001]を割り当てます。
sw3(config)# mmrp-plus ring 1 vid 4001
- リングID[1]のアウェアポートに[ポート1/0/47およびポート1/0/48]を割り当てます。
sw3(config)# mmrp-plus ring 1 aware port 1/0/47 port 1/0/48
- リングID[2]、リング名[ring2]のMMRP-Plusリングを作成します。
sw3(config)# mmrp-plus ring 2 name ring2
- リングID[2]のMMRP-Plus制御用VLANに[VLAN 4002]を割り当てます。
sw3(config)# mmrp-plus ring 2 vid 4002
- リングID[2]のVLANグループにVLANグループ[1]を割り当てます。
sw3(config)# mmrp-plus ring 2 vlangroup 1
- リングID[2]の分散スレーブポートに[ポート1/0/46]を割り当てます。
sw3(config)# mmrp-plus ring 2 divided-slave port 1/0/46
- MMRP-Plusを有効化します。
sw3(config)# mmrp-plus enable sw3(config)# end sw3#
リングID[2]のアウェア装置の設定例(sw4、sw5)
リングID[2]のアウェア装置の設定例(sw4、sw5)
- VLAN 10、VLAN 20、およびVLAN 4002を作成します。
sw4# configure terminal sw4(config)# vlan 10,20,4002 sw4(config-vlan)# exit sw4(config)#
- ポート1/0/47、およびポート1/0/48をトランクポートとして設定し、トランクポートに[VLAN 10、VLAN
20、およびVLAN 4002]を割り当てます。
sw4(config)# interface port 1/0/47 sw4(config-if-port)# switchport mode trunk sw4(config-if-port)# switchport trunk allowed vlan 10,20,4002 sw4(config-if-port)# exit sw4(config)# interface port 1/0/48 sw4(config-if-port)# switchport mode trunk sw4(config-if-port)# switchport trunk allowed vlan 10,20,4002 sw4(config-if-port)# exit sw4(config)#
- ポート1/0/47、およびポート1/0/48からトラフィックを送信する際のスケジューリングメカニズムを[Strict
Priority Queuing]に設定します。
sw4(config)# interface port 1/0/47 sw4(config-if-port)# mls qos scheduler sp sw4(config-if-port)# exit sw4(config)# interface port 1/0/48 sw4(config-if-port)# mls qos scheduler sp sw4(config-if-port)# exit sw4(config)#
- リングID[2]、リング名[ring2]のMMRP-Plusリングを作成します。
sw4(config)# mmrp-plus ring 2 name ring2
- リングID[2]のMMRP-Plus制御用VLANに[VLAN 4002]を割り当てます。
sw4(config)# mmrp-plus ring 2 vid 4002
- リングID[2]のアウェアポートに[ポート1/0/47およびポート1/0/48]を割り当てます。
sw4(config)# mmrp-plus ring 2 aware port 1/0/47 port 1/0/48
- MMRP-Plusを有効化します。
sw4(config)# mmrp-plus enable sw4(config)# end sw4#