Hello,
i have create a bond0 device and switched the modus in 802.3ad. The Switch is configured to use LACP. Both ports are an the same LAG.
But if i check the status from bond0, the device will only work in round-robin. Whats goin wrong?
Regards, valle
i have create a bond0 device and switched the modus in 802.3ad. The Switch is configured to use LACP. Both ports are an the same LAG.
But if i check the status from bond0, the device will only work in round-robin. Whats goin wrong?
Code:
proxmod02:~# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v3.2.3 (December 6, 2007)
Bonding Mode: load balancing (round-robin)
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
Slave Interface: eth0
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:22:19:d3:4c:35
Slave Interface: eth1
MII Status: up
Link Failure Count: 0
Permanent HW addr: 00:22:19:d3:4c:37
proxmod02:~#
Regards, valle