09-17-2014 10:41 AM - edited 03-07-2019 08:47 PM
I have setup an active LACP consisting of two members in each port-channel. As it is configured now the individual ports are operational but not participating as members of the LACP. Not finding any reference to exactly why this is. From what I can gather this may be related to the host configuration?
If anyone can enlighten me to such a situation it would be greatly appreciated. Would be even better if anyone had experience with the Oracle Database Appliance requirements for network configuration on the Cisco side.
--------------------------------------------------------------------------------
Group Port- Type Protocol Member Ports
Channel
--------------------------------------------------------------------------------
210 Po210(SD) Eth LACP Eth107/1/11(I) Eth108/1/12(I)
211 Po211(SD) Eth LACP Eth107/1/12(I) Eth108/1/11(I)
interface port-channel210
description pdxodaprod-node0
switchport access vlan 48
interface Ethernet107/1/11
description pdxodaprod-node0-net0
switchport access vlan 48
speed auto
channel-group 210 mode active
interface Ethernet108/1/12
description pdxodaprod-node0-net1
switchport access vlan 48
speed auto
channel-group 210 mode active
interface port-channel211
description pdxodaprod-node1
switchport access vlan 48
interface Ethernet108/1/11
description pdxodaprod-node1-net0
switchport access vlan 48
speed auto
channel-group 211 mode active
interface Ethernet107/1/12
description pdxodaprod-node1-net1
switchport access vlan 48
speed auto
channel-group 211 mode active
Solved! Go to Solution.