Hi Boopathy, first thing here is to check which Link Aggregation type (Static or LACP/802.3ad) is supported by your Dell Server / NIC model:
- If that supports only Static, then you should use EXOS command without "lacp" word.
- If that supports only LACP/802.3ad, then you should use EXOS command "lacp".
- if that supports both, I would recommend to try LACP first, then static.
Another important point is related to the # of ports with sharing enabled. Based on the diagram you have 8 ports for X450 and 8 ports (4 active + 4 passive) for Dell Storage. I'm not sure how those active/passive ports work on Dell Server but I would check the following:
- If those 8 EXOS ports and 8 Dell Storage Server ports (even being active/passive) belong to the same VLAN/LAG, then those 8 ports should be included in the same LAG:
For EXOS: enable sharing 1 grouping 1-8 algorithm address-based L2 lacp
For Dell Storage Server: Please check any information like Sharing Group, LAG, LACP, 802.3ad and so on and create the group accordingly.
After configuring the sharing on both EXOS and Server you can use the command
show ports sharing and check if there is an
"Y" in the
"Agg Mbr" column to check if the sharing for that particular port is working.
If possible, as already requested by Darren, please share the Dell Storage Server / NIC model you have in that solution.