Etherchannel LACP support?
Now that I got my ISCSI working..... and now have it with ALB bonded with two ports. (ALB works)
Figured I would get better performance using Dynamic Link Aggregation.
So I set the bond to Dynamic Link Aggregation.
I also set my Cisco 6509 to....
Interface Port-channel4
description OVMS2_stor
switchport
switchport access vlan 2
switchport mode access
interface GigabitEthernet3/22
description OVMS2_stor
switchport
switchport access vlan 2
no ip address
spanning-tree portfast
channel-protocol lacp
channel-group 4 mode active
interface GigabitEthernet3/30
description OVMS2_stor
switchport
switchport access vlan 2
no ip address
spanning-tree portfast
channel-protocol lacp
channel-group 4 mode active
I do not get a connection......
show etherchannel 4 sum
Flags: D - down P - bundled in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator
M - not in use, minimum links not met
u - unsuitable for bundling
w - waiting to be aggregated
Number of channel-groups in use: 3
Number of aggregators: 3
Group Port-channel Protocol Ports
------------------------------+-------------------------
4 Po4(SD) LACP Gi3/22(I) Gi3/30(I)
Any ideas?