Virtual Port Channel (VPC) Load Balancing Algorithms

スポンサーリンク
スポンサーリンク

NOTE

Virtual Port Channel (VPC) のロードバランスアルゴリズムは以下のとおり。
レガシーなEtherchannel とは違う。また、変更もできない。

非IP 通信
Source MAC / Destination MAC の組み合わせ

IP 通信
Source IP / Destination IP / Source MAC /Destination MAC /Source Port / Destination Port /
Protocol / System generated random number の組み合わせ

 

2.3(1e) 以降 Symmetric Ether-channel hashing が追加されたが、
Release Note によるとVPC はサポートしていないらしいので対象外。
Release Note の書き方がイケてないらしくサポートしている模様。

Symmetric Ether-channel hashingを選択し、Load Balance Hashing から
Dest IP / Src IP / Dest Port / Src Port のうちから選択すると、その1つをベースに計算

Symmetric Ether-channel hashingを選択し、Load Balance Hashing を選択しない場合、

非IP 通信
Source MAC / Destination MAC の組み合わせ

IP 通信
Source IP / Destination IP / Source MAC /Destination MAC /Source Port / Destination Port /
Protocol / System generated random number の組み合わせ

※同一Leaf 上で異なるLoad Balance Hashingを選択して使うのはサポートされない。使用と未使用の混在はサポートされる。

REFERENCE

Cisco APIC Layer 2 Networking Configuration Guide, Release 3.x and Earlier - Access Interfaces [Cisco Application Policy Infrastructure Controller (APIC)]
Describes how to configure physical ports, port channels, virtual port channels, and connections to FEX devices.

Port Channels
PC/VPC Host Load Balancing Algorithms
The following table provides the configurable port-channel hash algorithms used in PC/VPC host load balancing across ACI leaf switch downlinks. This feature started with APIC, Release 2.3(1e).

Cisco Application Centric Infrastructure Fundamentals, Release 3.x and Earlier - Forwarding Within the ACI Fabric [Cisco Application Policy Infrastructure Controller (APIC)]
Cisco Application Centric Infrastructure Fundamentals, Releases 2.x and 3.x -Forwarding Within the ACI Fabric

PC/VPC Host Load Balancing
The following table provides the default (non-configurable) algorithms used in PC/VPC host load balancing.
Table 1. ACI Fabric Dynamic Load Balancing Algorithms

Cisco Application Policy Infrastructure Controller, Release 2.3(1), Release Notes
This document describes the features, caveats, and limitations for the Cisco Application Policy Infrastructure Controller (APIC) software.

コメント