[index] AT-DC2552XS コマンドリファレンス 2.5.4.1
Note - IEEE 802.3adでは、論理的に1ポートと見なされるポートの束を「リンクアグリゲーショングループ(LAG)」と呼びますが、本マニュアルでは、一般的な意味での「リンクアグリゲーショングループ」を「トランクグループ」と表記することにします。
DC2552XS-1、DC2552XS-2とも、受信したサーバー宛てのパケットを自身のREFグループ1へ転送する。迂回経路は使用しない | ||
DC2552XS-1は受信したサーバー宛てのパケットを迂回経路に転送する。DC2552XS-2は迂回経路から受信したパケットを自身のREFグループ1に転送する | ||
DC2552XS-2は受信したサーバー宛てのパケットを迂回経路に転送する。DC2552XS-1は迂回経路から受信したパケットを自身のREFグループ1に転送する | ||
DC2552XS-1、DC2552XS-2ともREFグループ1がダウンしており、サーバーへの経路が存在しないため、迂回経路は使用しない |
Note - REFはLACPによるリンクアグリゲーションだけをサポートしており、手動設定によるリンクアグリゲーションには未対応です。REFグループと接続するサーバーは、LACP(IEEE 802.3ad)を利用したNICチーミングに対応している必要があります。
Note - システムIDは、別のREF対応装置ペアや他のLACP対応装置と重複しないよう設定する必要があります。他の装置または装置ペアと同じシステムIDを設定すると、REFグループを正常に構成できません。
Note - デバイス識別子は、後述するREFモードと迂回ポートの設定時にあわせて指定します。
Note - アップリンクREFグループを複数作成する場合、すべてのアップリンクREFグループが同じVLANに所属している必要があります。迂回ポートには最初に作成したアップリンクREFグループのVLAN設定が反映されるため、アップリンクREFグループ間で所属VLANに差異があると、一部のVLANは迂回ポート経由での通信ができなくなるため注意してください。
ToR | 1.0.57〜1.0.64(10G) |
AGGR | 1.0.49, 1.0.53(40G)※ アップリンクREFグループ用 |
1.0.57〜1.0.64(10G) |
Note - 迂回ポートとして設定されたポートではMACアドレスを学習しません。
Note - 迂回ポートとして設定されたポートの所属VLANは、show vlanコマンドでは表示されません。
アップリンクREFグループがダウンした場合 | 40Gの迂回ポート(1.0.49, 1.0.53)のうち、使用されていない最若番のポートを使用する |
通常のREFグループがダウンした場合 | 10Gの迂回ポート(1.0.57〜1.0.64)のうち、使用されていない最若番のポートを使用する |
IN | 本来なら自装置のREFグループに転送すべきパケットを、迂回経路に転送するための設定を行う |
OUT | 迂回経路から受信したパケットを、自装置のREFグループに転送するための設定を行う |
Down → Up | Down | 「OUT」実行 | 「IN」実行 |
Up → Down | Down | 「OUT」解除 | 「IN」解除 |
Down → Up | Up | 「IN」解除 | 「OUT」解除 |
Up → Down | Up | 「IN」実行 | 「OUT」実行 |
awplus(config)# ref mode aggr-a ↓ % STP cannot be used on REF environment. % IGMP Snooping cannot be used on REF environment. |
awplus# erase startup-config ↓ awplus# reload ↓ |
awplus> enable ↓ awplus# configure terminal ↓ awplus(config)# hardware profile interface port1.0.57,port1.0.61 portmode 10gx4 ↓ |
awplus(config)# end ↓ awplus# copy running-config startup-config ↓ awplus# reload ↓ |
Note - ここで再起動しなくても、REFの設定を進めることは可能です。ただし、その場合は手順8でref modeコマンドを実行したときに警告メッセージが表示され、また、REFの運用開始前に設定を保存して再起動することを忘れないようにする必要があります。
awplus> enable ↓ awplus# configure terminal ↓ awplus(config)# no spanning-tree rstp enable ↓ awplus(config)# no ip igmp snooping ↓ |
awplus(config)# hostname DC-A ↓ |
awplus(config)# hostname DC-B ↓ |
DC-A(config)# ref system-id 00:00:00:00:00:01 ↓ |
DC-B(config)# ref system-id 00:00:00:00:00:01 ↓ |
DC-A(config)# ref mode tor-a ↓ |
DC-B(config)# ref mode tor-b ↓ |
DC-A(config)# vlan database ↓ DC-A(config-vlan)# vlan 101-110 ↓ DC-A(config-vlan)# exit ↓ DC-A(config)# interface port1.0.1 ↓ DC-A(config-if)# switchport mode trunk ↓ DC-A(config-if)# switchport trunk native vlan none ↓ DC-A(config-if)# switchport trunk allowed vlan add 101-110 ↓ DC-A(config-if)# exit ↓ |
DC-B(config)# vlan database ↓ DC-B(config-vlan)# vlan 101-110 ↓ DC-B(config-vlan)# exit ↓ DC-B(config)# interface port1.0.1 ↓ DC-B(config-if)# switchport mode trunk ↓ DC-B(config-if)# switchport trunk native vlan none ↓ DC-B(config-if)# switchport trunk allowed vlan add 101-110 ↓ DC-B(config-if)# exit ↓ |
DC-A(config)# interface port1.0.1 ↓ DC-A(config-if)# ref-group 1 ↓ |
DC-B(config)# interface port1.0.1 ↓ DC-B(config-if)# ref-group 1 ↓ |
Note - この例では所属ポート(port1.0.1)にVLANの設定をしてからREFグループを作成していますが、手順9と手順10を入れ替え、REFグループを作成してから、REFグループ(ref1)に対してVLANの設定をしてもかまいません。どちらの順序で設定しても、ランニングコンフィグ上、VLAN設定コマンドはREFグループではなく所属ポートに対する設定として表現されます。
DC-A(config-if)# end ↓ DC-A# copy running-config startup-config ↓ |
DC-B(config-if)# end ↓ DC-B# copy running-config startup-config ↓ |
Note - 迂回ポートの動作モード変更後に再起動していない場合(手順4をスキップした場合)は、ここでの設定保存後に再起動が必要です。
Note - 迂回ポートの接続には、40GのQSFP+ダイレクトアタッチケーブル(AT-QSFP1CU/3CU)を使用するのが便利です。アップリンク迂回ポート(40Gモード)だけでなく、通常の迂回ポート(10G×4モード)もQSFP+ダイレクトアタッチケーブルでの接続が可能です。また、迂回ポート間はQSFP+モジュール(AT-QSFPSR)で接続することもできます。
Note - 迂回ポートは必ず同じポート番号どうしで接続してください。番号の異なるポートどうしを接続すると迂回ポートが正しく作成されず、REFグループがダウンしたときにパケットの迂回転送ができなくなるため注意が必要です。
awplus(config)# interface ref1 ↓ awplus(config-if)# port-channel load-balance src-dst-ip ↓ |
! QSFPスロットの動作モードを変更 hardware profile interface port1.0.49 portmode 10gx4 hardware profile interface port1.0.53 portmode 10gx4 hardware profile interface port1.0.57 portmode 10gx4 hardware profile interface port1.0.61 portmode 10gx4 ! ホスト名を設定 hostname TOR-1A ! VLANを定義 vlan database vlan 1010-1409 ! 併用が不可能なRSTPとIGMP Snoopingを無効化 no spanning-tree rstp enable no ip igmp snooping ! REFシステムIDとREFモード、デバイス識別子を設定 ref system-id 00:00:00:00:00:01 ref mode tor-a ! サーバー接続用ポートのREFグループ、VLAN設定 interface port1.0.1 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1010-1019 ref-group 1 interface port1.0.2 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1020-1029 ref-group 2 interface port1.0.3 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1030-1039 ref-group 3 interface port1.0.4 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1040-1049 ref-group 4 interface port1.0.5 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1050-1059 ref-group 5 interface port1.0.6 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1060-1069 ref-group 6 interface port1.0.7 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1070-1079 ref-group 7 interface port1.0.8 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1080-1089 ref-group 8 interface port1.0.9 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1090-1099 ref-group 9 interface port1.0.10 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1100-1109 ref-group 10 interface port1.0.11 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1110-1119 ref-group 11 interface port1.0.12 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1120-1129 ref-group 12 interface port1.0.13 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1130-1139 ref-group 13 interface port1.0.14 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1140-1149 ref-group 14 interface port1.0.15 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1150-1159 ref-group 15 interface port1.0.16 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1160-1169 ref-group 16 interface port1.0.17 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1170-1179 ref-group 17 interface port1.0.18 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1180-1189 ref-group 18 interface port1.0.19 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1190-1199 ref-group 19 interface port1.0.20 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1200-1209 ref-group 20 interface port1.0.21 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1210-1219 ref-group 21 interface port1.0.22 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1220-1229 ref-group 22 interface port1.0.23 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1230-1239 ref-group 23 interface port1.0.24 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1240-1249 ref-group 24 interface port1.0.25 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1250-1259 ref-group 25 interface port1.0.26 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1260-1269 ref-group 26 interface port1.0.27 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1270-1279 ref-group 27 interface port1.0.28 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1280-1289 ref-group 28 interface port1.0.29 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1290-1299 ref-group 29 interface port1.0.30 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1300-1309 ref-group 30 interface port1.0.31 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1310-1319 ref-group 31 interface port1.0.32 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1320-1329 ref-group 32 interface port1.0.33 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1330-1339 ref-group 33 interface port1.0.34 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1340-1349 ref-group 34 interface port1.0.35 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1350-1359 ref-group 35 interface port1.0.36 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1360-1369 ref-group 36 interface port1.0.37 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1370-1379 ref-group 37 interface port1.0.38 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1380-1389 ref-group 38 interface port1.0.39 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1390-1399 ref-group 39 interface port1.0.40 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1400-1409 ref-group 40 ! Spineスイッチ接続用ポートのREFグループ、VLAN設定 interface port1.0.49-port1.0.56 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1010-1409 ref-group 41 |
! QSFPスロットの動作モードを変更 hardware profile interface port1.0.49 portmode 10gx4 hardware profile interface port1.0.53 portmode 10gx4 hardware profile interface port1.0.57 portmode 10gx4 hardware profile interface port1.0.61 portmode 10gx4 ! ホスト名を設定 hostname TOR-1B ! VLANを定義 vlan database vlan 1010-1409 ! 併用が不可能なRSTPとIGMP Snoopingを無効化 no spanning-tree rstp enable no ip igmp snooping ! REFシステムIDとREFモード、デバイス識別子を設定 ref system-id 00:00:00:00:00:01 ref mode tor-b ! サーバー接続用ポートのREFグループ、VLAN設定 interface port1.0.1 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1010-1019 ref-group 1 interface port1.0.2 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1020-1029 ref-group 2 interface port1.0.3 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1030-1039 ref-group 3 interface port1.0.4 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1040-1049 ref-group 4 interface port1.0.5 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1050-1059 ref-group 5 interface port1.0.6 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1060-1069 ref-group 6 interface port1.0.7 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1070-1079 ref-group 7 interface port1.0.8 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1080-1089 ref-group 8 interface port1.0.9 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1090-1099 ref-group 9 interface port1.0.10 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1100-1109 ref-group 10 interface port1.0.11 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1110-1119 ref-group 11 interface port1.0.12 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1120-1129 ref-group 12 interface port1.0.13 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1130-1139 ref-group 13 interface port1.0.14 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1140-1149 ref-group 14 interface port1.0.15 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1150-1159 ref-group 15 interface port1.0.16 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1160-1169 ref-group 16 interface port1.0.17 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1170-1179 ref-group 17 interface port1.0.18 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1180-1189 ref-group 18 interface port1.0.19 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1190-1199 ref-group 19 interface port1.0.20 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1200-1209 ref-group 20 interface port1.0.21 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1210-1219 ref-group 21 interface port1.0.22 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1220-1229 ref-group 22 interface port1.0.23 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1230-1239 ref-group 23 interface port1.0.24 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1240-1249 ref-group 24 interface port1.0.25 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1250-1259 ref-group 25 interface port1.0.26 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1260-1269 ref-group 26 interface port1.0.27 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1270-1279 ref-group 27 interface port1.0.28 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1280-1289 ref-group 28 interface port1.0.29 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1290-1299 ref-group 29 interface port1.0.30 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1300-1309 ref-group 30 interface port1.0.31 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1310-1319 ref-group 31 interface port1.0.32 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1320-1329 ref-group 32 interface port1.0.33 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1330-1339 ref-group 33 interface port1.0.34 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1340-1349 ref-group 34 interface port1.0.35 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1350-1359 ref-group 35 interface port1.0.36 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1360-1369 ref-group 36 interface port1.0.37 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1370-1379 ref-group 37 interface port1.0.38 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1380-1389 ref-group 38 interface port1.0.39 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1390-1399 ref-group 39 interface port1.0.40 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1400-1409 ref-group 40 ! Spineスイッチ接続用ポートのREFグループ、VLAN設定 interface port1.0.49-port1.0.56 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1010-1409 ref-group 41 |
! QSFPスロットの動作モードを変更 hardware profile interface port1.0.57 portmode 10gx4 hardware profile interface port1.0.61 portmode 10gx4 ! ホスト名を設定 hostname AGGR-A ! 併用が不可能なRSTPとIGMP Snoopingを無効化 no spanning-tree rstp enable no ip igmp snooping ! VLANを定義 vlan database vlan 1010-3009 ! REFシステムIDとREFモード、デバイス識別子を設定 ref system-id 00:00:00:00:00:02 ref mode aggr-a ! Leafスイッチ接続用ポートのREFグループ、VLAN設定 interface port1.0.1-1.0.8 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1010-1409 ref-group 42 interface port1.0.9-1.0.16 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1410-1809 ref-group 43 interface port1.0.17-1.0.24 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1810-2209 ref-group 44 interface port1.0.25-1.0.32 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 2210-2609 ref-group 45 interface port1.0.33-1.0.40 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 2610-3009 ref-group 46 ! コアスイッチ接続用ポートのアップリンクREFグループ、VLAN設定 interface port1.0.41-port1.0.48 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1010-3009 ref-group 47 bypasstype 40g |
! QSFPスロットの動作モードを変更 hardware profile interface port1.0.57 portmode 10gx4 hardware profile interface port1.0.61 portmode 10gx4 ! ホスト名を設定 hostname AGGR-B ! 併用が不可能なRSTPとIGMP Snoopingを無効化 no spanning-tree rstp enable no ip igmp snooping ! VLANを定義 vlan database vlan 1010-3009 ! REFシステムIDとREFモード、デバイス識別子を設定 ref system-id 00:00:00:00:00:02 ref mode aggr-b ! Leafスイッチ接続用ポートのREFグループ、VLAN設定 interface port1.0.1-1.0.8 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1010-1409 ref-group 42 interface port1.0.9-1.0.16 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1410-1809 ref-group 43 interface port1.0.17-1.0.24 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1810-2209 ref-group 44 interface port1.0.25-1.0.32 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 2210-2609 ref-group 45 interface port1.0.33-1.0.40 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 2610-3009 ref-group 46 ! コアスイッチ接続用ポートのアップリンクREFグループ、VLAN設定 interface port1.0.41-port1.0.48 switchport mode trunk switchport trunk native vlan none switchport trunk allowed vlan add 1010-3009 ref-group 47 bypasstype 40g |
Note - ファームウェアバージョンアップの手順については、「運用・管理」の「システム」をご覧ください。
(C) 2011-2013 アライドテレシスホールディングス株式会社
PN: 613-001633 Rev.D