Вернусь к теме, повторюсь)
Как-бы плохо балансирует...
Код:
#show link_aggregation           
Command: show link_aggregation
Link Aggregation Algorithm = IP-Source-Dest
Group ID      : 1
Type          : LACP
Master Port   : 1:1
Member Port   : 1:1-1:2
Active Port   : 1:1-1:2
Status        : Enabled
Flooding Port : 1:1
Trap          : Disabled
Код:
#show lacp_port   1,2            
Command: show lacp_port 1:1-1:2
 Port     Activity
 -----    --------
 1:1      Active  
 1:2      Active  
Линукс
Код:
# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
Bonding Mode: IEEE 802.3ad Dynamic link aggregation
Transmit Hash Policy: layer2+3 (2)
MII Status: up
MII Polling Interval (ms): 0
Up Delay (ms): 0
Down Delay (ms): 0
802.3ad info
LACP rate: slow
Min links: 0
Aggregator selection policy (ad_select): stable
Active Aggregator Info:
   Aggregator ID: 1
   Number of ports: 2
   Actor Key: 17
   Partner Key: 1
   Partner Mac Address: ec:22:80:3c:31:e0
Slave Interface: eth0
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:26:55:51:15:9a
Aggregator ID: 1
Slave queue ID: 0
Slave Interface: eth1
MII Status: up
Speed: 1000 Mbps
Duplex: full
Link Failure Count: 0
Permanent HW addr: 00:26:55:51:15:9c
Aggregator ID: 1
Slave queue ID: 0
Ядро
Код:
# uname -a
Linux bras 3.2.0-4-amd64 #1 SMP Debian 3.2.65-1 x86_64 GNU/Linux
Кто сталкивался?