차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
linux_bond_team_본딩_티밍_차이 [2020/12/09 04:38] – 만듦 koov | linux_bond_team_본딩_티밍_차이 [2020/12/10 01:51] (현재) – [Linux bonding vs teaming for LACP] koov | ||
---|---|---|---|
줄 9: | 줄 9: | ||
| LACP (802.3ad) support | | LACP (802.3ad) support | ||
| Hash-based Tx policy | | Hash-based Tx policy | ||
- | | User can set hash function | + | | **<color #22b14c>User can set hash function</ |
| Tx load-balancing support (TLB) | Yes | Yes | | | Tx load-balancing support (TLB) | Yes | Yes | | ||
| LACP hash port select | | LACP hash port select | ||
- | | load-balancing for LACP support | + | | **<color #22b14c>load-balancing for LACP support</ |
| Ethtool link monitoring | | Ethtool link monitoring | ||
| ARP link monitoring | | ARP link monitoring | ||
- | | NS/NA (IPv6) link monitoring | + | | **<color #22b14c>NS/NA (IPv6) link monitoring</ |
| ports up/down delays | | ports up/down delays | ||
- | | port priorities and stickiness (“primary” option enhancement) | + | | **<color #22b14c>port priorities and stickiness (“primary” option enhancement)</ |
- | | separate per-port link monitoring setup | <color # | + | | **<color #22b14c>separate per-port link monitoring setup</ |
| multiple link monitoring setup | Limited | | multiple link monitoring setup | Limited | ||
| lockless Tx/Rx path | No (rwlock) | | lockless Tx/Rx path | No (rwlock) | ||
| VLAN support | | VLAN support | ||
| user-space runtime control | | user-space runtime control | ||
- | | Logic in user-space | + | | **<color #22b14c>Logic in user-space</ |
| Extensibility | | Extensibility | ||
- | | Modular design | + | | **<color #22b14c>Modular design</ |
| Performance overhead | | Performance overhead | ||
- | | D-Bus interface | + | | **<color #22b14c>D-Bus interface</ |
| multiple device stacking | | multiple device stacking | ||
- | | zero config using LLDP | <color # | + | | **<color #22b14c>zero config using LLDP</ |
| NetworkManager support | | NetworkManager support | ||
+ | |||
+ | |||
+ | ===== Bond 와 Team 에서의 LACP 구현비교 ===== | ||
+ | ==== Link Aggregation 이란? ==== | ||
+ | |||
+ | 단일 스위치의 물리적인 포트 여러개를 하나의 논리적인 포트로 만들어 줌으로써 대역폭을 늘리는 것을 말함(향상) | ||
+ | cisco에서는 Ether Channel이라고 불린다. | ||
+ | |||
+ | |||
+ | ==== LACP Mode ==== | ||
+ | {{: | ||
+ | |||
+ | ==== 설정시 주의할점 ==== | ||
+ | {{: | ||
+ | |||
+ | ==== Linux bonding vs teaming for LACP ==== | ||
+ | |||
+ | * LACP는 반드시 어느 한쪽이 Active 모드를 지원해야 한다. | ||
+ | * '' | ||
+ | * '' | ||
+ | * 따라서 스위치가 **Active모드**를 지원하지 않으면 bond로는 LACP를 구현할수 없다. | ||
+ | * '' | ||
+ | * '' | ||
+ | |||
+ | 언뜻 보기엔 '' | ||
+ | 이때문에 종종 대용량 트래픽이 발생하는 곳에서는 '' | ||
+ | |||
+ | 관련 내용은 https:// | ||
+ | ===== 참조링크 ===== | ||
+ | * https:// | ||
+ | * https:// | ||