Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Etherchannel LACP support?

Looney128Oct 11 2012 — edited Oct 15 2012
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 12 2012
Added on Oct 11 2012
11 comments
743 views