차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| lacp_802.3ad_구성시_hash_정책_고려 [2026/08/21 01:13] – 만듦 koov | lacp_802.3ad_구성시_hash_정책_고려 [2026/08/21 01:41] (현재) – koov | ||
|---|---|---|---|
| 줄 26: | 줄 26: | ||
| '' | '' | ||
| + | |||
| + | ===== 설정 확인방법 ===== | ||
| + | |||
| + | 서버쪽 설정은 리눅스에서 쉽게 확인 가능하다. | ||
| + | |||
| + | <WRAP prewrap> | ||
| + | <code bash> | ||
| + | root@idpp-pve02: | ||
| + | Ethernet Channel Bonding Driver: v7.0.14-12-pve | ||
| + | |||
| + | Bonding Mode: IEEE 802.3ad Dynamic link aggregation | ||
| + | Transmit Hash Policy: layer3+4 (1) <<< | ||
| + | MII Status: up | ||
| + | MII Polling Interval (ms): 100 | ||
| + | Up Delay (ms): 0 | ||
| + | Down Delay (ms): 0 | ||
| + | Peer Notification Delay (ms): 0 | ||
| + | ... | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | |||
| + | 하지만 이것은 서버쪽 설정이고 스위치에서 지원하는지 여부는 확인이 불가능하다. | ||
| + | 실제 대역폭 테스트를 해보면 알 수 있다. | ||
| + | '' | ||
| + | |||
| + | 받는쪽 | ||
| + | <WRAP prewrap> | ||
| + | <code bash> | ||
| + | $ iperf3 -s | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | 보내는쪽 | ||
| + | <WRAP prewrap> | ||
| + | <code bash> | ||
| + | $ iperf3 -c < | ||
| + | |||
| + | root@idpp-pve02: | ||
| + | Connecting to host 192.168.0.33, | ||
| + | [ 5] local 192.168.0.52 port 57324 connected to 192.168.0.33 port 5201 | ||
| + | [ 7] local 192.168.0.52 port 57332 connected to 192.168.0.33 port 5201 | ||
| + | [ 9] local 192.168.0.52 port 57342 connected to 192.168.0.33 port 5201 | ||
| + | [ 11] local 192.168.0.52 port 57344 connected to 192.168.0.33 port 5201 | ||
| + | [ 13] local 192.168.0.52 port 57360 connected to 192.168.0.33 port 5201 | ||
| + | [ 15] local 192.168.0.52 port 57370 connected to 192.168.0.33 port 5201 | ||
| + | [ 17] local 192.168.0.52 port 57378 connected to 192.168.0.33 port 5201 | ||
| + | [ 19] local 192.168.0.52 port 57394 connected to 192.168.0.33 port 5201 | ||
| + | [ ID] Interval | ||
| + | [ 5] | ||
| + | [ 7] | ||
| + | [ 9] | ||
| + | [ 11] | ||
| + | [ 13] | ||
| + | [ 15] | ||
| + | [ 17] | ||
| + | [ 19] | ||
| + | [SUM] | ||
| + | - - - - - - - - - - - - - - - - - - - - - - - - - | ||
| + | ... | ||
| + | - - - - - - - - - - - - - - - - - - - - - - - - - | ||
| + | [ ID] Interval | ||
| + | [ 5] | ||
| + | [ 5] | ||
| + | [ 7] | ||
| + | [ 7] | ||
| + | [ 9] | ||
| + | [ 9] | ||
| + | [ 11] | ||
| + | [ 11] | ||
| + | [ 13] | ||
| + | [ 13] | ||
| + | [ 15] | ||
| + | [ 15] | ||
| + | [ 17] | ||
| + | [ 17] | ||
| + | [ 19] | ||
| + | [ 19] | ||
| + | [SUM] | ||
| + | [SUM] | ||
| + | |||
| + | iperf Done. | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | |||
| + | 이렇게 체크했을때 대역폭이 확장되어 나와야 한다. | ||