Hi there, I'm trying to create a link-aggregation between 2 IRF connected A5120 and ESXi hosts.
Here is my config:
Two ports of ESXi connected to first A5120
Two ports of ESXi connected to second A5120
Config:
interface Bridge-Aggregation2
description UplinkEsxi1
port link-type trunk
port trunk permit vlan 1 to 8 50 to 51 60 100 200
interface GigabitEthernet1/0/9
port link-type trunk
port trunk permit vlan 1 to 8 50 to 51 60 100 200
port link-aggregation group 2
interface GigabitEthernet1/0/11
port link-type trunk
port trunk permit vlan 1 to 8 50 to 51 60 100 200
port link-aggregation group 2
interface GigabitEthernet2/0/10
port link-type trunk
port trunk permit vlan 1 to 8 50 to 51 60 100 200
port link-aggregation group 2
interface GigabitEthernet2/0/12
port link-type trunk
port trunk permit vlan 1 to 8 50 to 51 60 100 200
port link-aggregation group 2
ESXi5 configuration is NIC Teaming using IP based hash
display link-aggregation verbose b2
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
Port Status: S -- Selected, U -- Unselected
Flags: A -- LACP_Activity, B -- LACP_Timeout, C -- Aggregation,
D -- Synchronization, E -- Collecting, F -- Distributing,
G -- Defaulted, H -- Expired
Aggregation Interface: Bridge-Aggregation2
Aggregation Mode: Static
Loadsharing Type: Shar
Port Status Priority Oper-Key
----------------------------------------------------------------------
GE1/0/9 S 32768 1
GE1/0/11 S 32768 1
GE2/0/10 S 32768 1
GE2/0/12 S 32768 1
After doing this the connection to the ESXi is aleatory. Sometimes I can ping, sometimes not. Sometimes I can ping from one server, sometimes from another
What's wrong with the config? I have the same exact configuration but with LACP against a Netapp in those switches and is working like a charm
Thanks