Hi,
We have 4 Etherchannels between a stack of five 3750E-48TD and four IBM AIX.
The IBM AIX are configured as Etherchannel and the stack is also configured as etherchannel (here's an exemple of one of the POs):
interface Port-channel16
description ADPAIX03
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1284,1285,1316,1794-1799,1814,1828,1833,1839
switchport mode trunk
interface GigabitEthernet1/0/23
description ADPAIX03
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1284,1285,1316,1794-1799,1814,1828,1833,1839
switchport mode trunk
channel-group 16 mode on
interface GigabitEthernet3/0/20
description ADPAIX03
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1284,1285,1316,1794-1799,1814,1828,1833,1839
switchport mode trunk
channel-group 16 mode on
SW01#sh run int vlan 1839
ip address 192.168.2.1 255.255.255.0
The problem was that when we added a new vlan, we could see the mac address of the AIX on the switches ARP table but were unable to ping the AIX. Only after we issued a shut/no shut to the PO we could then ping the AIX sucessfully.
Has anyone encountered a similar issue? Should we use LACP instead of etherchannel?
Thanks in advance