ethernet-lag コマンドは、LAG の作成と管理に使用します。複数の個々の物理 Ethernet ポートを、LAG と呼ばれる 1 つの論理グループにまとめることができます。LAG に結合されたポートは並列処理が可能で、帯域幅の向上と高可用性の確保を実現できます。
add ethernet-lag name port [–description=text] [–lacp={true|false}]
remove ethernet-lag name [–no-confirm]
set ethernet-lag name [–description=text] [–admin-rate=value] [–mtu=value][–access-vlan=vlan-ID] [–flow-control={true|false}] [–lacp-enable={true|false}] [–port-mode=port-mode] [–tag-native={true|false}] [–igmp-snooping={true|false}]
set ethernet-lag name add port
set ethernet-lag name remove port [–no-confirm]
show ethernet-lag name [–detail]
show ethernet-lag name ports
ここでは:
name は LAG ID を指定します。これはカードのタイプによって決まります。名前は 1 - 5 文字である必要があります。
port は、LAG の作成に使用される Ethernet ポートの名前を指定します。
|
|
この例では、Division/6.1 という名前の既存の LAG にプロパティーを設定する方法を示します。
[OFM] set ethernet-lag Division/6.1 -description=SouthernDivision -admin-rate=autoNegotiate -mtu=1500 -access-vlan=1 -flow-control=false -lacp-enable=false -port-mode=access -tag-native=false -igmp-snooping=true [OFM] show ethernet-lag ontario/6.1 -detail ------------------------------------------- name Division/6.1 state up/down port-count 1 vnics 0 description SouthernDivision admin-rate autoNegotiate capacity 0 mtu 1500 port-mode access access-vlan 1 tag-native false flow-control false igmp-snooping true lacp-enable false -------------------------------------------- 1 record displayed